What problem does it solve? When you have many skills available, it is hard to remember which one fits your current situation. This Skill acts as a router: describe where you are (a vague idea, a bug, a pile of incoming requests, a huge foggy project) and it maps you onto the right skill or flow. ## Core Features & Use Cases - Main flow routing: Guides idea-to-ship work through grilling, spec creation, ticket splitting, and TDD-driven implementation with code review. - On-ramp matching: Directs bug reports to triage, hard bugs to diagnosis with a tight feedback loop, and large foggy efforts to a wayfinding investigation flow. - Session management guidance: Explains when to hand off context to a fresh session versus compacting in place, and how to keep work inside the model's smart zone. - Use Case: You have a half-formed feature idea and a codebase. Ask which skill fits, and you are routed to the stateful grilling interview that builds CONTEXT.md, then onward to spec, tickets, and implementation. ## Quick Start Ask which skill fits your situation, for example: I have a vague feature idea and an existing codebase, where do I start?