build-loop
01Command Claude Code
Drive a PLAN.md to completion task-by-task — builder builds, reviewer gates, commit only on pass.
Kōlea — self-hosted broadcasts, drip sequences, and transactional email in one Cloudflare Worker. Unsubscribe is scoped: leaving a sequence doesn't remove you from the list.
Command Claude Code
Drive a PLAN.md to completion task-by-task — builder builds, reviewer gates, commit only on pass.
Command Claude Code
Interview the solution — architecture, schema, platform. Owns ARCHITECTURE.md + SPEC.md.
Command Claude Code
Reconcile docs with reality — README, ARCHITECTURE prose, MEMORY log. Run anytime.
Command Claude Code
Interview the idea — problem, who, why, scope. Owns docs/PROJECT.md.
Command Claude Code
Stage and commit current changes using Conventional Commits, branch-or-trunk by size. Uses the github skill.
Command Claude Code
Open a GitHub issue with a clear, detailed body via gh issue create. Uses the github skill.
Command Claude Code
Merge the current branch into main safely — commit-check, remote sync, confirm, merge.
Command Claude Code
Open a pull request with a clear summary, verification plan, and risk note via gh pr create. Uses the github skill.
Command Claude Code
Create the GitHub remote for this project and make it look sharp — name, license, real README, contributing, security, issue templates.
Command Claude Code
Scaffold the project files I like — CLAUDE.md and the /docs skeleton.
Command Claude Code
Slice SPEC into stories and an ordered task DAG. Owns STORIES.md + PLAN.md.
Command Claude Code
Make a small, obvious fix directly on the current branch. No sprint, no PLAN, no stories.
Command Claude Code
Generate executable BDD specs from STORIES.md via the bdd-specs skill. Stories-first, idempotent, pending by default.