agent-workflow

Coordinate multi-agent development workflows across five lifecycle phases.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/Clouder0/dotagent --skill agent-workflow-clouder0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-workflow
Source: https://github.com/Clouder0/dotagent/tree/main/.claude/skills/agent-workflow
Command: npx skills add https://github.com/Clouder0/dotagent --skill agent-workflow-clouder0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pattern for multi-agent development workflow orchestration, managing phases and spawns.

Core Features & Use Cases

  • Phase orchestration: Manage REQUIREMENTS, ARCHITECTURE, IMPLEMENTATION, VERIFICATION, REFLECTION.
  • Agent spawning: Spawn and manage Tier-1 and Tier-2 agents.

Quick Start

Initialize the workflow and spawn subagents to progress through phases.

Frequently Asked Questions about agent-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple agents working on the same development project in parallel?

Multi-agent workflow coordination manages parallel agent work through a five-phase lifecycle: REQUIREMENTS, ARCHITECTURE, IMPLEMENTATION, VERIFICATION, and REFLECTION. This Skill spawns and tracks Tier-1 and Tier-2 agents using a Dotagent-based pattern, synchronizing their outputs across phases so work progresses collectively rather than in isolation.

What does a five-phase development workflow orchestration look like?

Workflow orchestration enforces structured phases: REQUIREMENTS (define scope), ARCHITECTURE (design structure), IMPLEMENTATION (build code), VERIFICATION (test and validate), and REFLECTION (analyze outcomes). This Skill manages transitions between phases and ensures agents complete each stage before moving forward, reducing coordination overhead.

How do I spawn subagents and manage a tiered agent hierarchy?

Spawn subagents using Dotagent-based patterns within a two-tier hierarchy: Tier-1 agents handle high-level coordination, Tier-2 agents execute specialized tasks. This Skill automates spawning, assignment, and lifecycle management so you initialize once and let the workflow distribute work across the agent tiers.

Can I use this workflow pattern when starting a new development task?

Yes, this Skill is applied at project inception to initialize the multi-agent workflow. It establishes the phase structure, agent hierarchy, and spawning rules upfront so every new development task follows consistent orchestration patterns from start to finish.

What happens when development phases need to transition or agents finish their work?

Phase transitions are managed automatically by the workflow. When agents complete their assigned phase work, the coordinator validates outputs, synchronizes state, and triggers the next phase. This prevents bottlenecks and ensures downstream agents receive validated inputs.

Is this workflow approach suitable for complex development projects with many parallel workstreams?

Yes, the tiered agent hierarchy and phase-gated structure scale to complex projects. Tier-1 agents coordinate high-level phases while Tier-2 agents parallelize implementation tasks, so workflow remains manageable as complexity grows.

Related Skills