vcteam

Solid

Orchestrate Agent Teams for parallel multi-session collaboration. Use for research, implementation, review, and debug workflows requiring independent teammates.

AI & Automation 852 stars 197 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
98
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agent Teams - Parallel Orchestration Utility Coordinate multiple independent Claude Code sessions. Each teammate has own context window, loads project context (CLAUDE.md, skills, agents), communicates via shared task list and messaging. **Requires:** Agent Teams enabled. Set `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` in settings.json env. **Requires:** CLI terminal — `TaskCreate`/`TaskUpdate`/`TaskGet`/`TaskList` and `TeamCreate`/`TeamDelete` are **disabled in VSCode extension** (`isTTY` check). Agent Teams CANNOT run in VSCode. **Model requirement:** All teammates must run Opus 4.6 (Agent Teams constraint). ## Usage ``` /vc:team <template> <context> [flags] ``` **Templates:** `research`, `execute`, `review`, `debug` **Flags:** - `--devs N` | `--researchers N` | `--reviewers N` | `--debuggers N` -- team size - `--plan-approval` / `--no-plan-approval` -- plan gate (default: on for execute) - `--delegate` -- lead only coordinates, never touches code - `--worktree` -- use git worktrees for implementation isolation (default: on for execute) ## Execution Protocol **Pre-flight (MANDATORY -- merged into step 2 of every template):** 1. Step 2 of every template calls `TeamCreate(team_name: "...", ...)`. Do NOT check whether the tool exists first -- just call it. 2. If the call SUCCEEDS: continue with the template. 3. If the call returns an ERROR or is unrecognized: **STOP. Tell user:** "Agent Teams requires `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` in settings.json. Team mode i...

Details

Author
withkynam
Repository
withkynam/vibecode-pro-max-kit
Created
2 weeks ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category