swarm
SolidParallel agents with SDLC pipeline per story
Install
Quality Score: 82/100
Skill Content
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
agent-swarm
(Industry standard: Parallel Agent) Primary Use Case: Work that can be partitioned into independent sub-tasks running concurrently across multiple agents. Parallel multi-agent execution pattern. Use when: work can be partitioned into independent tasks that N agents can execute simultaneously across worktrees. Includes routing (sequential vs parallel), merge verification, and correction loops.
swarm
Parallel sub-agent fan-out. When a turn has 2+ INDEPENDENT read-only sub-questions (multi-source research, multi-target verification, several independent file reads, multiple log/config/db inspections), spawn one sub-agent per question in a SINGLE message so they run concurrently — instead of doing serial reads. Invoke whenever you catch yourself about to do a 3rd serial Bash/Read/Grep in one turn on independent questions.
team-swarm
Swarm intelligence team skill — ACO-driven multi-agent exploration with hybrid LLM coordinator + Python optimization controller. Coordinator generates swarm-config from user task, then runs K iterations of N parallel ants guided by pheromone state. Universal task space via config (nodes + scoring rule). Triggers on "team swarm", "swarm intelligence", "蚁群".