What problem does it solve? When a repository contains many skills, it is hard to remember which one fits a given situation. This Skill acts as a router that maps your current situation to the right skill or multi-step flow. ## Core Features & Use Cases - Situation-based routing: Describes a main flow from idea to shipped code (grill, spec, tickets, implement, review) plus on-ramps for bugs, triage, and large foggy projects. - Flow guidance: Explains how skills chain together, including context hygiene rules, session handoffs, and when to use standalone skills like prototyping or research. - Use Case: You have a vague feature idea and a codebase. Ask which skill to use, and get directed to /grill-with-docs to sharpen the idea, then /to-spec and /to-tickets before implementation. ## Quick Start Ask which skill fits your current situation, for example: I have a bug that keeps reappearing, which skill should I use?