
Parallel Workflows
- Updated June 5, 2026
- DonalMoloney/ClaudeWorkflows
parallel-workflows harnesses Claude's dynamic workflow and parallel agent orchestration to compress hours of sequential work into minutes. A developer uses it to fan tasks out across many agents running concurrently.
Key points
- Dynamic workflows
- Parallel agent orchestration
- Compresses hours into minutes
- Multi-agent automation
Parallel Workflows by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add DonalMoloney/ClaudeWorkflows/plugin install parallel-workflows@claude-workflowsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 5, 2026 |
|---|---|
| Repository | DonalMoloney/ClaudeWorkflows ↗ |
What it does
Dynamic workflow and parallel agent orchestration to compress sequential work into minutes.
README.md
parallel-workflows
A Claude Code plugin that helps you design, write, and run dynamic parallel workflows — compressing hours of sequential work into minutes.
Install
/plugin marketplace add DonalMoloney/ClaudeWorkflows
/plugin install parallel-workflows@claude-workflows
Requires Claude Code v2.1.154+ (dynamic workflows). Pro users: enable workflows in /config.
Components
Commands (slash commands in Claude Code):
/orchestrate <task>— design and launch a dynamic workflow for any complex task/parallel-sweep <target>— fan out agents across a codebase and synthesize findings/workflow-review <path>— critique a workflow script for correctness and quality
Agents (specialist workers):
workflow-architect— writes and debugs workflow orchestration scriptssub-agent-specialist— scopes sub-agent prompts, schemas, and model routing
Skills (auto-activating context):
dynamic-workflows— when/how to trigger, all primitives, run management, troubleshootingparallel-patterns— adversarial verify, loop-until-dry, judge panel, multi-modal sweepheadless-orchestration— shell-level parallelism withclaude -perror-handling— agent failure handling, defensive schemas,.filter(Boolean)placement
Typical flow
/orchestratedescribes what you want → Claude writes a workflow script- Include
ultracodein your next prompt to trigger the runtime - Watch progress in
/workflows, drill into agents, pause/stop as needed - Press
sin/workflowsto save the script as a reusable command