smallTechOrg

12 mods across 1 repository, 5 stars between them.

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

zero-shot-build

09

smallTechOrg/zero-shot-claude-boilerplate

Skill Claude CodeCodex

Turn a zero-shot idea into a perfectly-working, thoroughly-tested, spec-driven agent. One intake round (which also collects the API keys into .env), then the agent-builder builds one phase at a time — autonomous within a phase, with a human testing gate between phases. Also used to add a new capability to an existing…

5 1mo ago A 71 tokens

zero-shot-fix

10

smallTechOrg/zero-shot-claude-boilerplate

Skill Claude CodeCodex

Diagnose and fix a problem in an existing agent — a bug description, a runtime error/stack trace, failing tests, or spec/code drift — then verify the fix. Calls the worker agents directly; runs autonomously to a verified result.

5 1mo ago A 54 tokens

zero-shot-sync

11

smallTechOrg/zero-shot-claude-boilerplate

Skill Claude CodeCodex

Reconcile spec and code so they match. Audits the whole tree for drift, brings code in line with the spec (spec wins), and verifies. Calls worker agents directly; runs autonomously to a CLEAN audit.

5 1mo ago A 48 tokens