What problem does it solve? When a repository contains many AI skills and flows, it is hard to remember which one fits the current situation. This Skill acts as a router that maps your situation — a new idea, a bug, a merge conflict, a foggy greenfield effort — to the right skill or flow. ## Core Features & Use Cases - Main flow routing: Guides work from idea to ship via /grill-with-docs, orch task draft, /implement, /tdd, and /code-review. - On-ramp selection: Directs incoming bugs and requests to /triage, hard bugs to /diagnosing-bugs, and huge foggy efforts to /wayfinder. - Phase boundary decisions: Provides an ordered decision tree (Continue, /clear, /handoff, subagent, /compact) for managing context between work phases, detailed in PHASE-BOUNDARIES.md. - Use Case: You have a vague feature idea and don't know where to start. Ask which skill fits, and get routed to /grill-with-docs to sharpen the idea, then to orch task draft and /implement to build it. ## Quick Start Ask which skill or flow fits your current situation, describing whether you have a new idea, a bug, incoming requests, or a large unclear project.