What problem does it solve? When a repo contains many user-invoked skills, it is hard to remember which one fits your current situation. This Skill acts as a router that maps your starting situation to the right skill or multi-step flow. ## Core Features & Use Cases - Main flow routing: Guides idea-to-ship work through /grill-with-docs, /to-prd, /to-issues, and /implement with context-hygiene rules. - On-ramps and standalone paths: Directs bug triage to /triage, codebase upkeep to /improve-codebase-architecture, and codebase-free planning to /grill-me. - Session bridging: Explains when to use /handoff versus /compact to carry context across sessions without losing work. - Use Case: You have a vague feature idea and a codebase; invoke this Skill to learn you should start with /grill-with-docs, then proceed to /to-prd and /to-issues before implementing. ## Quick Start Ask which skill fits your situation, for example: I have a pile of incoming bug reports and do not know where to start.