bholzer

9 mods across 2 repositories, 2 stars between them.

bholzer/claude-cairn-builder

Instructions file

Claude Code instructions for bholzer/claude-cairn-builder, covering claude.md, what this repo is, architecture: the orchestrator/subagent harness, the protocol-line contract (orchestrator ↔ subagent) and state files (read by jq/grep/targeted cat, not by read).

2 3mo ago A 2,337 tokens

coder

03

bholzer/claude-cairn-builder

Agent

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

04

bholzer/claude-cairn-builder

Agent

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

05

bholzer/claude-cairn-builder

Agent

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

build-app

06

bholzer/claude-cairn-builder

Command

Run the autonomous-orchestrator loop — dispatch initializer / coder / stuck-resolver subagents until every feature in featurelist.json has passes:true. Designed for 18+ hour unattended runs. The orchestrator is YOU; do not delegate the loop.

2 3mo ago A 50 tokens

spec-author

07

bholzer/claude-cairn-builder

Skill Claude CodeCodex

Build an appspec.xml from scratch through Socratic Q&A. Use BEFORE /build-app when there is no appspec.xml yet, or when the operator asks "help me write a spec", "scaffold my project spec", or "set up appspec.xml". Walks the operator through templates/spec-template.xml section by section, asks 1–3 targeted questions…

2 3mo ago A 95 tokens

spec-updater

08

bholzer/claude-cairn-builder

Skill Claude CodeCodex

Amend appspec.xml mid-build for scope changes without breaking the "features only flip false→true" invariant. Use when the operator says "also add X", "drop feature Y", "we need a nightly batch job for Z", or otherwise wants to change scope after the build has started. Edits appspec.xml in place AND appends new…

2 3mo ago A 87 tokens

tastytrade-mcp

09

bholzer/tastytrade-mcp

MCP server Claude CodeCodexCursor

MCP server "tastytrade-mcp" as configured in bholzer/tastytrade-mcp. Runs locally from the tastytrade-mcp npm package.

0 2mo ago A tokens not measured