skill-team-plan
Team Plan Skill
Multi-agent planning with wave-based parallelization. Spawns 2-3 teammates to generate alternative plans, then synthesizes into a final plan with trade-off analysis.
IMPORTANT: This skill requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 environment variable. If team creation fails, gracefully degrades to single-agent planning via skill-planner.
Context References
Reference (load as needed during synthesis):
- Path:
.claude/context/patterns/team-orchestration.md- Wave coordination patterns - Path:
.claude/context/formats/team-metadata-extension.md- Team result schema - Path:
.claude/context/formats/return-metadata-file.md- Base metadata schema - Path:
.claude/context/reference/team-wave-helpers.md- Reusable wave patterns
Trigger Conditions
More from benbrastmckie/nvim
skill-planner
Create phased implementation plans from research findings. Invoke when a task needs an implementation plan.
13skill-neovim-implementation
Implement Neovim configuration changes from plans. Invoke for neovim implementation tasks.
12skill-researcher
Conduct general research using web search, documentation, and codebase exploration. Invoke for general research tasks.
11skill-neovim-research
Conduct Neovim configuration research using plugin docs and codebase exploration. Invoke for neovim research tasks.
10skill-refresh
Manage Claude Code resources - terminate orphaned processes and clean up ~/.claude/ directory
9skill-status-sync
Atomically update task status across TODO.md and state.json. For standalone use only.
9