← Registry
Loop Official

Spec-First Ship

Implement from a written spec.md checklist — each iteration completes one unchecked requirement with verification.

Install

via Positronick CLI

$positronick loop install spec-first-ship

Loop

Goal
every requirement in spec.md is implemented and checked off
Exit when
spec.md has no unchecked requirements

Check between iterations

$npm test

Kickoff prompt

Start the "Spec-First Ship" loop. Goal: every requirement in spec.md is implemented and checked off Max iterations: 15 Between iterations run: npm test Exit when: spec.md has no unchecked requirements Step 1: Implement from a written spec.md checklist — each iteration completes one unchecked requirement with verification.