What problem does it solve? When a repository contains many skills for planning, building, and reviewing software, it is hard to remember which one fits the current situation. This Skill acts as a router: describe your situation and it maps you to the right skill or multi-step flow. ## Core Features & Use Cases - Flow routing: Maps the main idea-to-ship path (grill-with-docs, to-spec, to-tickets, implement) plus on-ramps like triage, diagnosing-bugs, and wayfinder. - Phase boundary guidance: Decides between continue, clear, handoff, subagent, or compact at the boundary between work phases, using the decision tree in PHASE-BOUNDARIES.md. - Use Case: You have a vague feature idea and a bug report piling up. Ask which skill fits, and get directed to /grill-with-docs for the idea and /triage for the incoming bug reports. ## Quick Start Ask which skill or flow fits your current situation, for example: I have a half-formed feature idea in this repo, where do I start?