keez97

8 mods across 1 repository, 1 stars between them.

phase-gate

01

keez97/phase-gate

Plugin Claude Code

Plan → implement → validate → adversarial debug-sweep loop, linked by a verification.jsonl artifact.

1 3mo ago A tokens not measured original MIT

debugger

02

keez97/phase-gate

Agent

Adversarial post-implement sweep agent. Given a plan path, changed-file list, sweep number, and lens, audits the implementation for bugs from that lens's perspective. Flag-only — never modifies code. Scope bounded to changed files + 2-hop dependencies. One finding per real issue; no style/naming/formatting feedback.

1 3mo ago A 71 tokens original MIT

implementer

03

keez97/phase-gate

Agent

Bounded coding agent. Executes a single plan phase against an explicit file manifest. Catalog-aware — reads bug-catalog.md before editing to avoid known recurring pitfalls. Returns a structured diff + decision record; flags out-of-scope findings instead of improvising. Never touches files off-manifest. Never spawns…

1 3mo ago A 72 tokens original MIT

verifier

04

keez97/phase-gate

Agent

Context-isolated rubric evaluator spawned by /implement's phase-gate for each semantic row in verification.jsonl. Reads a single deliverable and a specific rubric (≥3 binary items), finds evidence quotes per rubric item, returns structured pass/fail. Fresh agent per row — no context from the implementer — to prevent…

1 3mo ago A 78 tokens original MIT

debug-sweep

05

keez97/phase-gate

Command

Run adversarial debug sweeps on a just-implemented plan. Lens-parametrized agents flag bugs; no auto-fix. Scope bounded to changed files + 2-hop deps.

1 3mo ago A 37 tokens original MIT

implement

06

keez97/phase-gate

Command

Execute a plan phase-by-phase. Delegate enumerable phases to the implementer agent; gate every phase on its verification.jsonl rows before advancing.

1 3mo ago A 28 tokens original MIT

plan

07

keez97/phase-gate

Command

Create a structured implementation plan with falsifiable success criteria and a verification.jsonl row per criterion.

1 3mo ago A 18 tokens original MIT

validate

08

keez97/phase-gate

Command

Verify implementation against plan success criteria — produces a pass/fail table with file references.

1 3mo ago A 16 tokens original MIT