[03] Commands Reference
Commands
All commands are invoked as Claude Code slash commands with the /pokayokay: prefix.
They are organized into four categories.
Core Workflow
| Command | Description |
|---|---|
/pokayokay:plan [--headless] [--review] <path> | Analyze PRD and create tasks |
/pokayokay:revise [--direct] | Revise existing plan |
/pokayokay:work [mode] [-n N] | Start/continue work session |
/pokayokay:audit [feature] | Audit feature completeness |
/pokayokay:review | Analyze session patterns |
/pokayokay:handoff | Prepare session handoff |
Ad-Hoc Commands
For one-off tasks that do not require full planning:
| Command | Description |
|---|---|
/pokayokay:quick <task> | Quick task + immediate work |
/pokayokay:fix <bug> | Bug fix with diagnosis |
/pokayokay:spike <question> | Time-boxed investigation |
/pokayokay:hotfix <incident> | Production incident response |
Development Commands
Specialized commands for common development tasks:
| Command | Description |
|---|---|
/pokayokay:api | REST/GraphQL API design |
/pokayokay:db | Database schema design |
/pokayokay:arch | Architecture review |
/pokayokay:test | Testing strategy |
/pokayokay:integrate | API integration |
/pokayokay:sdk | SDK development |
Infrastructure Commands
| Command | Description |
|---|---|
/pokayokay:cicd | CI/CD pipeline configuration |
/pokayokay:security | Security audit |
/pokayokay:observe | Logging and metrics setup |