swarm
Installation
SKILL.md
Swarm
Portability (required)
- Read the
pstackcapability contract and the active host adapter before delegation. - Use
explorefor read-only coverage,implementfor bounded write slices,reviewfor independent criticism, andparallelto launch independent workers together. - Resolve worker models through
model_role. Never require a vendor-specific helper type, background flag, or model identifier. - When the host cannot spawn helpers, execute the same slices sequentially on the lead agent and report the collapsed topology.
Purpose
A Swarm runs several independent pieces of work and returns one consolidated result. It can:
- partition a codebase or data set into non-overlapping slices;
- run the same read-only check across many packages;
- race several implementations or investigations;
- combine coverage slices with a small race inside one slice;
- run a gauntlet of independent verification or review criteria.