AgentSkillsCN

agent-coordination

通过并行、串行、群体、混合,或迭代执行等策略,统筹协调多类专业技能与任务代理。在组织多工位协作流程、管理任务依赖关系,或以质量门控优化复杂任务执行时,此方法将发挥重要作用。

SKILL.md
--- frontmatter
name: agent-coordination
description: Coordinate multiple specialized Skills and Task Agents through parallel, sequential, swarm, hybrid, or iterative execution strategies. Use when orchestrating multi-worker workflows, managing dependencies, or optimizing complex task execution with quality gates.

Agent Coordination

Coordinate multiple specialized Skills and Task Agents through strategic execution patterns.

Quick Reference

When to Use

  • Orchestrating multi-worker workflows
  • Managing dependencies between tasks
  • Optimizing complex task execution
  • Quality-critical work with validation

CRITICAL: Skills vs Task Agents

Skills (via Skill tool): Instruction sets that guide Claude

  • Examples: rust-code-quality, architecture-validation, plan-gap-analysis

Agents (via Task tool): Autonomous sub-processes that execute

  • Examples: code-reviewer, test-runner, debugger, loop-agent

See strategies.md for coordination patterns and skills-agents.md for when to use each.