What problem does it solve?
Orchestrate and automate multi-agent testing workflows to reduce manual coordination, accelerate test coverage, and close the loop on failures through Generator-Critic iterations.
Core Features & Use Cases
- Multi-agent orchestration: Coordinator spawns strategist, generator, executor, and analyst workers to run staged pipelines.
- Generator-Critic GC loops: Iterative generate → run → revise cycles with configurable max rounds and coverage gating.
- Sessioned reproducibility & telemetry: Session directories, team_msg logging, shared wisdom, and coverage history for audit and trend analysis.
- Use Case: Run a standard pipeline after a pull request to generate L1 unit tests, execute them, run a GC loop if needed, then produce a quality report.
Quick Start
Use the team-testing skill to run a progressive test pipeline for the current repository and produce an L1 coverage report and quality summary.