| "bug", "error", "crash", "failing", "broken", stack trace | Bug investigation | $elixir-phoenix-investigate |
| "brainstorm", "explore idea", "not sure what I need", "vague idea", "let's discuss", "how to approach" | Ideation/requirements | $elixir-phoenix-brainstorm |
| "add", "implement", "build", "create" + multi-step | New feature | $elixir-phoenix-plan |
| "review", "check", "audit" code | Code review | $elixir-phoenix-review |
| "fix" + small/specific scope | Quick fix | handle directly or $elixir-phoenix-quick |
| "refactor", "clean up", "improve" | Refactoring | $elixir-phoenix-plan (needs scope) |
| "research", "how to", "what's the best" | Research | $elixir-phoenix-research |
| "evaluate", "compare", "adopt", "library", "should we use" | Library evaluation | ``$elixir-phoenix-research --library |
| "test", "spec", "coverage" | Testing | handle directly or $elixir-phoenix-plan |
| Describes 1-2 file changes, < 50 lines | Small task | handle directly |
| "deploy", "release", "production" | Deployment | $elixir-phoenix-verify then deploy |
| "performance", "slow", "N+1", "memory" | Performance | $elixir-phoenix-perf |
| "PR review", "review comments", "address feedback", "respond to PR" | PR response | $elixir-phoenix-pr-review |
| "that worked", "fixed it", "problem solved" | Knowledge capture | $elixir-phoenix-compound |
| "enhance plan", "more detail", "deepen" | Plan enhancement | ``$elixir-phoenix-plan --existing |
| "triage", "which findings", "prioritize fixes" | Finding triage | $elixir-phoenix-triage |