multi-agent-cn

Coordinate a master agent with five persistent sub-agents via sessions_spawn.

103|14|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/szsip239/teamclaw --skill multi-agent-cn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-agent-cn
Source: https://github.com/szsip239/teamclaw/tree/main/data/skills/multi-agent-cn
Command: npx skills add https://github.com/szsip239/teamclaw --skill multi-agent-cn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

通用中文多Agent调度系统将主 Agent 设为纯调度员,负责接收任务、评估难度并将工作委派给五个持久化子 Agent(alpha~echo),通过 sessions_spawn 保持会话记忆与上下文连续。

Core Features & Use Cases

  • 五个固定子 Agent,持久会话并以固定 sessionKey(alpha、bravo、charlie、delta、echo)进行分派
  • 支持轮询调度与并行派遣,确保多任务能同时进行而不互相阻塞
  • 可自定义调度员角色与子 Agent 名称/人设,提供灵活的工作风格与任务分派策略
  • 严格遵守“铁律”,包含先回复再派遣与必须传递 sessionKey 的约束
  • 提供透明的任务拆解、进度跟踪和结果汇报能力

Quick Start

部署五代理调度器,并对 alpha、bravo、charlie、delta、echo 发送一个并行任务集合以验证流程。

Frequently Asked Questions about multi-agent-cn

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

FAQPage Schema
How do I orchestrate parallel tasks with a master agent and multiple sub-agents?

To orchestrate parallel tasks, a master agent acts as a dispatcher, evaluating task difficulty and delegating work to five persistent sub-agents via sessions_spawn. This maintains session memory and ensures role-based collaboration without mutual blocking.

What is the best way to maintain context continuity when delegating tasks across multiple sub-agents?

Maintaining context continuity across multiple sub-agents requires enforcing fixed sessionKeys for each persistent agent. By passing these strict sessionKeys during task delegation, the system preserves per-task memory and ensures safe, auditable spawns.

Can I customize the dispatcher role and sub-agent personas for complex workflow decomposition?

Yes, you can customize the dispatcher role and sub-agent names or personas. This allows you to define flexible work styles and task delegation strategies tailored for complex workflows requiring parallel task allocation and role-based collaboration.

How do I deploy and verify a multi-agent task delegation system in a Chinese-language context?

To deploy a multi-agent task delegation system in a Chinese-language context, configure five fixed sub-agents and dispatch a parallel task set to them. This verifies the orchestration flow, transparent task decomposition, and progress tracking capabilities.

Why does my multi-agent dispatcher need to reply before spawning sub-agents?

A multi-agent dispatcher must reply before spawning sub-agents to comply with strict orchestration discipline. This iron rule enforces safe, auditable spawns and ensures transparent task allocation before parallel execution begins.

When should I not use a fixed five sub-agent architecture for task delegation?

You should not use a fixed five sub-agent architecture for task delegation if your workflow requires dynamic scaling beyond the alpha, bravo, charlie, delta, and echo sessionKeys. The system enforces strict discipline with these five fixed sub-agents only.