| "bug", "error", "crash", "failing", "broken", stack trace | Bug investigation | /rb:investigate |
| "add", "implement", "build", "create" + multi-step | New feature | /rb:plan |
| "review", "check", "audit" code | Code review | /rb:review |
| "fix" + small/specific scope | Quick fix | handle directly or /rb:quick |
| "refactor", "clean up", "improve" | Refactoring | /rb:plan (needs scope) |
| "research", "how to", "what's the best" | Research | /rb:research |
| "evaluate", "compare", "adopt", "library", "should we use" | Library evaluation | /rb:research --library |
| "test", "spec", "coverage" | Testing | handle directly or /rb:plan |
| Describes 1-2 file changes, < 50 lines | Small task | handle directly |
| "deploy", "release", "production" | Deployment | /rb:verify then deploy |
| "performance", "slow", "N+1", "memory" | Performance | /rb:perf |
| "PR review", "review comments", "address feedback", "respond to PR" | PR response | /rb:pr-review |
| "permission prompts", "stop asking", "settings.json", "allow commands", "permission fatigue" | Permission tuning | /rb:permissions |
| "that worked", "fixed it", "problem solved" | Knowledge capture | /rb:compound |
| "enhance plan", "more detail", "deepen" | Plan enhancement | /rb:plan --existing |
| "triage", "which findings", "prioritize fixes" | Finding triage | /rb:triage |
| "brainstorm", "explore options", "not sure how", "multiple approaches", "what's the best way to architect" | Design exploration | /rb:brainstorm |