
team
by HakAl
AI Team Methodology for Coding Assistants
SKILL.md
name: team description: > Team orchestration. Invoke with "/team genesis" to bootstrap the improvement cycle, "/team iterate" for ongoing evolution, "/team setup" to configure MCP servers, or "/team" for status. Thin wrapper that summons Peter to lead.
Team - Orchestration Layer
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
Implementation Notes
When invoked, this skill should:
- Read context: Load
TEAM.mdto understand current state - 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>
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon