Skip to content
Development
Skill

/agent-team-design

Use when designing a new multi-agent team, visible agents folder, role boundaries, handoff flow, PM Soul, Memory Curator, Policy Gate, or evaluation role. Use for agent-team repo creation even when the user only says they want a meta-agent or agent operating system.

From plugin
agentlas-os
1.2k41 skills5 agents14 commands1 MCP
Install
$ npx -y skills add agentlas-ai/Agentlas-OS --skill agent-team-design --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/agent-team-design

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when designing a new multi-agent team, visible agents folder, role boundaries, handoff flow, PM Soul, Memory Curator, Policy Gate, or evaluation role. Use for agent-team repo creation even when the user only says they want a meta-agent or agent operating system.

SKILL.md

agent-team-design.SKILL.md
name: agent-team-design
description: "Use when designing a new multi-agent team, visible agents folder, role boundaries, handoff flow, PM Soul, Memory Curator, Policy Gate, or evaluation role. Use for agent-team repo creation even when the user only says they want a meta-agent or agent operating system."

Agent Team Design

Procedure

1. Define the user job and target runtime. 2. Start with one agent. Add team roles only when routing, memory, review, policy, or parallel ownership is useful. 3. Use a visible public tree:

  • `agents/10-single-agent-builder/agent.md`
  • `agents/20-multi-agent-team-builder/agent.md`
  • `agents/30-agentlas-packager/agent.md`

4. Add `skills/<capability>/SKILL.md` for reusable procedures. 5. Add `.agentlas/company-blueprint.json` for topology.

Output

Return the role list, handoff direction, memory owner, policy owner, and eval owner.

Ships withagentlas-os

Agent OS: keep specialist agents in a hub, spin up a temporary orchestrator per task. Local-first, works with any model.

Get the whole plugin

Other skills on agentlas-os.