← Registry
Loop Official

Autoloop TDD

Test-first loop: write a failing test, implement the minimum code to pass, refactor, and repeat.

Loop

Goal
implement the target behavior test-first with a green suite
Exit when
target behavior is covered and all tests pass

Check between iterations

npm test
$

Kickoff prompt

Start the "Autoloop TDD" loop. Goal: implement the target behavior test-first with a green suite Max iterations: 12 Between iterations run: npm test Exit when: target behavior is covered and all tests pass Step 1: Write a failing test, implement the minimum code to pass, refactor, and repeat.