What problem does it solve?
It prevents implementation work from drifting away from planned, validated delta/IP lifecycle state by forcing entry through a single execution gate and keeping structured notes and evidence current.
Core Features & Use Cases
- Lifecycle correctness before changes: ensures the owning delta is moved from
draft to in-progress before coding, tests, or implementation-doc updates.
- Preflight-backed implementation: reads DR, IP, and the active phase sheet, then uses
/preflight to surface confirmed inputs, assumptions, unresolved questions, and tensions before work begins.
- Traceable execution and reconciliation: runs
/retrieving-memory, captures progress via /notes, updates state with /update-delta-docs, and hands off to /audit-change when ready for verification.
- Blocker-first ambiguity handling: stops and uses
/consult when /preflight or execution reveals unresolved design ambiguity or policy ambiguity.
Quick Start
Use the execute-phase skill to perform a planned delta implementation phase by entering through /execute-phase and then following its gated steps until audit handoff.