What problem does it solve? When working with the mozg-pipelines plugin collection, it is hard to know which of the many available skills (build, debug, audit, govern, outreach, and more) matches a given task. This Skill acts as a routing map so Claude dispatches your request to the right skill instead of guessing or doing the work itself. ## Core Features & Use Cases - Phrase-to-skill routing table: Maps natural-language task phrases like "fix this bug" or "review my branch" to concrete skills across nine plugins including mz-dev-pipe, mz-dev-git, mz-research-pipe, mz-gov, and mz-biz-outreach. - Disambiguation rules: When a phrase matches multiple skills, it lists candidates with distinguishing conditions and prefers the most specific skill over a general one. - Session integration: Loaded automatically via the mz-dev-base SessionStart hook so routing is available in every new session. - Use Case: You type "what breaks if I change this function" and the router dispatches to audit depth:deep scope:branch, which auto-invokes blast-radius impact analysis, instead of answering ad hoc. ## Quick Start Ask which mozg skill or plugin fits your task, for example by saying "route this: I need a security review before opening a PR".