What problem does it solve? When a solo builder opens a new conversation with an AI assistant, they should not have to know which phase of a software-building framework applies to their idea. This Skill reads the opening message, checks for existing project context, and silently routes the conversation to the right starting point — Brainstorm, Discover, onboarding, or a resumed session — without exposing any framework mechanics to the user. ## Core Features & Use Cases - Automatic context detection: Scans for existing artifacts like BLUEPRINT.md, discovery briefs, design docs, and handoff files before deciding whether to route or simply continue existing work. - Three-shape classification: Classifies opening messages as clear ideas (route to Discover), exploratory thinking (route to Brainstorm), or ambiguous (ask one resolving question). - Named project resume: Recognizes "guided on [name]" or "resume [name]" prompts, looks up the project registry, and orients from the handoff file in one sentence. - Deployed project new-cycle handling: When a shipped project gets new work, opens a new phase record in the backlog and routes to the appropriate skill without touching completed phases. - Use Case: A user opens Cursor and types "I want to build a tool that tracks my freelance invoices." The Skill detects no existing context, classifies this as a clear idea, and begins discovery questions immediately — the user never sees any routing happen. ## Quick Start Start a new conversation describing your project idea and let the assistant determine whether to brainstorm, discover, or resume existing work.