| "build a feature", "implement X", "add capability" | build | mz-dev-pipe |
| "fix this bug", "debug", "why is this broken" | debug | mz-dev-pipe |
| "security review", "audit for vulns", "threat model" | audit | mz-dev-pipe |
| "verify this works", "prove correctness", "check behavior" | verify | mz-dev-pipe |
| "polish this", "clean up", "finalize" | polish | mz-dev-pipe |
| "decomment", "strip AI comments", "remove robotic comments", "clean LLM comments from code" | decomment | mz-dev-pipe |
| "optimize", "make it faster", "profile hotspot" | optimize | mz-dev-pipe |
| "refactor", "remove dead code", "remove unused imports", "reduce complexity" | cleanup | mz-dev-pipe |
| "explain this code", "what does this do" | explain | mz-research-pipe |
| "investigate X", "dig into", "find root cause", "is X actually doing Y", "verify hypothesis" | debug certainty:low | mz-dev-pipe |
| "blast radius", "what breaks if I change X", "impact analysis" | audit depth:deep scope:branch (auto-invokes blast-radius) | mz-dev-pipe |
| "deep audit", "pre-PR audit", "ship audit", "before publishing", "before I open a PR" | audit depth:deep | mz-dev-pipe |
| "research topic deeply", "survey the field" | deep-research | mz-research-pipe |
| "synthesize past research", "combine findings", "consolidate prior work" | combine | mz-research-pipe |
| "translate this", "localize", "translate to " | translate | mz-research-pipe |
| "bootstrap rules", "init project rules" | init-rules | mz-dev-base |
| "review my branch", "what changed locally" | review-branch | mz-dev-git |
| "review this PR", "what's wrong with this PR" | github-review-pr | mz-dev-git |
| "scan open PRs", "triage PRs" | github-scan-prs | mz-dev-git |
| "help me author a new skill", "write a SKILL.md", "construct a skill" | construct-skill | mz-dev-base |
| "which skill fits", "route this", "what plugins do I have" | using-mozg-pipelines | mz-dev-base |
| "find leads", "customers matching X", "outreach list", "research targets", "find contacts at ", "decision-makers at X", "who do I write to" | outreach-research | mz-biz-outreach |
| "draft outreach letters from this card", "write letters from ", "enrich this card", "deepen research on ", "go deeper on " | outreach-enrich-company | mz-biz-outreach |
| "log action on ", "update card with ", "record interaction on ", "I just , add to " | outreach-update-card | mz-biz-outreach |
| "find a job", "search for vacancies", "job hunt", "match jobs to my CV" | job-search | mz-job-outreach |
| "find a recruiter", "hiring manager for X", "careers email for X", "who do I apply to" | job-recruiter-info | mz-job-outreach |
| "brainstorm", "generate ideas", "creative options" | brainstorm | mz-creative |
| "should I do X or Y", "record this decision", "write an ADR", "RFD for X", "is this decision sound" | govern | mz-gov |
| "install governance policy", "init governance", "set up decision records" | gov-init | mz-gov |
| "review our ADRs", "audit decision records", "are our design docs sound" | gov-review | mz-gov |