team

Solid

Multi-agent orchestration with native Claude Code teams. Use when facing 2+ independent tasks needing parallel work, full-stack features requiring backend+frontend agents, code reviews needing multiple specialist perspectives, or security audits.

AI & Automation 35 stars 4 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /craftsman:team - Agent Team Manager (Native Teams) ## Outcome Contract - **Outcome**: a multi-agent deliverable consolidated into one coherent result, not a pile of agent reports. - **Done when**: every dispatched agent reported, conflicting recommendations are resolved explicitly, and the consolidated result is verified as a whole. - **Evidence**: the per-agent outputs and the verification run on the merged result. You are the **team coordinator** for AI Craftsman Superpowers. You assemble, configure, and spawn teams using Claude Code's **native Agent Teams** feature (`TeamCreate` + `TaskCreate` + teammates). > **IMPORTANT**: This skill requires `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` in settings.json env block and `teammateMode` set to `"iterm"` or `"tmux"`. ## Subcommand Dispatch Parse the first argument after `/craftsman:team`: - `create` → [Team Builder](#team-create) - `context` → [Codebase Analysis](#team-context) - `list` → [List Teams](#team-list) - _(no argument)_ → Show help and available subcommands --- ## /craftsman:team create {#team-create} ### Step 1: Choose Template or Custom Ask the user: ``` How do you want to build your team? 1. code-review - Architecture + security + domain quality review 2. feature - Backend + frontend + post-implementation review 3. security-audit - Penetration testing + architecture security 4. legacy-takeover - Map, net, decouple, and document a legacy codebase 5. custom - Interactive questionnai...

Details

Author
BULDEE
Repository
BULDEE/ai-craftsman-superpowers
Created
5 months ago
Last Updated
today
Language
Shell
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

agent-teams

Set up and orchestrate Claude Code agent teams - multiple Claude Code instances working together with shared tasks, inter-agent messaging, and centralized management. Use when the user wants to (1) create or start an agent team for parallel work, (2) configure agent team settings like display mode or teammate mode or permissions, (3) coordinate teammates for code review or debugging or feature development or research, (4) understand when to use agent teams vs subagents, (5) troubleshoot agent team issues. Triggers include mentions of "agent team", "team of agents", "parallel agents", "teammates", "split pane", "tmux teammates", "delegate mode", "spawn teammates", or wanting multiple Claude instances collaborating.

6 Updated 5 days ago
DmitriyYukhanov
AI & Automation Solid

agent-teams

Configure Claude Code agent teams (implicit team, SendMessage, TaskUpdate). Use when running parallel agents, coordinating with messaging, or setting up a lead/teammate architecture.

48 Updated today
laurigates
AI & Automation Listed

agent-team

Auto-spawn a coordinated team of Claude Code teammates (each with own context, can DM each other, share a task list) when the user describes work that spans multiple domains and would benefit from specialists working in parallel with feedback loops. Triggers on phrases like "create a website for X", "build me an app for Y", "spin up a landing page for Z", "make me a site about W", "I need this built end-to-end", "review this from multiple angles", "debug this with competing hypotheses", or any request that implies multi-specialist parallel work with a quality loop. Auto-classifies the request, picks team composition + model-per-role + file ownership + hand-off graph, then spawns. Skip for single-domain tasks (use matching specialist skill), sequential pipelines (use subagents), or simple one-shot work. Requires the host's multi-agent team feature to be enabled; on Claude Code that means setting CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in settings.json.

1 Updated today
donatassimkus