What problem does it solve?
This Skill enables the coordination of multiple AI agents working in parallel on different parts of a software development task, each in its own isolated environment, to accelerate feature implementation and bug fixing.
Core Features & Use Cases
- Parallel Implementation: Spawns isolated workers in git worktrees for truly parallel development.
- Workflow Orchestration: Manages a multi-phase workflow including exploration, planning, implementation, verification, and learning.
- Agent Delegation: Intelligently delegates tasks to specialized AI agents based on domain requirements (backend, frontend, database, etc.).
- Use Case: When a user requests a complex new feature, this Skill can break it down, assign sub-tasks to different specialized agents (e.g., a backend engineer, a frontend developer, a database expert), and manage their parallel execution and integration.
Quick Start
Use the swarm skill to implement the feature described as 'add user authentication with OAuth2'.