01Provides a structured workflow for AI agents, separating planning (Supervisor) from implementation (Worker).
02Track task progress with explicit status flags like [task:todo], [task:wip], and [task:done].
031 GitHub stars
04Enforces a strict 'completion discipline' where tasks are only marked 'done' when all acceptance criteria are met.
05Includes helper scripts to create tasks, manage status flags, and transition between dependent tasks.
06Plan development tasks as a Directed Acyclic Graph (DAG) of empty commits.