git-subtree-dir: apps/viewer-3d git-subtree-mainline:5e10bb1be4git-subtree-split:a71790070d
14 lines
769 B
Markdown
14 lines
769 B
Markdown
---
|
|
description: Read PLAN.md + PROGRESS.md and pick the next ready task. Claims it and tells you (or an agent) what to do.
|
|
---
|
|
|
|
Read `PLAN.md` and `PROGRESS.md`. Find the first `todo` task whose `depends_on` are all `done`.
|
|
|
|
- If found: print the task ID, name, file scope, acceptance criteria, and which specialist agent should own it. Recommend spawning that agent (or doing it inline if small).
|
|
- If a candidate is `blocked`: surface the blocker and the task it waits on.
|
|
- If none ready: say so explicitly and list what must complete first.
|
|
|
|
Do not start implementing — this command only selects and reports. (Use `/bootstrap` for Phase 0, or delegate to the owning agent for the task.)
|
|
|
|
Arguments: $ARGUMENTS (optional — restrict to a phase, e.g. `phase 1`).
|