hyperflow
v2.6.2Eight chained slash commands turn one Claude session into a structured engineering pipeline. /hyperflow:spec asks the questions a senior engineer would. /hyperflow:scope decomposes into a batched task graph. /hyperflow:dispatch fans out persona-stitched workers under thinking-tier review. Memory compounds across sessions — yesterday's decisions are tomorrow's starting point.
By Mohammed AbdelhadyLicense: MIT945 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Aug 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install hyperflow for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install hyperflow-3@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ccplugins/awesome-claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hyperflow/.
Plugin files
├── .claude-plugin/plugin.json├── skills/audit/SKILL.md├── skills/deploy/SKILL.md├── skills/dispatch/SKILL.md├── skills/scaffold/SKILL.md├── skills/scope/SKILL.md├── skills/spec/SKILL.md└── skills/trace/SKILL.md
Included Skills7
Use when the user asks for a code review, "review this change", "review my PR", "review the diff", or wants quality/spec/security/perf feedback on recent changes. Triggers a multi-level review with a thinking-tier reviewer agent. Standalone — does not auto-chain.
Use when the user says "ship it", "ready to push", "release", "deploy", or wants pre-push gates (lint, typecheck, build, tests) plus commit/release/push in one flow. Standalone — never auto-invoked; push always requires explicit confirmation.
Use when a task file exists in `.hyperflow/tasks/` and workers need dispatching — `/hyperflow:dispatch`, "run the plan", "execute the task", "build it". Dispatches parallel workers, runs thinking-tier batch reviews, finishes with a final integration review. Endpoint of the auto-chain (no auto-deploy — user opts in to push).
Use when starting hyperflow in a new project, re-initializing analysis, refreshing `.hyperflow/` cache, or installing multi-tool auto-detection shims (AGENTS.md, Cursor rules, GEMINI.md, CLAUDE.md). Trigger phrases — "init hyperflow", "set up hyperflow", "refresh hyperflow", "install hyperflow shims". Standalone setup; does **not** auto-chain into the feature flow.
Use when the user says "plan this", "decompose this task", "break this down", or wants the task file before any code changes. Writes `.hyperflow/tasks/<slug>.md` with batched sub-tasks, then **auto-chains into `/hyperflow:dispatch`** — no manual gate.
Use when the user is exploring a design idea, weighing approaches, has an ambiguous request, or says "should I", "how should we", "what's the best way to". Asks structured questions, proposes 2–3 approaches, walks the design section-by-section. On approval, **auto-chains into `/hyperflow:scope`** — no manual gate.
Use when encountering bugs, test failures, runtime errors, unexpected behavior, broken builds, or "this doesn't work" reports. Systematic root-cause analysis before any patch — never blind-patches symptoms. Standalone (off the spec → scope → dispatch chain). Ends with a thinking-tier review of the fix.
Plugin manifests1
{
"name": "hyperflow",
"version": "2.6.2",
"description": "Eight chained slash commands turn one Claude session into a structured engineering pipeline. /hyperflow:spec asks the questions a senior engineer would. /hyperflow:scope decomposes into a batched task graph. /hyperflow:dispatch fans out persona-stitched workers under thinking-tier review. Memory compounds across sessions — yesterday's decisions are tomorrow's starting point.",
"author": {
"name": "Mohammed Abdelhady",
"url": "https://github.com/Mohammed-Abdelhady"
},
"homepage": "https://github.com/Mohammed-Abdelhady/hyperflow",
"repository": "https://github.com/Mohammed-Abdelhady/hyperflow",
"license": "MIT",
"keywords": [
"claude-code-plugin",
"multi-agent",
"workflow-chain",
"triageflow",
"personas",
"flow-profiles",
"code-review",
"project-memory",
"multi-tool"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hyperflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hyperflow-3)