| Explore an idea, brainstorm, design before building | /athena-brainstorm | idea, brainstorm, explore, "what if", "should we", "I want to build", new feature, design |
| Plan implementation with waves and tasks | /athena-plan | plan, architect, "how to implement", spec, requirements, approach, structure |
| Build, implement, execute a plan | /athena-build | build, implement, create, make, code, execute, "from the plan" |
| Fix a bug or investigate an issue | /athena-debug | fix, bug, broken, error, failing, crash, wrong, investigate, debug |
| Review code quality or correctness | /athena-review | review, check, "look at", audit, inspect, "is this good" |
| Write tests or do TDD | /athena-tdd | test, tdd, coverage, "add tests", "write tests", red-green |
| Verify work before claiming done | /athena-verify | done, fixed, complete, working, passing, verified, "it works" |
| Handle incoming code review feedback | /athena-receive-review | review feedback, PR comments, "reviewer said", suggestions, "changes requested" |
| Ship, deploy, verify before merge | /athena-ship | ship, deploy, release, "ready to", verify, pre-ship |
| Merge, PR, finish branch, cleanup | /athena-finish | merge, pr, "pull request", finish, done, cleanup, discard, branch |
| Isolate work in a git worktree | /athena-worktree | worktree, isolate, "separate branch", "parallel work", workspace |
| Create or edit a skill | /athena-forge | skill, forge, "write a skill", "create skill", "edit skill", plugin |
| Temporarily disable Athena | /athena-pause | pause, stop, disable, "turn off", "no workflow", quiet |
| Re-enable Athena after pause | /athena-resume | resume, restart, enable, "turn on", unpause |
| Reset pipeline state to clean | /athena-pause (with reset) | reset, "clear state", "start fresh", "stuck", "wedged" |