Skip to content

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:

  1. Run git status --short --branch.
  2. Read TODO.md and select only the assigned item or the first eligible item under the normal continue workflow.
  3. Make the smallest coherent source edit.
  4. Run the item validation or the closest lane-native equivalent.
  5. Move the item to TODO_COMPLETED.md only 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.