andyzengmath/quantum-loop

Spec-driven autonomous development loop for Claude Code. Combines structured PRD generation, dependency DAG execution, two-stage review gates, and Iron Law verification.

24Stars on the repository
23Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bottleneck-analyzer

01

andyzengmath/quantum-loop

Agent

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.

24 2mo ago A 43 tokens original MIT

conflict-auditor

02

andyzengmath/quantum-loop

Agent

Computes complete fileConflicts from task filePaths intersections with severity classification. Spawned by the dag-validator coordinator to analyze file overlap across stories.

24 2mo ago A 35 tokens original MIT

coordinator

03

andyzengmath/quantum-loop

Agent

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 for the next wave.

24 2mo ago A 0 tokens original MIT

dag-validator

04

andyzengmath/quantum-loop

Agent

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 bottlenecks, functional duplication, and incomplete fileConflicts. Auto-restructures with cycle detection and creates stub…

24 2mo ago A 73 tokens original MIT

andyzengmath/quantum-loop

Agent

Detects stories with overlapping implementation concerns using hybrid keyword pre-filter and LLM semantic verification. Spawned by the dag-validator coordinator.

24 2mo ago A 31 tokens original MIT

implementer

06

andyzengmath/quantum-loop

Agent

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.

24 2mo ago A 34 tokens original MIT

orchestrator

07

andyzengmath/quantum-loop

Agent

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, handles retries, and commits passed stories. Use when running /ql-execute or when managing the quantum-loop execution…

24 2mo ago A 64 tokens original MIT

quality-reviewer

08

andyzengmath/quantum-loop

Agent

Reviews code quality, architecture, and best practices. Second stage of the two-stage review gate. Only invoked after spec compliance passes.

24 2mo ago A 30 tokens original MIT

spec-reviewer

09

andyzengmath/quantum-loop

Agent

Reviews implementation against PRD acceptance criteria and functional requirements. First stage of the two-stage review gate. Invoked after implementation passes quality checks.

24 2mo ago A 32 tokens original MIT

type-auditor

10

andyzengmath/quantum-loop

Agent

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.

24 2mo ago A 38 tokens original MIT