← ClaudeAtlas

teamlisted

Referencing the agent roster, roles, coordination model, and dispatch modes. Use when spawning agents or checking permissions.
rmzi/portable-dev-system · ★ 24 · AI & Automation · score 53
Install: claude install-skill rmzi/portable-dev-system
# /team — Agent Team Reference Agent roster, permissions, and coordination model. See `/pds:swarm` for the 6-phase workflow. ## Agent Tiers Research shows 3-4 subagents per swarm is optimal. Tier agents by spawning frequency: ### Core Tier (consider for every swarm) | Agent | Role | Model | Mode | MaxTurns | Memory | |-------|------|-------|------|----------|--------| | **orchestrator** | Team lead — plans, decomposes, dispatches | opus | default | 100 | — | | **worker** | Implementation in isolated worktrees | sonnet | acceptEdits | 50 | — | | **validator** | Merge branches, run tests, report | sonnet | acceptEdits | 40 | — | | **researcher** | Deep codebase exploration | sonnet | plan | 30 | project | These map directly to the whitepaper's Agentic SDLC: orchestrator coordinates, workers execute (Phase 3), validator verifies (Phase 4), researcher gathers context (Phase 1). ### Specialist Tier (spawn when specifically needed) | Agent | Role | Model | Mode | MaxTurns | Memory | When to Spawn | |-------|------|-------|------|----------|--------|---------------| | **reviewer** | Code review — quality, security | sonnet | plan | 25 | project | PRs, pre-human review | | **documenter** | Documentation updates | sonnet | acceptEdits | 30 | — | User-facing docs changed | | **scout** | PDS meta-improvements | haiku | acceptEdits | 15 | project | Post-swarm knowledge capture | | **auditor** | Codebase analysis -> GitHub issues | sonnet | plan | 30 | project | Periodic tech debt