Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alirezarezvani avatar

Agent Workflow Designer

  • 614 installs
  • 23.5k repo stars
  • Updated July 17, 2026
  • alirezarezvani/claude-skills

agent-workflow-designer is a Claude Code skill that generates reusable JSON workflow pattern templates so developers can orchestrate sequential, parallel, router, and orchestrator multi-agent steps in Claude, Cursor, or

About

agent-workflow-designer is an AI agent building skill from alirezarezvani/claude-skills that emits structured workflow pattern templates for coding agents. Each template encodes one of four orchestration models—sequential step chains, parallel fan-out and fan-in, intent-based routers with fallback handlers, and dynamic orchestrators with dependency management—using JSON fields like steps, fan_out, routes, and router. Developers reach for agent-workflow-designer when wiring multi-step agent pipelines in Claude Code, Cursor, or Codex and need a repeatable pattern instead of ad-hoc prompt chains. The readme documents four core patterns with copy-paste JSON examples, making the skill a blueprint library for agent orchestration rather than a runtime executor.

  • 5 ready-to-use workflow pattern templates: Sequential, Parallel, Router, Orchestrator, Evaluator
  • Includes pattern selection heuristics based on dependency shape, throughput needs, and quality gates
  • Standardized handoff contract with workflow_id, step_id, task, constraints, upstream_artifacts and budget_tokens
  • JSON-first templates that drop directly into agent orchestration loops
  • Works before any creative or implementation work to reduce slop and token waste

Agent Workflow Designer by the numbers

  • 614 all-time installs (skills.sh)
  • Ranked #1,549 of 16,565 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/alirezarezvani/claude-skills --skill agent-workflow-designer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs614
repo stars23.5k
Security audit3 / 3 scanners passed
Last updatedJuly 17, 2026
Repositoryalirezarezvani/claude-skills

How do you design multi-agent workflow patterns for coding agents?

Generate reusable workflow pattern templates that tell Claude, Cursor or Codex exactly how to orchestrate multiple agent steps.

Who is it for?

Developers building multi-step agent pipelines in Claude Code, Cursor, or Codex who need standardized orchestration blueprints.

Skip if: Developers who only need a single one-shot prompt or already run a dedicated workflow engine like Temporal or LangGraph.

When should I use this skill?

A developer asks to design, template, or structure multi-agent workflows with routing, parallelism, or orchestration steps.

What you get

Reusable JSON workflow pattern templates with sequential, parallel, router, and orchestrator step definitions

  • JSON workflow pattern templates
  • Multi-agent orchestration blueprints

By the numbers

  • Documents 4 core workflow patterns: sequential, parallel, router, and orchestrator

Files

SKILL.mdMarkdownGitHub ↗

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

1. Select pattern based on dependency shape and risk profile. 2. Scaffold config via scripts/workflow_scaffolder.py. 3. Define handoff contract fields for every edge. 4. Add retry/timeouts and output validation gates. 5. 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

1. Start with the smallest pattern that can satisfy requirements. 2. Keep handoff payloads explicit and bounded. 3. Validate intermediate outputs before fan-in synthesis. 4. Enforce budget and timeout limits in every step.

Related skills

How it compares

Pick agent-workflow-designer over generic prompt skills when you need structured multi-agent orchestration blueprints instead of single-turn instructions.

FAQ

What workflow patterns does agent-workflow-designer support?

agent-workflow-designer supports four JSON workflow patterns: sequential for dependent step chains, parallel for fan-out and fan-in tasks, router for intent-based handler routing with fallback, and orchestrator for dynamic planning with dependency management.

Which coding agents work with agent-workflow-designer templates?

agent-workflow-designer templates target Claude, Cursor, and Codex coding agents. Each pattern is a reusable JSON blueprint developers paste into agent configuration to standardize multi-step orchestration.

Is Agent Workflow Designer safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.