What problem does it solve?
The agent-teams Skill solves the challenge of managing parallel tasks that require independent agents to work together, such as parallel code reviews, competing debugging hypotheses, or independent module implementation.
Core Features & Use Cases
- Parallel Code Review: Enables multiple reviewers to work simultaneously, applying different perspectives to the same codebase.
- Competing Hypotheses Debugging: Facilitates a scientific debate-like approach to debugging by allowing agents to challenge each other's hypotheses.
- Independent Module Implementation: Supports parallel development of modules without file overlap or shared resources.
- Cross-Layer Changes: Manages teams working on different layers of a project (e.g., frontend, backend, testing) independently.
Quick Start
Create an agent team to review PR #142. Spawn three reviewers:
- One focused on security implications
- One checking performance impact
- One validating test coverage