What problem does it solve? New projects lack a structured specification foundation: stack choices go undocumented, project context lives only in chat history, and AI tools lose track of why decisions were made. This Skill bootstraps a complete .specs/ directory with project profile, stack decisions, ADRs, and testing strategy through a guided interview. ## Core Features & Use Cases - 3-Phase Conversational Setup: Runs a brainstorm interview (Phase A), AI-guided stack decisions with decision trees and mandatory ADRs (Phase B), and automatic .specs/ directory generation (Phase C). - Brainstorm and Design Import: Detects existing brainstorm profiles, mockups, theme CSS, and Penflow contracts, importing them into .specs/design/ with changelog tracking. - From-Code Mode: The --from-code flag reverse-engineers an existing codebase into LiveSpec specs instead of running the interview. - Use Case: A developer starting a freelancer marketplace runs the init flow, answers six questions about users, scale, and real-time needs, and receives a recommended Next.js/Supabase stack with ADRs, a testing strategy, and a ready .specs/ structure. ## Quick Start Ask the AI to initialize LiveSpec in this project and walk you through the brainstorm interview to generate the .specs directory.