What problem does it solve?
This Skill prevents common implementation issues like scope creep, context pollution, and deviation from the original development plan. It ensures focused, disciplined execution of a single task, strictly adhering to pre-defined instructions, saving time and reducing errors.
Core Features & Use Cases
- Single-Task Focus: Operates in an isolated session, concentrating solely on one task from a development plan, minimizing distractions and context switching.
- Strict Plan Adherence: Enforces the "DO NOT DEVIATE FROM THE PLAN" principle, ensuring implementation matches the design and requirements exactly.
- TDD & Quality Principles: Guides implementation using Test-Driven Development, DRY (Don't Repeat Yourself), and YAGNI (You Aren't Gonna Need It), ensuring high-quality, maintainable code.
- Use Case: After a development plan is created, use this Skill to implement each task one by one. It will guide you through the specific steps, file modifications, and testing requirements for each task, ensuring precise execution.
Quick Start
To implement the next task from your plan:
"Implement the next task from the task list at [path/to/tasks.md]."
The skill will identify the task, load only necessary context, and guide you through implementation, awaiting review before marking the task as complete.