hyperflow

Solid

Use when applying Hyperflow's orchestration doctrine in Codex, Antigravity, 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.

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 and Antigravity run one foreground agent. Where the full doctrine says to dispatch parallel workers under reviewers: - 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. ## Codex Function Router Codex loads 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:amplify`, `hyperflow amplify`, `use hyperflow amplify` | `amplify` | | `/hyperflow:spec`, `hyperflow spec`, `design with hyperflow` | `spec` | | `/hyperflow:scope`, `hyperflow scope`, `decompose with hyperflow` | `scope` | | `/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`, ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

hyperflow-dispatch

Hyperflow execution phase. Use when a task file exists in .hyperflow/tasks/ and the work needs building — verbs like build, implement, add, refactor, "wire up", "run the plan", "execute the task". Works batches sequentially with self-review and per-task commits. In Antigravity there is no sub-agent fan-out — the single agent does each batch itself.

2,359 Updated today
jeremylongshore
AI & Automation Featured

workflow

Use when a task is too large for turn-by-turn orchestration and should run through the big-task workflow lane: system-wide changes, large migrations, repo-wide audits, high-confidence verification, or tasks explicitly asking to run a workflow. Claude Code uses native dynamic workflows; Codex and OpenCode use the portable workflow adapter. Trigger with /hyperflow:workflow, "run a workflow", "dynamic workflow", "big task", "large migration", "repo-wide audit".

2,359 Updated today
jeremylongshore
AI & Automation Listed

polyflow

Author runnable workflow scripts for multi-agent orchestration across Claude Code, Codex, Copilot, and Gemini — deterministic JavaScript files that fan out fresh-context subagents under plain control flow. Use when the user wants to create, scaffold, or fix a workflow, or author/edit a .js file under .claude/workflows/: "make a workflow", "create a workflow for X", "turn this into a workflow", "scaffold a multi-agent pipeline". NOT for merely running an existing workflow, or a one-off single-subagent task.

0 Updated 1 weeks ago
hiranp