bholzer/claude-cairn-builder

A Claude plugin for orchestrating long-running autonomous coding sessions

2Stars on the repository
8Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

coder

01

bholzer/claude-cairn-builder

Agent

Part of cairn-builder

Implements one feature per invocation in a fresh context. Reads appspec.xml / featurelist.json / last-session.md / DECISIONS.md / git log, picks the next failing feature, builds and verifies it through the UI, flips its passes to true, commits. Output ends with FEATUREPASSED: , STUCK: : , NOTHINGTODO, or ERROR: .

2 3mo ago A 83 tokens

initializer

02

bholzer/claude-cairn-builder

Agent

Part of cairn-builder

Runs once at project start. Reads appspec.xml and produces featurelist.json (200+ features), init.sh, README, and the initial git commit. Output ends with INITOK or INITFAIL: .

2 3mo ago A 44 tokens

stuck-resolver

03

bholzer/claude-cairn-builder

Agent

Part of cairn-builder

Triggered after 3 consecutive STUCK results on the same feature index. Either finds a working approach for the stuck feature, or marks it blocked:true in featurelist.json so the orchestrator skips it. Output ends with RESOLVED: , BLOCKED: : , or ERROR: .

2 3mo ago A 67 tokens