Command Cheatsheet

Command Cheatsheet#

Core Commands#

CommandPurpose
/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 --fullRun verification across the whole workspace
/hapo:code-review --pendingReview recent work for regressions and security
/hapo:sync audit <feature>Reconcile task and spec state
/hapo:generate-graph <request>Generate technical diagrams

Support Commands#

CommandPurpose
/docs initCreate a broader project docs baseline
/docs updateRefresh project-level docs
/hapo:specs
-> /hapo:specs --validate
-> /hapo:develop
-> /hapo:test
-> /hapo:code-review