From team-plan
Scout-then-plan workflow for Agent Teams. Gathers context with subagents, then enters plan mode to design team strategy before execution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-plan:team-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Task**: $ARGUMENTS
Task: $ARGUMENTS
Launch subagents in parallel to gather context:
Wait for all scouts to return.
Call EnterPlanMode. Based on scout findings, produce a plan:
isolation: worktreeblockedBy dependencies, acceptance criteria. Size: self-contained units, not too small (coordination overhead) or too large (no check-ins)isolation: worktree + branch merge orderCall ExitPlanMode for approval. Then execute — use delegate mode (Shift+Tab) if lead should coordinate only.
npx claudepluginhub zhangxin840/team-plan-skill --plugin team-planAnalyzes complex tasks, scouts codebase, dynamically designs and assembles expert agent teams via TeamCreate API, executes with validation and user confirmation.
Guides coordination of parallel agent teams (Implementer, Reviewer, Architect) for complex plans, cross-cutting concerns, and communicating work streams.
Analyzes tasks and codebase context to propose minimal agent teams with roles, responsibilities, isolation, and rationale, then creates after confirmation. For complex multi-agent workflows.