What problem does it solve?
This Skill enables the creation and management of multiple AI agents working collaboratively on a single, complex task, streamlining large projects and improving efficiency.
Core Features & Use Cases
- Coordinated Multi-Agent Work: Spawn and manage up to 20 agents working in parallel on decomposed subtasks.
- Automated Task Decomposition: Intelligently breaks down high-level objectives into manageable, file-scoped subtasks.
- Staged Pipeline Execution: Follows a structured workflow (plan, PRD, execute, verify, fix) with specialized agents for each stage.
- Use Case: To refactor a large module, you can use this Skill to assign different parts of the refactoring to multiple agents, have them coordinate on shared types, and then collectively verify the changes, all managed automatically.
Quick Start
Use the team skill to spawn 5 executor agents to fix all TypeScript errors across the project.