
Claude Workflows
Install when you want Claude Code to run dynamic, parallel multi-agent workflows instead of hand-rolling one agent at a time.
Overview
claude-workflows is a plugin marketplace for the Build phase that adds parallel-workflows so Claude Code can run dynamic multi-agent orchestration.
What is this marketplace?
- Single plugin: parallel-workflows for dynamic workflow and parallel agent orchestration
- Keywords cover workflows, parallel agents, multi-agent orchestration, and automation
- Aims to compress hours of sequential agent work into shorter parallel runs
- Published from Donal Moloney’s ClaudeWorkflows GitHub repo
- Claude Code marketplace bundle, not a standalone MCP server
- 1 plugin in the marketplace (parallel-workflows)
- Owner: Donal Moloney
- Repository: github.com/DonalMoloney/ClaudeWorkflows
What problem does it solve?
Large agent tasks stall when every step runs in one slow sequential thread with no built-in parallel coordination.
Who is it for?
Solo builders on Claude Code tackling multi-component features, big refactors, or any job you would otherwise split across many manual agent prompts.
Skip if: Teams that only need a single short Claude reply per task or who do not use Claude Code’s plugin marketplace at all.
What do I get? / Deliverables
After you register the marketplace, you can route work through parallel-workflows to split and run coordinated agent jobs in much less wall-clock time.
- parallel-workflows plugin available inside your Claude Code marketplace
- Repeatable parallel agent orchestration patterns for large tasks
- Shorter wall-clock runs on work you used to sequence manually
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Parallel orchestration is primarily an agent-runtime capability you wire up while building with Claude Code. The marketplace ships one plugin focused on workflow and agent orchestration, which belongs on the agent-tooling shelf.
How it compares
Agent orchestration marketplace plugin, not an MCP server or a single static skill file.
Common Questions / FAQ
Who is Claude Workflows for?
It is for Claude Code users who want parallel multi-agent workflows without writing custom orchestration from scratch.
When should I use Claude Workflows?
Use it when a build or refactor is too big for one agent thread and you need parallel workflows with orchestration built in.
How do I add Claude Workflows to my agent?
Add the DonalMoloney/ClaudeWorkflows marketplace in Claude Code, install the parallel-workflows plugin from the listed GitHub source, then use it from your Claude Code session.