-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Complete reference for all 26 HES commands.
Start a new feature or resume work.
/hes start
/hes start --feature "user-auth"
Show current phase and project state.
/hes status
Advance to the next phase (if gate is satisfied).
/hes next
Skip current phase (requires justification).
/hes skip --reason "already implemented"
Rollback to previous phase.
/hes undo
Start or resume the DISCOVERY phase.
/hes discovery
Start or resume the SPEC phase.
/hes spec
Start or resume the DESIGN phase.
/hes design
Start or resume the DATA phase.
/hes data
Start or resume the RED phase (test-first).
/hes red
Start or resume the GREEN phase (implementation).
/hes green
Start or resume the SECURITY phase.
/hes security
Start or resume the REVIEW phase.
/hes review
Generate a batch learning report.
/hes report
Report a bug with system diagnostics.
/hes bug
Propose an improvement.
/hes improvement
Show help for available commands.
/hes help
Run harness health diagnostics.
/hes health
Run evaluation harness.
/hes eval
Run harness self-tests.
/hes test
Remove all HES artifacts.
/hes uninstall
Auto-install HES into the current project.
/hes install
Safe refactoring by type.
/hes refactor --type extract-method
Progressive analysis for large codebases.
/hes analyze
Create a GitHub issue.
/hes issue --title "Bug: ..." --body "..."
Session lifecycle management.
/hes session --save
/hes session --restore
Tool dispatch protocol.
/hes tools --list
| Flag | Description |
|---|---|
--feature <name> |
Specify feature name |
--reason <text> |
Justification for skip/undo |
--save |
Save current session |
--restore |
Restore last session |
--list |
List available options |
--help |
Show command help |
/hes start --feature "user-auth"
/hes status
/hes next
/hes report
Last updated: June 2026