Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,25 @@
"security",
"compliance"
]
},
{
"name": "hyperflow",
"source": "./plugins/hyperflow",
"description": "Advanced multi-agent orchestration with persistent cross-session memory, per-step multi-level review, persona stitching, and adaptive flow profiles.",
"version": "2.6.2",
"author": {
"name": "Mohammed Abdelhady",
"url": "https://github.com/Mohammed-Abdelhady"
},
"category": "Workflow Orchestration",
"homepage": "https://github.com/Mohammed-Abdelhady/hyperflow",
"keywords": [
"multi-agent",
"workflow-chain",
"code-review",
"project-memory",
"multi-tool"
]
}
]
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you
- [angelos-symbo](./plugins/angelos-symbo)
- [ceo-quality-controller-agent](./plugins/ceo-quality-controller-agent)
- [claude-desktop-extension](./plugins/claude-desktop-extension)
- [hyperflow](./plugins/hyperflow)
- [lyra](./plugins/lyra)
- [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert)
- [problem-solver-specialist](./plugins/problem-solver-specialist)
Expand Down
23 changes: 23 additions & 0 deletions plugins/hyperflow/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"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"
]
}
21 changes: 21 additions & 0 deletions plugins/hyperflow/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Mohammed Abdelhady

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
537 changes: 537 additions & 0 deletions plugins/hyperflow/README.md

Large diffs are not rendered by default.

188 changes: 188 additions & 0 deletions plugins/hyperflow/config/defaults.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,188 @@
{
"providers": {
"claude-code": {
"displayName": "Claude Code",
"detection": {
"envPrefix": "CLAUDE_CODE_",
"dynamicFetch": "read ~/.claude/settings.json"
},
"models": {
"thinking": [
{ "id": "opus-4-7", "label": "Opus 4.7", "provider": "Anthropic", "notes": "Latest Opus (Hyperflow default)", "default": true },
{ "id": "opus-4-6", "label": "Opus 4.6", "provider": "Anthropic", "notes": "Previous Opus" },
{ "id": "opus-4-5", "label": "Opus 4.5", "provider": "Anthropic", "notes": "Legacy" },
{ "id": "sonnet-4-6", "label": "Sonnet 4.6", "provider": "Anthropic", "notes": "Can be used as thinking model for cost savings" }
],
"worker": [
{ "id": "sonnet-4-6", "label": "Sonnet 4.6", "provider": "Anthropic", "notes": "Latest Sonnet (Hyperflow default)", "default": true },
{ "id": "sonnet-4-5", "label": "Sonnet 4.5", "provider": "Anthropic", "notes": "Legacy" },
{ "id": "haiku-4-5", "label": "Haiku 4.5", "provider": "Anthropic", "notes": "Fast/cheap for simple tasks" }
]
},
"agentModelMapping": {
"opus-4-7": "opus",
"opus-4-6": "opus",
"opus-4-5": "opus",
"sonnet-4-6": "sonnet",
"sonnet-4-5": "sonnet",
"haiku-4-5": "haiku"
},
"envVarPinning": {
"opus-4-6": { "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-6" },
"opus-4-5": { "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-5" },
"sonnet-4-5": { "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-4-5" }
}
},
"cursor": {
"displayName": "Cursor",
"detection": {
"envPrefix": "CURSOR_",
"dynamicFetch": null
},
"models": {
"thinking": [
{ "id": "claude-4.7-opus", "label": "Claude 4.7 Opus", "provider": "Anthropic", "notes": "Hyperflow default (may require Max Mode on request-based plans)", "default": true },
{ "id": "claude-4.6-opus", "label": "Claude 4.6 Opus", "provider": "Anthropic", "notes": "Previous Opus" },
{ "id": "gpt-5.5", "label": "GPT-5.5", "provider": "OpenAI", "notes": "Latest GPT" },
{ "id": "gpt-5.4", "label": "GPT-5.4", "provider": "OpenAI", "notes": "Cached input discount" },
{ "id": "gemini-3.1-pro", "label": "Gemini 3.1 Pro", "provider": "Google", "notes": "Standard availability" },
{ "id": "grok-4.3", "label": "Grok 4.3", "provider": "xAI", "notes": "Requires Max Mode" },
{ "id": "composer-2", "label": "Composer 2", "provider": "Cursor", "notes": "Cursor's agentic model" }
],
"worker": [
{ "id": "claude-4.6-sonnet", "label": "Claude 4.6 Sonnet", "provider": "Anthropic", "notes": "Hyperflow default", "default": true },
{ "id": "claude-4.5-haiku", "label": "Claude 4.5 Haiku", "provider": "Anthropic", "notes": "Fast/cheap" },
{ "id": "gpt-5.4-mini", "label": "GPT-5.4 Mini", "provider": "OpenAI", "notes": "Cost-efficient" },
{ "id": "gpt-5.4-nano", "label": "GPT-5.4 Nano", "provider": "OpenAI", "notes": "Cheapest GPT" },
{ "id": "gemini-3-flash", "label": "Gemini 3 Flash", "provider": "Google", "notes": "Fast/cheap" }
]
}
},
"opencode": {
"displayName": "OpenCode",
"detection": {
"envPrefix": "OPENCODE_",
"pathCheck": "opencode",
"dynamicFetch": "opencode models list --json"
},
"models": {
"thinking": [
{ "id": "anthropic/claude-opus-4-7", "label": "Claude Opus 4.7", "provider": "Anthropic", "notes": "Hyperflow default", "default": true },
{ "id": "anthropic/claude-opus-4-6", "label": "Claude Opus 4.6", "provider": "Anthropic", "notes": "Previous Opus" },
{ "id": "openai/gpt-5.5", "label": "GPT-5.5", "provider": "OpenAI", "notes": "Latest GPT" },
{ "id": "openai/gpt-5.4", "label": "GPT-5.4", "provider": "OpenAI", "notes": "Cached input discount" },
{ "id": "google-vertex-ai/gemini-3.1-pro", "label": "Gemini 3.1 Pro", "provider": "Google", "notes": "2M context window" },
{ "id": "deepseek/deepseek-v4-pro", "label": "DeepSeek V4 Pro", "provider": "DeepSeek", "notes": "Open-weight" }
],
"worker": [
{ "id": "anthropic/claude-sonnet-4-6", "label": "Claude Sonnet 4.6", "provider": "Anthropic", "notes": "Hyperflow default", "default": true },
{ "id": "anthropic/claude-haiku-4-5", "label": "Claude Haiku 4.5", "provider": "Anthropic", "notes": "Fast/cheap" },
{ "id": "openai/gpt-5.4-mini", "label": "GPT-5.4 Mini", "provider": "OpenAI", "notes": "Cost-efficient" },
{ "id": "google-vertex-ai/gemini-3-flash", "label": "Gemini 3 Flash", "provider": "Google", "notes": "Fast/cheap" }
]
}
},
"antigravity": {
"displayName": "Antigravity",
"detection": {
"envPrefix": "ANTIGRAVITY_",
"dynamicFetch": null
},
"models": {
"thinking": [
{ "id": "gemini-3.1-pro", "label": "Gemini 3.1 Pro", "provider": "Google", "notes": "2M context, Hyperflow default", "default": true },
{ "id": "gemini-3.1-pro-low", "label": "Gemini 3.1 Pro (Low)", "provider": "Google", "notes": "Lighter variant" },
{ "id": "claude-opus-4.7", "label": "Claude Opus 4.7", "provider": "Anthropic", "notes": "Available on free tier with limits" }
],
"worker": [
{ "id": "gemini-3-flash", "label": "Gemini 3 Flash", "provider": "Google", "notes": "Fast/cheap, Hyperflow default", "default": true },
{ "id": "claude-sonnet-4.6", "label": "Claude Sonnet 4.6", "provider": "Anthropic", "notes": "Stronger for refactors" },
{ "id": "gpt-oss-120b", "label": "GPT-OSS 120B", "provider": "OpenAI", "notes": "Open-weight" }
]
}
},
"codex": {
"displayName": "Codex",
"detection": {
"envPrefix": "CODEX_",
"dynamicFetch": null
},
"models": {
"thinking": [
{ "id": "o3", "label": "o3", "provider": "OpenAI", "notes": "Strongest reasoning, Hyperflow default", "default": true },
{ "id": "o4-mini", "label": "o4-mini", "provider": "OpenAI", "notes": "Fast reasoning" },
{ "id": "gpt-5.5", "label": "GPT-5.5", "provider": "OpenAI", "notes": "Latest GPT" }
],
"worker": [
{ "id": "o4-mini", "label": "o4-mini", "provider": "OpenAI", "notes": "Fast reasoning, Hyperflow default", "default": true },
{ "id": "gpt-5.4-mini", "label": "GPT-5.4 Mini", "provider": "OpenAI", "notes": "Cost-efficient" },
{ "id": "codex-mini", "label": "Codex Mini", "provider": "OpenAI", "notes": "Built-in lightweight model" }
]
}
}
},
"security": {
"blockedFiles": [
".env",
".env.*",
"*.pem",
"*.key",
"*.p12",
"*.pfx",
"*.jks",
"credentials.json",
"service-account*.json",
"*-secret.json",
"*-secret.yaml",
"~/.ssh/*",
"~/.gnupg/*",
"id_rsa*",
"id_ed25519*",
"*.gpg",
".npmrc",
".pypirc",
".docker/config.json",
"*.keychain",
"*-credentials",
"~/.aws/credentials",
"~/.azure/*",
"~/.config/gcloud/*",
"~/.kube/config"
],
"allowedFiles": [
".env.example",
".env.template",
".env.sample"
],
"blockedCommands": [
"rm -rf /",
"rm -rf ~",
"rm -rf .",
"mkfs",
"dd if=",
"git push --force (to main/master)",
"git reset --hard",
"git clean -fdx",
"sudo",
"chmod 777",
"chmod -R 777",
"npm publish",
"pip upload",
"gem push",
"cargo publish"
],
"secretPatterns": [
"sk-",
"AKIA",
"ghp_",
"gho_",
"glpat-",
"xoxb-",
"xoxp-",
"-----BEGIN (RSA|EC|DSA)? PRIVATE KEY-----",
"postgres://.*:.*@",
"mongodb+srv://.*:.*@",
"redis://.*:.*@"
]
}
}
Loading