Appearance
TODO queue workflow
TODO.md is the active priority queue. TODO_COMPLETED.md is the archive.
Continue workflow
When a worker is assigned a queue item:
- Run
git status --short --branch. - Read
TODO.mdand select only the assigned item or the first eligible item under the normalcontinueworkflow. - Make the smallest coherent source edit.
- Run the item validation or the closest lane-native equivalent.
- Move the item to
TODO_COMPLETED.mdonly after validation completes.
If a task cannot be completed because it needs another host lane or elevated commands, leave it active and add clear Progress:, Remaining:, and Blocked-on-*: notes so the next run can continue from the right place.