implement-plan
Installation
SKILL.md
Implement Plan
Drive an approved implementation plan to completion: review-plan gate → per-task loop (implementer → verify → reviewer → triage → commit → tick) → end-of-plan review. Manual invocation only. Never auto-creates PRs.
Workflow
1. Resolve the plan and check preconditions
Plan resolution (priority order):
- Explicit path argument (e.g.
/implement-plan .plans/auth-rewrite.md). ./.plans/PLAN.mdin cwd.- Latest by mtime in
./.plans/*.md. - Legacy fallback (one-release transition):
./PLAN.mdin cwd, then latest by mtime in./docs/plans/*.md. If either resolves, warn once:Plan resolved from legacy path <X>; consider moving under .plans/. - None resolve → stop, ask the user. Do not guess. Do not assume "do it" meant something else; if no plan, this skill should not have activated — exit cleanly.
CLAUDE.md override: if the project CLAUDE.md (or CLAUDE.local.md) contains a directive like Plans live in <path>, use <path> as the primary discovery dir instead of .plans/. Skip the gitignore bootstrap below in that case — the user has taken responsibility for the path.