What problem does it solve?
This skill automates the tedious, error-prone process of creating and managing multi-agent CAST swarms by provisioning isolated git worktrees, seeding each teammate with role identity, applying CAST quality gates, and recording the swarm to cast.db for observability.
Core Features & Use Cases
- Parallel teammate orchestration: Spawn multiple agents in parallel with isolated worktrees and role-specific prompts to accelerate code, review, or research tasks.
- Operational safety & lifecycle: Seed teammates with spawn preambles, summarize swarm manifests, provide merge and teardown commands, and surface when all teammates reach Status: DONE.
- Observability & audit: Emit a JSON manifest and log swarm events to cast.db so teams can trace roles, models, merge strategies, and worktree locations.
- Use Cases: Rapidly prototype a fullstack feature with parallel code authors, run focused multi-reviewer security reviews, or spin up research teams for comparative investigations.
Quick Start
Invoke the swarm skill with a named team config and task, for example: /swarm fullstack-team "implement dark mode toggle".