What problem does it solve? Teams often jump straight into coding with vague ideas, leading to rework and misaligned solutions. This Skill structures the pre-development phase by guiding a raw idea through framing, divergence, premortem risk analysis, and convergence before any artifact is built. ## Core Features & Use Cases - Multi-Stage Ideation Pipeline: Routes an idea through five specialized agents (framer, explorer, challenger, arbiter, pre-spec), each producing a Markdown artifact in _reversa_sdd/brainstorms/. - Session State Management: Tracks active ideation sessions in .reversa/active-ideation.json, detects in-progress sessions, and resumes from the correct stage based on files on disk. - Greenfield and Legacy Detection: Adapts the ideation context depending on whether a reverse-engineering extraction already exists in the output folder. - Use Case: A developer has a rough feature idea for an existing codebase. The Skill opens a numbered session, captures the literal idea, and walks it through problem framing, option exploration, risk premortem, and a final decision document ready to hand off to requirements or migration pipelines. ## Quick Start Ask the assistant to run /reversa-brainstorm and describe your idea in one or two sentences to start a guided ideation session.