What problem does it solve?
This Skill transforms clear, validated requirements into a structured, step-by-step implementation plan, reducing complexity, identifying risks, and ensuring a logical development flow for any feature or bug fix.
Core Features & Use Cases
- Task Decomposition: Break down complex features into manageable, independently testable steps, ordered by logical dependencies.
- Component Identification: Pinpoint specific files and components (backend, frontend, database) that require modification.
- Testing Strategy: Define how each step will be verified, including unit, integration, and manual tests, ensuring comprehensive coverage.
- Use Case: For a new feature like "Add user profile page with avatar upload," this Skill will generate a plan covering backend API endpoints, data storage, frontend components, and testing for each part, ensuring a comprehensive and organized approach.
Quick Start
Create an implementation plan for adding a "dark mode toggle" feature, detailing the necessary backend, frontend, and testing steps.