By zhangxin840
Scout-then-plan workflow for Agent Teams. Gathers context with subagents, enters plan mode to design team strategy, then executes with an agent team.
One command to go from task description to a coordinated Agent Team.
Agent Teams are powerful but using them well requires thought — team composition, task dependencies, file ownership, spawn context, plan approval. This skill wraps the official best practices into a repeatable workflow so you get a well-structured team every time.
/team-plan <task>
Scout (subagents) → Plan (plan mode) → You approve → Agent Team executes
Without this skill, using Agent Teams typically means:
This skill fixes that by requiring a structured plan before any team is spawned:
/plugin marketplace add zhangxin840/team-plan-skill
/plugin install team-plan@team-plan-skills
npx skills add zhangxin840/team-plan-skill
git clone https://github.com/zhangxin840/team-plan-skill.git
cp -r team-plan-skill/plugins/team-plan/skills/team-plan ~/.claude/skills/
/team-plan Refactor src/auth/ from session-based to JWT authentication
/team-plan Research Claude Code v2.1.35 changes, produce upgrade report and articles
/team-plan Review and update all API documentation to match current implementation
| Section | Purpose |
|---|---|
| Task Analysis | Scope, boundaries, risks — refined from scout findings |
| Team Design | Each teammate: name, role, agent type, model, owned files, plan approval requirements |
| Task Breakdown | Tasks with owners, blockedBy dependencies, acceptance criteria |
| Phase Sequence | What runs in parallel, what must wait |
| File Ownership | Explicit map — no two teammates write the same file |
| Spawn Context | Key context for each teammate's prompt |
Agent Teams must be enabled in ~/.claude/settings.json or .claude/settings.json:
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub zhangxin840/team-plan-skill --plugin team-planMulti-agent team orchestration for Claude Code. Set up parallel AI agent teams with file-based planning, progress tracking, and role-based collaboration.
AI team workflow harness for Claude Code — specialist agents, shared skills, slash commands, hooks, and staged delegation pipeline.
Interactive skill that analyzes a task, proposes an agent team composition, and creates the team after user confirmation
Intelligently compose and deploy Claude Code Agent Teams. Auto-selects optimal team composition from 24+ agents and 83+ skills across 5 scopes, generates task dependency graphs, and orchestrates multi-agent workflows with a single command.
5つの専門エージェント(コード調査・依存分析・パターン分析・ソリューション設計・計画書作成)がチームでコードベースを調査・議論・合意形成し、Plan Modeで実装計画を作成する。調査エージェントはExploreサブエージェントを無制限に並列起動可能
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams