quantum-loop
01Plugin Claude Code
Plugin marketplace listing 1 plugin: quantum-loop.
Plugin Claude Code
Plugin marketplace listing 1 plugin: quantum-loop.
Plugin Claude Code
Universal CLI orchestrator with multi-runner support. Autonomous spec-driven development with dependency DAG, parallel worktree execution, two-stage review gates, and modular merge hardening.
Instructions file
Instructions for andyzengmath/quantum-loop, covering quantum-loop: agent instructions, step 1: read state, parallel mode (worktree execution), step 2: verify branch and step 3: select story.
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.
Agent
Computes complete fileConflicts from task filePaths intersections with severity classification. Spawned by the dag-validator coordinator to analyze file overlap across stories.
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.
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…
Agent
Detects stories with overlapping implementation concerns using hybrid keyword pre-filter and LLM semantic verification. Spawned by the dag-validator coordinator.
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.
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…
Agent
Reviews code quality, architecture, and best practices. Second stage of the two-stage review gate. Only invoked after spec compliance passes.
Agent
Reviews implementation against PRD acceptance criteria and functional requirements. First stage of the two-stage review gate. Invoked after implementation passes quality checks.
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.
Skill Claude CodeCodex
Part of the quantum-loop autonomous development pipeline (brainstorm → spec → plan → execute → review → verify). Deep Socratic exploration of a feature idea before implementation. Asks questions one at a time, proposes 2-3 alternative approaches with trade-offs, presents design section-by-section for approval, and…
Skill Claude CodeCodex
Multi-perspective post-implementation review aggregator for quantum-loop. Invokes 2-7 reviewer agents in parallel based on risk score, applies actionability filter, dedups, aggregates with evidence requirements. Use AFTER the per-story two-stage review gates pass and before merging a whole-feature PR to master.…
Skill Claude CodeCodex
Post-review AI-slop cleanup pass. After quality review approves a story/feature, scans only the changed files for: duplicate code, dead code, needless abstraction, boundary violations, missing tests. Proposes deletions with regression-test gate — rolls back on regression. Mandatory unless explicitly skipped via…
Skill Claude CodeCodex
Part of the quantum-loop autonomous development pipeline (brainstorm → spec → plan → execute → review → verify). Run the autonomous execution loop. Reads quantum.json, queries the dependency DAG, implements stories with TDD and two-stage review gates. Supports parallel execution via native worktree isolation. Use…
Skill Claude CodeCodex
Detect repo-hygiene issues that accumulate during long-running autonomous development (merge-conflict markers, orphan worktrees, CPC-variant duplicates, stale branches, version-manifest drift). Detection-only by default — reports findings, never deletes or modifies without explicit user confirmation.
Skill Claude CodeCodex
Intent-drift audit for quantum-loop. Compares the user's original intent (immutable snapshot) against downstream artifacts (design.md → PRD → quantum.json ACs → implementation) to detect semantic divergence. Flags drift with file:line evidence. Use before merge or when specs feel "rewritten.".
Skill Claude CodeCodex
Part of the quantum-loop autonomous development pipeline (brainstorm → spec → plan → execute → review → verify). Convert a PRD into machine-readable quantum.json with dependency DAG, granular 2-5 minute tasks, and execution metadata. Use after creating a spec with /quantum-loop:spec. Triggers on: create plan, convert…
Skill Claude CodeCodex
Part of the quantum-loop autonomous development pipeline (brainstorm → spec → plan → execute → review → verify). Two-stage code review. Spec compliance first, then code quality. Use after implementation or before merge. Triggers on: review code, code review, check implementation, ql-review.
Skill Claude CodeCodex
Part of the quantum-loop autonomous development pipeline (brainstorm → spec → plan → execute → review → verify). Generate a structured Product Requirements Document (PRD) with user stories, acceptance criteria, and functional requirements. Use when you have an approved design and need formal requirements, or when…
Skill Claude CodeCodex
Part of the quantum-loop autonomous development pipeline (brainstorm → spec → plan → execute → review → verify). Iron Law verification gate. Requires fresh evidence before any completion claim. Use before claiming work is done, before committing, or before marking a story as passed. Triggers on: verify, check, prove…
Plugin Claude Code
Plugin marketplace listing 1 plugin: soliton.