Two slash-command skills that spin up multi-agent teams in Claude Code.
Spawns a read-only research team (3 agents) to investigate a question from multiple angles. No code changes. Agents cite file:line, cross-check each other's findings, and the lead synthesizes agreements/contradictions into options with trade-offs.
Spawns an implementation team (3 agents) following a PRAR workflow: Perceive > Reason > Act > Refine. Lead splits work into parallel-safe pieces, assigns file ownership per teammate, reviews plans before any code is written, and runs the full test suite at the end.
Drop the .md files into your .claude/commands/ directory, then invoke with:
/team-research how does the caching layer interact with the database connection pool?
/team-implement add rate limiting to the public API endpoints
- Claude Code with agent team support (TeamCreate, TaskCreate, etc.)