skillfed

dynamic-workflows

Dynamic-workflows is a comprehensive orchestration framework that enables teams to coordinate multiple specialized agents across diverse technology stacks. Built for Claude Code adoption at scale, it combines sprint-based workflows, automated browser testing, and intelligent code review systems to streamline development cycles and reduce rework.

Dynamic-workflows enables orchestration of dozens to hundreds of concurrent subagents for large-scale tasks by providing structured patterns for fan-out execution. You can spawn multiple specialized agents simultaneously, coordinate their work through shared context, and aggregate results. The framework handles the complexity of managing concurrent execution, allowing you to focus on task decomposition and result verification rather than low-level concurrency management.

AI-generated summary based on this skill's SKILL.md

99 9 MIT updated by TheBeardedBearSAS

Install

TheBeardedBearSAS/claude-craft/dynamic-workflows · repository language: Shell

CLI (skillfed)coming soon
git clone https://github.com/TheBeardedBearSAS/claude-craft
cp -r claude-craft/.claude/skills/dynamic-workflows ~/.claude/skills/dynamic-workflows

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How can I run hundreds of agents in parallel with dynamic-workflows?

Dynamic-workflows enables orchestration of dozens to hundreds of concurrent subagents for large-scale tasks by providing structured patterns for fan-out execution. You can spawn multiple specialized agents simultaneously, coordinate their work through shared context, and aggregate results. The framework handles the complexity of managing concurrent execution, allowing you to focus on task decomposition and result verification rather than low-level concurrency management.

When should I use Agent Teams versus dynamic-workflows patterns?

Dynamic-workflows helps you decide between Agent Teams, Dynamic Workflows, and sequential patterns based on your task structure. Use Agent Teams for tightly-coordinated groups working on interdependent subtasks; choose Dynamic Workflows when you need flexible, data-driven orchestration across many independent workers; and select sequential patterns for tasks with strict ordering requirements. Dynamic-workflows provides guidance and implementation examples for each approach.

What orchestration patterns does dynamic-workflows support for multi-agent coordination?

Dynamic-workflows implements fan-out, verification, and pipeline patterns with multiple agents. Fan-out distributes work across many agents in parallel; verification patterns run adversarial or independent checks on outputs; and pipeline patterns chain agents sequentially with intermediate filtering or transformation. These patterns can be combined to handle complex workflows like large audits, migrations, and multi-source research tasks.

How do I monitor workflow execution and manage token costs in dynamic-workflows?

Dynamic-workflows provides built-in monitoring and token cost management capabilities. Track workflow execution progress, observe individual agent performance, and analyze token consumption across your orchestrated tasks. This visibility helps you optimize agent allocation, identify bottlenecks, and control costs when scaling beyond single-agent context limits.

Can I save and reuse workflow scripts across different projects?

Yes, dynamic-workflows supports saving and reusing workflow scripts across projects. Define your orchestration patterns, agent configurations, and coordination logic once, then apply them to new tasks and domains. This reusability accelerates development and ensures consistent patterns across your multi-agent implementations.

How many concurrent agents can I run with dynamic-workflows?

Dynamic-workflows is designed to coordinate dozens to hundreds of concurrent subagents, enabling large-scale orchestration far beyond single-agent capabilities. The exact number depends on your task complexity, token budgets, and infrastructure, but the framework provides the patterns and monitoring tools needed to scale responsibly and efficiently.

SKILL.md

rendered from the published skill — quoted content, verbatim

Dynamic Workflows — orchestration multi-agents scriptée

Dynamic Workflows (Claude Code 2.1.154+, mot-clé déclencheur ultracode) laissent Claude écrire un script JavaScript qui orchestre des sous-agents de façon déterministe (boucles, conditions, fan-out). Le script tourne en arrière-plan ; on suit l'exécution via /workflows.

> ⚠️ Opt-in coûteux : un workflow peut lancer des dizaines à centaines de sous-agents. Ne l'utiliser > que sur demande explicite (mot « ultracode », « use a workflow », « fan out agents ») ou quand le > palier de complexité ci-dessous est franchi.

Quand l'utiliser — les 3 paliers d'orchestration

Palier Outil Concurrence Quand
1 Sub-agent simple

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
.claude/skills/dynamic-workflows/SKILL.md

Related skills

Tags

multi-agent-orchestration concurrent-execution fan-out-pattern adversarial-review pipeline-processing agent-scaling workflow-monitoring deterministic-scripting batch-operations distributed-tasks