Slash commands
A command is a user-invokable workflow trigger. Each command is a markdown
file with frontmatter (description) and a body that tells the AI how to
execute the workflow.
Top commands
/continue— resume from state and run the 13-step autonomous loop./plan— show the current plan and wait for approval./status— my open work, grouped by urgency./pr-review— review a colleague's PR./done— Definition of Done gate./verify— full verification suite (typecheck + lint + test + contract).
The full catalog appears here as each command is authored.