Skip to content

swarm auto

import { Aside } from “@astrojs/starlight/components”;

Combines analysis, planning, and implementation into a single autonomous pipeline. No user interaction needed.

Terminal window
swarm auto "Add a dark mode toggle"
swarm auto -f requirements.md
  1. Analysis — Full repository analysis (architect exploration + peer review) to generate context.
  2. Planning — Full planning pipeline (pre-analysis, PM/engineer/designer clarification, reviews) with all questions auto-answered using the agent’s best judgment.
  3. Implementation — Decomposition → parallel implementation → cross-model review → verification.
  • Well-defined tasks where interactive clarification isn’t needed
  • CI/CD pipelines
  • Batch processing
  • Tasks with detailed requirements provided via --file
Terminal window
# From a detailed requirements file
swarm auto -f detailed-requirements.md
# In CI
ISSUE_BODY="Add dark mode toggle" swarm auto