What problem does it solve?
This Skill transforms high-level implementation plans into concrete, right-sized, test-driven tasks with clear acceptance criteria and proper sequencing. It ensures that development work is manageable, testable, and aligned with TDD principles, preventing scope creep and unclear deliverables.
Core Features & Use Cases
- Right-Sized Task Generation: Creates tasks typically 0.5-1 day in complexity, splitting larger ones and combining smaller ones for optimal manageability.
- TDD-First Sequencing: Structures tasks to prioritize writing tests before implementation (RED → GREEN → REFACTOR), enforcing a test-driven approach.
- Clear Acceptance Criteria: Defines measurable and testable criteria for each task, ensuring clarity on "done."
- Dependency Mapping: Sequences tasks based on dependencies, identifying critical and parallel paths for efficient execution.
- Use Case: A detailed implementation plan is ready. This skill helps break it down into a list of 20-30 actionable tasks, ensuring each has clear acceptance criteria and follows a test-first approach, ready for the implementation phase.
Quick Start
Break down the 'Student Progress Dashboard' implementation plan into 20-30 test-driven tasks, ensuring each has clear acceptance criteria.