What problem does it solve?
Many AI-driven code generation workflows produce code without running, testing, or validating it against structured requirements, causing flaky or incorrect implementations and wasted review cycles. ql-execute ensures that stories are implemented, tested, and verified end-to-end according to a dependency-aware plan so work does not drift or cascade failures.
Core Features & Use Cases
- Dependency-aware execution: Reads quantum.json and executes eligible stories according to the DAG so blocked work stays isolated.
- Parallel, isolated implementers: Spawns implementer subagents in native git worktrees to run TDD, apply changes, and commit safely in parallel.
- Two-stage verification gates: Applies automated quality checks and mandatory review gates before marking stories COMPLETE.
- Use Case: Run ql-execute to autonomously implement multiple small features in parallel while ensuring tests, reviews, and commits are reproducible and auditable.
Quick Start
Start the autonomous execution loop to implement and verify all stories defined in quantum.json.