01Atomic Task Decomposition: Breaks complex requirements into single-file, testable units to minimize errors.
020 GitHub stars
03State Reconciliation: Automatically resumes project context by syncing with tasks.json and stage.md files.
04Strict Turn-Taking: Enforces a 'One Task, One Turn' rule to prevent cascading errors and scope creep.
05Mandatory Quality Gates: Prevents code commits until automated tests pass or manual verification is explicitly confirmed.
06Automated Documentation: Generates detailed YYYY-MM-DD changelogs and updates project dashboards after every task.