What problem does it solve? Starting implementation without an agreed design leads to wasted effort and unexamined assumptions. This Skill enforces a design-first workflow where every feature, component, or behavior change is explored through clarifying questions and approved before any code is written. ## Core Features & Use Cases - Structured Discovery: Asks clarifying questions one at a time, proposes 2-3 approaches with trade-offs, and presents the design in sections for approval. - Card-Based Spec Storage: Writes the approved spec and acceptance criteria to a Relay card via ./bin/relay spec and ./bin/relay criteria, keeping work attached to its card rather than shared repo files. - Headless Runner Mode: When invoked by a board flow with no human present, batches questions into a single structured needs-input call and stops until answers arrive. - Use Case: Before building a new UI component, invoke /brainstorm RLY-42 to interview stakeholders, settle artboard fidelity, and record an approved spec with testable acceptance criteria on the card. ## Quick Start Ask the AI to brainstorm the design for a new feature on card RLY-42 before writing any code.