What problem does it solve?
This Skill tackles the complexity of large features by breaking them down into manageable, dependency-ordered phases, ensuring a clear roadmap and trackable progress.
Core Features & Use Cases
- Phased Decomposition: Breaks down large features into distinct, logical phases.
- Dependency Management: Clearly defines prerequisites for each phase.
- Atomic Task Definition: Lists specific, actionable tasks within each phase.
- Status Tracking: Enables tracking of phase completion from 'not-started' to 'done'.
- Use Case: When planning a major new module for your application that involves multiple components and will take several development sprints,
flow-spec can help you define the overall structure, identify dependencies between different parts, and create a clear plan for implementation.
Quick Start
Use the flow-spec skill to create a specification for the new user authentication system.