workflow
FeaturedUse 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".
Install
Quality Score: 99/100
Skill Content
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
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.
authoring-workflows
Use when you are about to call the Workflow tool, or author / debug / launch a Claude Code dynamic-workflow script — 当你要写 workflow 脚本时 — even if you think you already know the API. Use when you catch yourself guessing the determinism or resume rules of the workflow engine, reaching for parallel() / pipeline() without checking the shape, hand-writing a validation linter, or about to relaunch after a harness error. Use before you guess, not after a failed run.
codex-workflows
Run a dynamic-workflow script on a local Codex App Server — orchestrate many Codex / GPT agents (the agent / parallel / pipeline / phase / budget DSL) instead of Claude subagents, for codebase audits, large migrations, and multi-agent review or research. Give it one or two rough sentences and it compiles the right harness for you. Manual-invoke only via /codex-workflows.