Skip to content

swarm task

A streamlined pipeline that skips the full planning ceremony. Faster than auto for tasks that don’t need extensive clarification.

Terminal window
swarm task "Fix the login validation bug"
swarm task -f task-description.md
  1. Pre-analysis — Checks for research sub-tasks (URLs, libraries to investigate). Runs them in parallel.
  2. PM review — A PM agent reviews and refines the task into a clear specification, auto-answering open questions.
  3. Decomposition — Determines how many streams are needed. Dependent tasks are grouped into execution waves.
  4. Implementation — Parallel streams with QA loops. Wave-based execution for dependent tasks.
  5. Verification — Build/test/lint commands to verify the implementation.
  • Well-scoped, focused tasks
  • Bug fixes
  • Small features
  • When you want fast execution without planning overhead
Aspecttaskautoplan + run
User interactionNoneNoneInteractive Q&A
Planning depthPM review onlyFull planningFull planning
SpeedFastestModerateSlowest (but highest quality)
Best forBug fixes, small featuresWell-defined featuresComplex, ambiguous features