parallel-agents
Installation
SKILL.md
Safe Parallel Agents
Antigravity-first patterns for bounded delegation, isolation, and evidence-based synthesis.
Use parallel agents only when work is independent
Good candidates:
- separate read-only reviews of security, performance, architecture, or tests;
- implementation tasks with non-overlapping file ownership;
- research lanes that can return independent artifacts;
- verification that should be performed by a different specialist.
Do not parallelize: