← ClaudeAtlas

swarmlisted

Parallel agents with SDLC pipeline per story
jmylchreest/aide · ★ 10 · AI & Automation · score 76
Install: claude install-skill jmylchreest/aide
# 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 │ └─────────────────────────────────────────────────────────────────────────┘ │