README
01SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Project-local Claude Code subagents that wrap pieces of .brain/HARNESS.md. The main thread delegates to these so it doesn't have to re-load harness rules every turn.
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Project-local Claude Code subagents that wrap pieces of .brain/HARNESS.md. The main thread delegates to these so it doesn't have to re-load harness rules every turn.
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Read-only locator that maps a task to the exact .brain/ docs and recipes the main thread should open. Use BEFORE writing code on any non-trivial task — instead of grepping the brain manually. Returns a ranked file list with one-line "why" per entry. Refuses to suggest fixes or write code. Examples — "I need to add a…
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Judges a RENDERED surface for generic AI-design tells against the anti-slop checklist, from screenshots only — never from the source. Use after any tier-2 UI work and before /verify-done on a net-new or redesigned surface. Examples — "critique the /demo landing", "does this page look templated?", "run the slop check…
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Reviews a diff or file set against the 5 non-negotiables (Effect TS default, no Zod, tagged errors mapped in tagToTRPC, no process.env, unit test for every helper/repo). One line per violation, severity-tagged, no praise. Use AFTER writing code and BEFORE /verify-done. Examples — "review my changes to…
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Updates .brain/features/featurelist.json + per-feature .brain/features/ / .md when feature status changes (planned → in-progress → shipped/blocked). Enforces "one in-progress feature at a time" rule. Refuses to touch app/ code. Use when starting a feature, finishing one, or scoping a new one. Examples — "mark…
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Drives a feature's golden path + one error path through the LIVE app using the Playwright CLI (a throwaway Node script run headless), screenshots each step, and writes a verification doc to .brain/features/ /verifications/ .md. Replaces writing per-feature e2e specs. Use for any user-visible feature/flow before…
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Executes one of the deterministic recipes in .brain/recipes/ (add-trpc-endpoint, add-db-table, add-tagged-error, add-cf-binding, add-feature, add-route, add-service, add-premium-surface, plus 00-before-task / 99-verify-done bookends). Reads recipe step-by-step, applies edits, verifies preconditions before each step.…
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Instruments new or changed endpoints, repositories, and services with Effect tracing spans per the repo's span-naming convention, and audits existing code for missing/misnamed spans. Use AFTER adding a tRPC procedure, repo method, service call, or workflow and BEFORE /verify-done. Examples — "instrument the new…
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Writes and maintains the repo's unit tests when a feature changes. Optimizes for catching real business-logic regressions, not coverage count — every test must name the regression it would catch or it does not get written. Use AFTER implementing a feature/fix and BEFORE /verify-done. Examples — "write tests for the…
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Builds and changes UI in this repo — routes, components, marketing surfaces, forms, tables, empty/loading/error states. Carries the frontend rules, the craft moves and the anti-slop tells so the mistakes are not made in the first place, and self-measures with design:audit before returning. Use for ANY user-visible…
SeanningTatum/cf-saas-starter-react-router
Agent Claude Code
Runs the full .brain/recipes/99-verify-done.md checklist (typecheck, test, e2e if applicable, build if CF-touching, brain coherence). Reports pass/fail per step with verbatim output tails. Use BEFORE declaring any non-trivial task done. Examples — "verify the auth refactor is shippable", "run verify-done on the…
SeanningTatum/cf-saas-starter-react-router
Command Claude Code
Build a feature with the harness sub-agents fanned out in parallel — orient, fix the contract, parallel build lanes on disjoint files, parallel verification, synthesis.
SeanningTatum/cf-saas-starter-react-router
Command Claude Code
Reference-grounded design research before net-new or complex UI — Refero styles/screens/flows + ui-ux-pro-max rules → locked direction + decision ledger in the brain.
SeanningTatum/cf-saas-starter-react-router
Command Claude Code
Validate harness invariants — brain check (brain-axi CLI) + repo supplement (sync rule, sub-agent frontmatter, dead links).
SeanningTatum/cf-saas-starter-react-router
Command Claude Code
Close out an in-progress feature — verify-done + brain ship (flip + checkpoint + brain check) + update feature MD + close run note.
SeanningTatum/cf-saas-starter-react-router
Command Claude Code
Deterministic task kickoff — init.sh baseline, read brain via brain-axi CLI, frame task, open run note.
SeanningTatum/cf-saas-starter-react-router
Command Claude Code
Run the project's verify-done checklist before declaring a task complete.
SeanningTatum/cf-saas-starter-react-router
Hook Claude Code
Runs when a session starts, executing session-start.sh via bash. From SeanningTatum/cf-saas-starter-react-router.
SeanningTatum/cf-saas-starter-react-router
Hook Claude Code
Runs before the agent uses a tool for Bash, Edit, Write and NotebookEdit tool calls, executing brain-reminder.sh and rule-router.sh via bash (2 commands). From SeanningTatum/cf-saas-starter-react-router.
SeanningTatum/cf-saas-starter-react-router
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, PreToolUse).
SeanningTatum/cf-saas-starter-react-router
MCP server Claude CodeCodexCursor +2
MCP server "refero", hosted remotely at api.refero.design, as configured in SeanningTatum/cf-saas-starter-react-router.
SeanningTatum/cf-saas-starter-react-router
Instructions file CodexOpenCode
AGENTS.md instructions for SeanningTatum/cf-saas-starter-react-router, covering agents.md — brain pointer, brain-axi cli — the harness interface, read-before-task workflow, slash commands (deterministic gates) and harness — what holds this together.
SeanningTatum/cf-saas-starter-react-router
Instructions file
Claude Code instructions for SeanningTatum/cf-saas-starter-react-router, a project described as: Harness-first, AI-first SaaS starter. Cloudflare Workers + React Router v7 + tRPC + D1 + Drizzle + Better Auth + Effect TS. Same runtime locally and in prod. Ship features in minutes, not weeks.