Team - Orchestration Layer
<!-- IMMUTABLE SECTION - Reba rejects unauthorized changes -->Purpose
This skill is the ignition key. It doesn't think - it summons Peter to lead the team.
Invocation
- •
/team genesis→ Bootstrap. Peter runs the first Retrospective, defines initial protocols. - •
/team iterate→ Improve. Peter drives one improvement cycle. - •
/team setup→ Environment. Check MCP servers and guide installation. - •
/team→ Status. Show current TEAM.md state.
Commands
genesis
First-time bootstrap. Run this once to start the self-improvement loop.
What happens:
- •Read current
TEAM.mdstate - •Invoke Peter with: "The team exists but has no operating protocols. Run the first Retrospective. Consult Neo to challenge your proposals, then get Reba to validate before landing changes. Keep it lightweight - velocity over ceremony."
- •Peter defines initial processes in
TEAM.md - •The loop begins
User's role after genesis: Step back. The team self-organizes. Check in when you want.
iterate
Ongoing improvement. Run when you want the team to evolve.
What happens:
- •Peter reviews what's working and what isn't
- •Proposes changes to
TEAM.mdor skill MUTABLE sections - •Neo challenges for bottlenecks
- •Reba validates before landing
- •Changes merge directly (no branch friction)
status
Quick check on team state.
What happens:
- •Read and display
TEAM.md - •Show any pending improvements or blockers
setup
Configure the optimal environment for the team.
What happens:
- •Detect available MCP servers (check
/mcpoutput orclaude mcp list) - •Compare against
ENVIRONMENT.mdrecommendations - •Show status table: what's available, what's missing
- •Provide copy-paste install commands for missing servers
- •Explain graceful degradation for anything user chooses not to install
Output format:
## Team Environment Status ### Available ✓ Context7 (compound-engineering) - Docs won't hallucinate ✓ Playwright (compound-engineering) - Visual testing enabled ### Missing (Recommended) ✗ GitHub - PR review will use `gh` CLI fallback Install: claude mcp add --transport http github https://api.githubcopilot.com/mcp/ ### Missing (Optional) · Sequential Thinking - Team personas handle structure · Memory - Using handoff.md for context Run the install commands above, then restart Claude Code.
User's role: Copy-paste commands they want, skip what they don't need.
Safety
- •This skill only orchestrates - Peter makes decisions
- •All changes still require Reba validation
- •IMMUTABLE sections remain protected
- •Only
_skills/and.team/are modifiable
<!-- MUTABLE SECTION - Can evolve -->
Implementation Notes
When invoked, this skill should:
- •Read context: Load team protocols from
.team/TEAM.mdin project root, or~/.team/TEAM.mdfor global defaults - •Invoke Peter: Use the planning-peter skill with appropriate context
- •Let Peter lead: Don't micromanage - Peter decides how to run the team
The goal is minimal orchestration overhead. This is a trigger, not a controller.
<team_knowledge> Genesis has not been run. Team protocols undefined. </team_knowledge>
<!-- END MUTABLE SECTION -->