What problem does it solve?
Turning a rough Laravel feature idea into a clear, implementation-ready design is hard, and skipping structure leads to rework, inconsistent architecture, and missing ecosystem patterns.
Core Features & Use Cases
- Incremental design via one-question-at-a-time refinement: asks focused questions to clarify purpose, constraints, and success criteria before committing to specifics.
- Laravel-aligned architecture planning: explores multiple approaches (with trade-offs) and guides toward conventions like service layers, actions, events, queues, resources, and validation.
- Sectioned specs with validation checkpoints: presents the resulting design in small ~200–300 word sections (database schema, models/relationships, API design, business logic, testing/queues/events) and checks correctness after each section.
- Practical output and next steps: writes a validated design document to docs/designs/YYYY-MM-DD-<feature>-design.md and supports moving into an implementation checklist.
Quick Start
Use the 0020-laravel-brainstorming skill to transform your feature idea into a structured Laravel design by iteratively answering one question at a time and confirming each design section as it’s proposed.