What problem does it solve?
This Skill turns a detailed implementation plan into working code, handling each change step‑by‑step while respecting the project's conventions and ensuring the code builds and passes tests.
Core Features & Use Cases
- Sequential Task Execution: Reads the ordered list of tasks from a plan and implements them one at a time, verifying each change before proceeding.
- Convention‑Aware Coding: Aligns new code with existing naming, structure, and style guidelines described in the plan’s Research Notes.
- Automatic Verification: Runs tests or build commands after each task and at the end, guaranteeing that the implementation does not break the project.
- Error Handling & User Interaction: Detects missing files, outdated APIs, or design flaws early, alerts the user, and proposes adjustments instead of silently deviating.
Use Case example: After a planning session generates feature-x.plan.md, a developer can invoke this Skill to automatically apply all described code changes, run the project's test suite, and receive a concise report of what was implemented.
Quick Start
Ask the implement skill to apply the plan in feature-x.plan.md and generate the updated code.