---
name: Agent Team Design
slug: agent-team-design
category: AI Engineering
description: Agent Team Design defines agent teams, role boundaries, handoffs, memory owners, policy owners, and evaluation roles for multi-agent systems. Use it when creating a new team, a meta-agent, or an agent operating system repository.
github: "https://github.com/agentlas-ai/Agentlas-OS/tree/main/skills/agent-team-design"
language: Python
stars: 1160
forks: 116
install: "npx degit https://github.com/agentlas-ai/Agentlas-OS/tree/main/skills/agent-team-design ~/.claude/skills/agent-team-design"
installs_to: ~/.claude/skills/agent-team-design
source_path: skills/agent-team-design/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/agentlas-ai/Agentlas-OS"
added: 2026-08-20T07:55:52.726Z
last_synced: 2026-08-20T07:55:52.726Z
canonical_url: "https://dirskills.com/skills/agent-team-design"
---

# Agent Team Design

Agent Team Design defines agent teams, role boundaries, handoffs, memory owners, policy owners, and evaluation roles for multi-agent systems. Use it when creating a new team, a meta-agent, or an agent operating system repository.

**Install:**

```bash
npx degit https://github.com/agentlas-ai/Agentlas-OS/tree/main/skills/agent-team-design ~/.claude/skills/agent-team-design
```

## README

# 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.
