convergence-loop
Installation
SKILL.md
Convergence Loop: Iterative Test Generation Engine
The convergence loop takes a gap report from the gap-analysis skill and iteratively generates tests, runs them, fixes failures, and repeats until all tests pass or exit criteria are met.
Loop Phases
ANALYZE ── read gap report, prioritize by severity
|
GENERATE ── write 3-5 tests for highest-priority gaps
|
RUN ─────── execute test suite via stack profile command
|
EVALUATE ── classify each failure
| |-- Test bug ────── fix the test, loop back to RUN
| |-- Source bug:
| | |-- Simple ── fix autonomously, loop back to RUN
| | |-- Behavioral ── STOP, surface to user
| |-- All green ──── proceed to EXIT CHECK
Related skills