What problem does it solve?
Orchestrates end-to-end, sequential implementation of a GRACE development plan so modules are generated, verified, and committed in a controlled, dependency-safe order, preventing drift and broken builds caused by parallel or uncoordinated work.
Core Features & Use Cases
- Controller-driven execution queue: parse development-plan.xml and knowledge-graph.xml once and build compact execution packets for each step.
- Scoped generation and verification: generate code per-step, run step-level verification and scoped reviews, and escalate only when broader drift is detected.
- Atomic commits and graph sync: commit module implementations immediately after verification and update the shared knowledge graph and plan artifacts centrally.
- Use Case: Ideal for finishing a small set of high-dependency modules, performing risk-averse delivery waves, or maintaining strict knowledge-graph integrity in large repos.
Quick Start
Run the grace-execute skill to sequentially process the approved execution queue and commit each validated module implementation.