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

ql-brainstorm

01

andyzengmath/quantum-loop

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…

24 2mo ago A 111 tokens original MIT

ql-deep-review

02

andyzengmath/quantum-loop

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.…

24 2mo ago A 79 tokens original MIT

ql-deslop

03

andyzengmath/quantum-loop

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…

24 2mo ago A 83 tokens original MIT

ql-execute

04

andyzengmath/quantum-loop

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…

24 2mo ago A 91 tokens original MIT

ql-housekeep

05

andyzengmath/quantum-loop

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.

24 2mo ago A 57 tokens original MIT

ql-intent-check

06

andyzengmath/quantum-loop

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.".

24 2mo ago A 64 tokens original MIT

ql-plan

07

andyzengmath/quantum-loop

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…

24 2mo ago A 85 tokens original MIT

ql-review

08

andyzengmath/quantum-loop

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.

24 2mo ago A 62 tokens original MIT

ql-spec

09

andyzengmath/quantum-loop

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…

24 2mo ago A 85 tokens original MIT

ql-verify

10

andyzengmath/quantum-loop

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…

24 2mo ago A 74 tokens original MIT