What problem does it solve?
This Skill tackles the challenge of overwhelming, large development requests by automatically breaking them down into small, sequential, and easily implementable micro-tasks. It prevents scope creep and ensures a structured, efficient approach to coding, letting you focus on execution.
Core Features & Use Cases
- Micro-task Generation: Divides large requests (e.g., new pages, complex flows, major refactors, API integrations) into 5-12 focused, actionable tasks.
- Structured Planning: Each generated task includes a clear title, predicted files, and a brief objective, ensuring clarity and guiding the development process.
- User Validation Loop: Presents the detailed plan to the user for approval or adjustment before any code is written, ensuring alignment and reducing rework.
- Use Case: When a user requests a new "Habits" page, this Skill will generate a step-by-step plan, from defining data types to creating UI components and routing, ensuring a smooth, predictable development process.
Quick Start
I need to implement a new 'Timeline' feature. Can you use the task-breakdown skill to create a detailed plan of micro-tasks for me before I start coding?