What problem does it solve?
This Skill helps teams plan and execute feature implementations with Test-Driven Development (TDD) and continuous quality checks, ensuring reliable delivery from design to production.
Core Features & Use Cases
- Plan generation: From a design doc produced by /arc:ideate, it creates an implementation plan broken into tasks.
- Test-First execution: Writes unit or integration tests before implementing code, then iterates until tests pass; enforces type checks and lint.
- Quality gates & review: Includes mandatory review recommendations and automated quality gates after each task.
Quick Start
After /arc:ideate has produced a design doc, invoke the implement skill to generate and execute the implementation plan. Use it to drive task-by-task execution with tests-first, type checks, and linting, culminating in a ready-to-commit change set.