implement
Installation
SKILL.md
Implement: Plan to Pull Request
Execute an approved plan by dispatching a fresh subagent per task, with two-stage review after each (spec compliance, then code quality). Commit after every completed step so the git history reads like the plan. Open a PR when all tasks pass.
Core loop: For each task: implement -> spec review -> quality review -> commit. Then PR.
Arguments
/implement [path/to/plan.md]
- No argument: Search the repo for a plan file (see Step 1)
- File path argument: Read the file at that path and implement it as a plan. The argument is ALWAYS a plan to implement, not a file to deploy. Read the file, extract the tasks, and execute the implementation workflow below.