What problem does it solve?
It turns a previously approved issue plan into working code safely by executing each planned phase, validating results, and running a full code review to catch defects and gaps before you commit.
Core Features & Use Cases
- Phase-by-phase implementation: Executes the plan in order for issue #N while keeping changes minimal and scoped to what the plan specifies.
- Plan adherence and resume support: Verifies plan presence/finality, resumes from the first unchecked success criteria, and updates plan checkmarks as work completes.
- Structural mismatch recovery: Detects structural plan/code mismatches and triggers a targeted re-research via Codex (scoped to the specific mismatch) instead of blindly continuing.
- Uncommitted review loop: Runs Codex code review over the full uncommitted working tree diff and applies vetted fixes inline, then performs a final test/lint pass.
- Issue workflow integration: Updates
tasks/issues.md status to In Progress and later to Implemented, leaving the final single commit to /auto-issues (pipeline) or /issue-finish (standalone).
Quick Start
Run issue-implement for issue 12 by invoking: /issue-implement 12.