What problem does it solve?
This Skill tackles large or ambiguous non-trivial tasks by breaking them down into manageable, long-running task bundles, ensuring a structured and validated approach before any code changes are made.
Core Features & Use Cases
- Task Decomposition: Breaks down complex requests into a
task.yaml-centric bundle.
- Continuity Gate: Assesses existing tasks for reuse, preventing redundant work.
- Delivery Strategy: Derives optimal delivery strategies (
standard or ui-first) based on task impact.
- Spec Validation: Generates
SPEC_VALIDATION.md to ensure all requirements are met.
- Use Case: When a user asks to "design a new user authentication flow," this Skill will create a detailed plan, including UI specifications, execution slices, and validation checks, without touching any code.
Quick Start
Use the design-task skill to plan out the implementation of a new user profile editing feature.