What problem does it solve?
Turning detailed design or refactor plans into actual source code is time‑consuming and error‑prone. This skill automates that translation, producing clean, idiomatic code that matches the design intent.
Core Features & Use Cases
- Contextual reading: Loads the design document, existing source, research docs, and project guidelines before coding.
- Guardrails: Preserves existing code, follows established patterns, and includes required error handling and tests.
- Full workflow: Guides the agent through understanding, planning, aligning with standards, implementing, self‑verification, and committing changes.
- Use case: When a team has a design for a new feature that touches fewer than 20 files, they can invoke this skill to generate the implementation and associated tests in a single, controlled session.
Quick Start
Use the implement skill to generate production‑ready code for the target component based on its design document.