What problem does it solve? When a repository contains many AI skills, it is hard to remember which one fits the current situation. This Skill acts as a router that maps your starting situation (a raw idea, a bug, a huge foggy project, a merge conflict) to the right skill or flow. ## Core Features & Use Cases - Main flow routing: Guides work from idea to ship via /grill-with-docs, /to-spec, /to-tickets, /implement, /tdd, and /code-review. - On-ramp selection: Directs bug reports to /triage, broken behavior to /diagnosing-bugs, and large greenfield efforts to /wayfinder. - Phase boundary decisions: Provides an ordered decision tree (Continue, /clear, /handoff, subagent, /compact) for managing context between work phases. - Use Case: You have a vague feature idea and a pile of incoming bug reports. Ask which skill fits, and get routed to /grill-with-docs for the idea and /triage for the reports. ## Quick Start Ask which skill or flow fits your current situation, such as routing a new feature idea or a stubborn bug to the right workflow.