What problem does it solve?
Brainstorming turns vague ideas into concrete designs by guiding a structured collaborative dialogue that clarifies intent, constraints, and success criteria.
Core Features & Use Cases
- Structured questioning: asks one clarifying question at a time to refine requirements.
- Option exploration: proposes 2-3 approaches with trade-offs and a recommended path.
- Incremental design delivery: presents design in small sections (200-300 words) and validates with checkpoints.
- Documentation: writes the validated design to docs/plans/YYYY-MM-DD-<topic>-design.md and records decisions in version control.
Quick Start
Start a session by outlining the goal, then ask a single clarifying question. The assistant will propose 2-3 approaches, present the design in small sections, and after validation, write the design document to docs/plans/YYYY-MM-DD-<topic>-design.md and commit changes.