What problem does it solve? It prevents wasted implementation effort by forcing requirements clarification, design review, and explicit human approval before any code is written. ## Core Features & Use Cases - Three-Path Classification: Routes every request into spike, bounded, or architectural tracks with appropriately scaled process and approval gates. - Structured Design Dialogue: Asks clarifying questions one at a time, proposes 2-3 approaches with trade-offs, and produces sectioned designs and committed spec documents. - Visual Companion Server: Serves browser-based mockups, diagrams, and clickable option screens via a local WebSocket server for visual design questions. - Use Case: Before building a new feature, classify the request, present a short design in chat, get explicit approval, then write a spec to docs/superpowers/specs/ and hand off to implementation planning. ## Quick Start Ask the agent to brainstorm and design the new feature with you before writing any code.