What problem does it solve? It prevents wasted implementation work by forcing intent exploration, requirement clarification, 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 presents sectioned designs for approval. - Spec Writing and Review: Writes validated designs to dated spec files, runs a self-review for placeholders and contradictions, and hands off to implementation planning. - Visual Companion Server: Serves browser-based mockups, diagrams, and clickable option screens via a local Node.js server with WebSocket event capture. - Use Case: Before building a new feature, classify the request, refine requirements through dialogue, present a design, and only implement after explicit approval. ## Quick Start Ask the agent to brainstorm and design the feature you have in mind before writing any code.