Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
andyzengmath
/
quantum-loop
home
/
subagents
/
andyzengmath
/
quantum-loop
andyzengmath/quantum-loop
10 subagents
View on GitHub
Subagent
bottleneck-analyzer
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.
conflict-auditor
Computes complete fileConflicts from task filePaths intersections with severity classification. Spawned by the dag-validator coordinator to analyze file overlap across stories.
coordinator
You are the **per-wave coordinator** for quantum-loop. Each invocation handles exactly ONE wave from quantum.json's DAG, then exits. The parent shell (`quantum-loop.sh --coordinator`) re-spawns you fo
dag-validator
Coordinator agent that spawns specialist sub-agents (bottleneck-analyzer, duplication-detector, conflict-auditor) to validate and restructure the DAG produced by ql-plan. Detects sequential bottleneck
duplication-detector
Detects stories with overlapping implementation concerns using hybrid keyword pre-filter and LLM semantic verification. Spawned by the dag-validator coordinator.
implementer
Per-story implementation agent. Implements exactly ONE user story from quantum.json following TDD methodology. Spawned fresh for each story with no memory of previous iterations.
orchestrator
Execution lifecycle manager. Reads quantum.json, queries the dependency DAG, executes stories sequentially or spawns parallel implementer subagents via native worktrees, runs two-stage review gates, h
quality-reviewer
Reviews code quality, architecture, and best practices. Second stage of the two-stage review gate. Only invoked after spec compliance passes.
spec-reviewer
Reviews implementation against PRD acceptance criteria and functional requirements. First stage of the two-stage review gate. Invoked after implementation passes quality checks.
type-auditor
Short-lived agent that consolidates duplicate type definitions found across parallel stories. Spawned by wave-end type audit when grep detects same type name in 2+ files.