Agent skill
bb80-parallel-agents
10-agent parallel orchestration for EPIC 9 atomic cycle (fan-out → construction → collision → convergence).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/bb80-parallel-agents
SKILL.md
EPIC 9: Parallel Agents
Core Concept
EPIC 9 = 2.8-4.4x speedup via 10 parallel agents:
1. FAN-OUT → 2. CONSTRUCTION → 3. COLLISION DETECTION
→ 4. CONVERGENCE → 5. REFACTORING → 6. CLOSURE
When to Use
Use EPIC 9 (default for non-trivial): Implementation, architecture, debugging, optimization
Skip EPIC 9 (trivial): Read single file, run single command, display help
Mandatory Phases
All phases must complete in order (no skipping, no reordering):
- Fan-Out (10+ agents, independent)
- Independent Construction (no coordination)
- Collision Detection (overlap analysis)
- Convergence (selection pressure)
- Refactoring (merge/discard/rewrite)
- Closure (deterministic receipts)
Reference
See CLAUDE.md sections:
- Three Paradigms (EPIC 9)
- When to Use EPIC 9
- Agents: bb80-parallel-task-coordinator, bb80-collision-detector, bb80-convergence-orchestrator
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?