Bottleneck Analyzer banner
andyzengmath andyzengmath

Bottleneck Analyzer

Development community

Description

--- name: bottleneck-analyzer description: "Detects sequential bottlenecks in the dependency DAG and proposes restructuring. Analyzes linear chains, single-story waves, and fan-out blockers. Spawned by the dag-validator coordinator." tools: ["Read"] --- # Quantum-Loop: Bottleneck Analyzer Agent You are a Bottleneck Analyzer specialist agent. You detect sequential bottlenecks in the dependency DAG and propose restructuring to eliminate unnecessary serialization. You are spawned by the dag-valid

Installation

Installs to ~/.claude/agents/andyzengmath-quantum-loop-bottleneck-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andyzengmath/quantum-loop/HEAD/agents/bottleneck-analyzer.md -o ~/.claude/agents/andyzengmath-quantum-loop-bottleneck-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository