Dispatch Commands
Context-injecting spawn commands that bridge the wish state machine and agent spawn. Each command extracts relevant context from wish artifacts and injects it into the spawned agent.genie brainstorm
Spawn an agent with brainstorm DRAFT.md content.
Terminal
genie wish
Spawn an agent with DESIGN.md content.
Terminal
genie work
Check state, start execution group, spawn agent with wish context.
Terminal
genie review
Spawn a reviewer with group context and git diff.
Terminal
genie done
Mark an execution group as done, unblock dependents, push work, and notify the team lead on wave completion.
Terminal
genie status
Pretty-print wish state overview.
Terminal
genie reset
Reset a stuck or failed execution group back to ready state.
Terminal
Context Injection
All dispatch commands inject:- The file path to the full document (so the agent can read it)
- The extracted section content (so the agent has immediate context)
- Wish-level context when available (summary, scope, decisions)
--append-system-prompt-file.