What problem does it solve?
This Skill prevents the common anti-pattern of jumping straight into coding without a clear design, which leads to wasted effort and architectural mistakes. It ensures that ideas are translated into well-defined specifications before any implementation begins.
Core Features & Use Cases
- Structured Design Process: Guides users through a 7-step checklist to explore context, clarify requirements, and propose solutions.
- Visual Companions: Encourages the use of diagrams and mockups for visual aspects.
- Iterative Approval: Facilitates getting design approval section by section for complex features.
- Design Documentation: Ensures a formal design document is created and saved.
- Use Case: When tasked with adding a new user authentication feature, this Skill will guide you through defining the scope, user flows, security considerations, and data models before you write a single line of code.
Quick Start
Use the brainstorming skill to design the new user profile editing feature.