smallTechOrg/zero-shot-claude-boilerplate

this is meant to be a spec boilerplate for new repos.

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

agent-builder

01

smallTechOrg/zero-shot-claude-boilerplate

Agent Claude Code

Main orchestrator for a zero-shot build. Plans each phase, fans out code-generator instances per slice (in parallel) and qa-auditor per slice. Turns an idea plus the API keys in .env into a working, thoroughly-tested agent, one phase per invocation with a human testing gate between phases. Owns the git/PR surface for…

5 1mo ago A 113 tokens

code-generator

02

smallTechOrg/zero-shot-claude-boilerplate

Agent Claude Code

Implements ONE independent slice of a phase — any combination of backend (src/), frontend (frontend/), and their tests — running in parallel with other code-generator instances. agent-builder specifies exactly which surfaces each instance owns. Owns spec/api.md contract fidelity for its slice. Also the fix worker for…

5 1mo ago A 79 tokens

qa-auditor

03

smallTechOrg/zero-shot-claude-boilerplate

Agent Claude Code

Read-only quality gate. REVIEWS the new code (logic, security, spec-fidelity, style) AND RUNS the phase gate tests against the real LLM/API (keys from .env), the golden-path/live-server smoke, and the UI tests — exercising the EXACT path the user will test so it works first time — and also performs the whole-tree…

5 1mo ago A 164 tokens

spec-writer

04

smallTechOrg/zero-shot-claude-boilerplate

Agent Claude Code

THE SINGLE DESIGN AUTHORITY. Writes the complete, ruthlessly-scoped spec under spec/ — the product spec AND the architecture (incl. the ## Stack section) AND the agent-graph AND the phased plan — from an idea + intake answers, then self-reviews it for completeness, coherence, scope, testability, independent slicing…

5 1mo ago A 108 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: