agent-workflow-designer
Design production-grade multi-agent workflows with clear pattern choice (sequential, parallel, hierarchical), handoff contracts, failure handling, and cost/context controls. Use when architecting a multi-step agent pipeline, choosing between single-agent vs multi-agent approaches, or refactoring an LLM workflow that suffers from context bloat or unreliable handoffs.
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=alirezarezvani-claude-skills-engineering-skills-agent-workflow-designer-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name agent-workflow-designer description Design production-grade multi-agent workflows with clear pattern choice (sequential, parallel, hierarchical), handoff contracts, failure handling, and cost/context controls. Use when architecting a multi-step agent pipeline, choosing between single-agent vs multi-agent approaches, or refactoring an LLM workflow that suffers from context bloat or unreliable handoffs. Agent Workflow Designer Tier: POWERFUL Category: Engineering Domain: Multi-Agent Systems / AI Orchestration Overview Design production-grade multi-agent workflows with clear pattern choice, handoff contracts, failure handling, and cost/context controls. Core Capabilities Workflow pattern selection for multi-step agent systems Skeleton config generation for fast workflow bootstrapping Context and cost discipline across long-running flows Error recovery and retry strategy scaffolding Documentation pointers for operational pattern tradeoffs When to Use A single prompt is insufficient for task complexity You need specialist agents with explicit boundaries You want deterministic workflow structure before implementation You need validation loops for quality or safety gates Quick Start # Generate a sequential workflow skeleton python3 scripts/workflow_scaffolder.py sequential --name content-pipeline # Generate an orchestrator workflow and save it python3 scripts/workflow_scaffolder.py orchestrator --name incident-triage --output workflows/incident-triage.json Pattern Map sequential : strict step-by-step dependency chain parallel : fan-out/fan-in for independent subtasks router : dispatch by intent/type with fallback orchestrator : planner coordinates specialists with dependencies evaluator : generator + quality gate loop Detailed templates: references/workflow-patterns.md Recommended Workflow Select pattern based on dependency shape and risk profile. Scaffold config via scripts/workflow_scaffolder.py . Define handoff contract fields for every edge. Add retry/timeouts and output validation gates. Dry-run with small context budgets before scaling. Common Pitfalls Over-orchestrating tasks solvable by one well-structured prompt Missing timeout/retry policies for external-model calls Passing full upstream context instead of targeted artifacts Ignoring per-step cost accumulation Best Practices Start with the smallest pattern that can satisfy requirements. Keep handoff payloads explicit and bounded. Validate intermediate outputs before fan-in synthesis. Enforce budget and timeout limits in every step.
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.