Command Cheatsheet#
Core Commands#
| Command | Purpose |
|---|---|
/hapo:specs <idea> | Create or resume a feature spec |
/hapo:specs --validate <feature> | Validate spec consistency before coding |
/hapo:develop <feature> | Implement from the next unblocked task |
/hapo:develop <feature> <task-file> | Implement one specific task |
/hapo:test --full | Run verification across the whole workspace |
/hapo:code-review --pending | Review recent work for regressions and security |
/hapo:sync audit <feature> | Reconcile task and spec state |
/hapo:generate-graph <request> | Generate technical diagrams |
Support Commands#
| Command | Purpose |
|---|---|
/docs init | Create a broader project docs baseline |
/docs update | Refresh project-level docs |
Recommended Loop#
/hapo:specs
-> /hapo:specs --validate
-> /hapo:develop
-> /hapo:test
-> /hapo:code-review