What problem does it solve?
It helps convert an approved GitHub issue “Implementation Plan” into a complete, validated code change by executing the plan, running the required checks, and opening the corresponding pull request.
Core Features & Use Cases
- Fetch and follow the approved Implementation Plan: Retrieves the latest plan comment section from the issue and executes only the ordered tasks it specifies.
- Plan execution with safety guardrails: Supports different execution lanes (including CI-fix and quick-fix modes) while enforcing validation (typecheck, tests, and optional Playwright UI checks).
- Pre-PR review and compliance loop: Runs author self-check plus an independent review and triages findings into must-fix commits before opening the PR.
Quick Start
Run /pipeline:execute-issue-plan <issue_number> from inside the feature worktree to implement the plan, validate it, and open the PR.