| name | hyperflow |
| description | Use when applying Hyperflow's orchestration doctrine in Codex, Antigravity, Grok, or another single-agent surface. Auto-invoke for non-trivial engineering work: build, implement, add, refactor, debug, fix, review, audit, plan, scope, design, brainstorm, ship, or deploy.
Trigger with /hyperflow:hyperflow, "use hyperflow", "apply the doctrine", or automatically on any task-shaped message.
|
| allowed-tools | Read, Write, Edit, Glob, Grep, Agent, Skill, AskUserQuestion, WebSearch, WebFetch, Bash(git:*), Bash(gh:*), Bash(npm:*), Bash(pnpm:*), Bash(npx:*), Bash(python3:*) |
| argument-hint | [task] |
| version | 1.0.0 |
| license | MIT |
| compatibility | Portable doctrine — Claude Code, Codex App/CLI, OpenCode, Antigravity, Cursor, Grok |
| tags | ["orchestration","doctrine","autonomy","multi-agent","portable"] |
Hyperflow Doctrine (single-agent port)
Apply Hyperflow's behavioral floor in surfaces that load skills but do not provide the full Claude Code multi-agent runtime.
Runtime Adaptation
Codex, OpenCode, Antigravity, and Grok often run one foreground agent (or a host-specific subagent API). Where the full doctrine says to dispatch parallel workers under reviewers:
- Prefer the host's subagent API when it exists (Codex spawn, OpenCode Task, Grok
spawn_subagent).
- Otherwise do the work yourself, one coherent batch at a time.
- Self-review each batch before moving on.
- Run a final integration self-review over the cumulative diff.
- Preserve the same autonomy, clarification, commit cadence, file-first artefact, no-attribution, and security rules.
Portable Function Router (Codex / OpenCode / Grok)
These hosts load Hyperflow as skills, not as native Claude-style slash commands. Treat these user messages as function aliases and execute the matching skill workflow inline in the current thread:
| User says | Run |
|---|
/hyperflow:plan, hyperflow plan, design with hyperflow, decompose with hyperflow | plan |
/hyperflow:dispatch, hyperflow dispatch, run the hyperflow plan | dispatch |
/hyperflow:workflow, hyperflow workflow, run a workflow | workflow |
/hyperflow:trace, hyperflow trace, debug with hyperflow | trace |
/hyperflow:audit, hyperflow audit, review with hyperflow | audit |
/hyperflow:deploy, hyperflow deploy, ship with hyperflow | deploy |
/hyperflow:cache, hyperflow cache | cache |