swarm

Solid

Parallel agents with SDLC pipeline per story

AI & Automation 15 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Swarm Mode **Recommended model tier:** smart (opus) - this skill requires complex reasoning Launch parallel agents, each working on a story through SDLC stages. ## NON-NEGOTIABLE REQUIREMENTS 1. **SDLC Pipeline is MANDATORY** - Every story MUST go through all 5 stages: DESIGN → TEST → DEV → VERIFY → DOCS 2. **Git Worktrees are MANDATORY** - Each story agent MUST work in an isolated worktree 3. **VERIFY failures trigger BUILD-FIX loop** - If VERIFY fails, invoke `/aide:build-fix` and re-verify until passing 4. **Swarm MUST conclude with `/aide:worktree-resolve`** - All story branches must be merged before completion ## Activation ``` swarm 3 → 3 story agents (SDLC mode) swarm stories "Auth" "Payments" → Named stories swarm 2 --flat → Flat task mode (legacy) ``` ## Architecture ``` ┌─────────────────────────────────────────────────────────────────────────┐ │ ORCHESTRATOR (you) │ │ 1. Decompose work into stories │ │ 2. Create worktree per story │ │ 3. Spawn story agent per worktree (subagent_type: general-purpose) │ │ 4. Monitor progress via TaskList (DO NOT create tasks yourself!) │ │ 5. Call /aide:worktree-resolve when all stories complete │ └─────────────────────────────────────────────────────────────────────────┘ │ ...

Details

Author
jmylchreest
Repository
jmylchreest/aide
Created
5 months ago
Last Updated
today
Language
Go
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category