What problem does it solve?
This Skill helps you execute approved implementation work without losing scope, skipping verification, or making risky code changes casually. It provides a disciplined build workflow so code edits stay aligned to the plan, use the right level of testing, and hand off cleanly to verification.
Core Features & Use Cases
- Plan-driven execution: Reads the approved plan, verifies touched files first, and treats the plan's named commands as the source of truth for task completion.
- Risk-based testing discipline: Enforces test-first work for bug fixes and high-risk areas like auth, billing, migrations, security, and concurrency, while allowing lighter evidence for low-risk edits.
- Bounded delegation and review: Supports tightly scoped subagent tasks, structured manifests, fresh-context reviews, and whole-implementation review before handoff.
- Use cases: Implementing a multi-step feature from a written plan, making a surgical single-file fix, coordinating parallel task execution, or reviewing delegated code changes before moving to verification.
Quick Start
Ask the AI to use implement-plan to execute your approved task list, read the target files first, make only the planned edits, and verify each task with its specified command.