Scout-then-plan workflow skill for Claude Code Agent Teams
npx claudepluginhub zhangxin840/team-plan-skillScout-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
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.