What problem does it solve? With many skills available, it is hard to remember which one fits your current situation. This Skill acts as a router, mapping your starting point — a raw idea, a bug, a pile of incoming requests, or a foggy large effort — onto the right skill or sequence of skills. ## Core Features & Use Cases - Main flow guidance: Charts the idea-to-ship path through grilling, spec writing, ticket splitting, TDD implementation, and code review. - On-ramp routing: Directs bug reports to triage, hard bugs to diagnosis, and huge foggy efforts to the wayfinder mapping flow. - Session management advice: Explains when to hand off context between sessions versus compacting in place, and when to keep one unbroken context window. - Use Case: You have a vague feature idea and a codebase. Ask which skill to use, and get routed to the grilling interview, then through spec, tickets, and per-ticket implementation. ## Quick Start Ask which skill fits your situation, for example: I have a bug that only fails intermittently, which skill should I use?