What problem does it solve?
This Skill automates complex, multi-agent workflows by decomposing tasks, dispatching them to independent AI agents in separate terminal panes, and synthesizing their results, all while ensuring fault tolerance and conflict detection.
Core Features & Use Cases
- Multi-Agent Orchestration: Manages a fleet of AI agents for parallel task execution.
- Cross-Terminal Coordination: Utilizes tmux panes and filesystem IPC for seamless communication.
- Fault Tolerance: Implements dead agent recovery and atomic operations.
- Conflict Detection: Identifies and reports on overlapping file modifications.
- Use Case: Imagine you need to refactor a large codebase. Stampede can split the codebase into manageable chunks, assign each chunk to a different AI agent for refactoring, monitor their progress, and merge the changes back together, flagging any conflicts.
Quick Start
Use stampede to launch 8 agents on your current repository to add tests, fix errors, and update documentation.