agent-audit
Audit agents spawned in the current/last run against the agent-selection taxonomy
One-line SaaS — from a description, scaffold a complete CF-native multi-tenant SaaS (Hono + D1 + Drizzle + Better Auth + Stripe + shadcn) deployed to a real URL
> /plugin marketplace add heymegabyte/claude-skillsHow it fires
How this command gets triggered: by you, by Claude, or both.
/saasContext preview
What this command does when you run it.
One-line SaaS — from a description, scaffold a complete CF-native multi-tenant SaaS (Hono + D1 + Drizzle + Better Auth + Stripe + shadcn) deployed to a real URL
description: One-line SaaS — from a description, scaffold a complete CF-native multi-tenant SaaS (Hono + D1 + Drizzle + Better Auth + Stripe + shadcn) deployed to a real URL argument-hint: <one-line-description-of-the-saas> allowed-tools: Read, Write, Edit, Bash, Glob, Grep, Agent, WebFetch, mcp__playwright__* model: claude-opus-4-7
ULTRATHINK before responding. The user wants a complete SaaS: $ARGUMENTS
Per `[[02-goal-and-brief]]`:
Per `[[monitor-orchestration]]` + `[[source-site-enhancement]]` § Parallel-agent playbook. Spawn ALL in one multi-tool message:
| Agent | Role | |---|---| | `architect` | Project structure, file inventory, DO/D1/KV/R2/Vectorize decisions per `[[05-architecture-and-stack]]` | | `auth-implementer` | Better Auth or Clerk wiring with D1 schema, social providers, magic links, session storage | | `payments-implementer` | Square (default for accept) or Stripe (SaaS billing) per `[[payments-routing]]`, webhook handlers, idempotency | | `feature-builder` (×3) | Per-domain features — one agent per domain (auth, billing, core feature) | | `frontend-builder` | React 19 + Vite + TanStack Router + Tailwind v4 + shadcn/ui; SSR via vite-ssg or TanStack Start | | `content-writer` | Marketing copy (Flesch≥60, active voice, anti-slop) per `[[copy-writing]]` | | `seo-auditor` | Per-route metadata, JSON-LD, sitemap, robots.txt with explicit AI-crawler allow/disallow | | `test-writer` | Failing Playwright specs BEFORE impl per `[[verification-loop]]` |
Per `[[cloudflare-lock-in-is-leverage]]`:
NO: Vercel, AWS, Supabase, PlanetScale, Inngest (unless explicit), Prisma. Per `[[cloudflare-lock-in-is-leverage]]`.
SaaS standard set: `/`, `/pricing`, `/features`, `/docs`, `/blog` + `/blog/{slug}`, `/about`, `/contact`, `/privacy` + `/terms` + `/dpa` + `/cookies`, `/login`, `/signup`, `/dashboard`, `/settings`, `/billing`.
SaaS jewels: `/changelog`, `/security`, `/status`, `/customers`, `/roadmap`, `/api`, `/sdk/{lang}`, `/compare/{competitor}`.
100 build-breaking rules:
1. Cinematic Visual Doctrine — dark-first, OKLCH, clamp() type 2. SPA + Routing — React 19, TanStack Router, View Transitions 3. PWA Kit — manifest with screenshots/shortcuts/share_target 4. Structured Data — 5+ JSON-LD per route (accurate, never padded) 5. SEO + GEO — title 50-60ch, desc 120-156ch, robots AI-crawler explicit 6. Integrations — Stripe/Square/Resend/Clerk/Turnstile/Workers AI all configured 7. Performance — LCP ≤2.0s, CLS ≤0.05, INP ≤100ms 8. A11y — WCAG 2.2 AA, axe 0 violations × 6bp 9. Testing — Playwright 6bp + Vitest + Lighthouse + AI vision QA ≥9/10 10. Deploy — atomic, CDN purge, /health, D1 backups
1. Provision via wrangler: `wrangler d1 create`, `wrangler kv:namespace create`, `wrangler r2 bucket create`, secrets from `[[secret-provisioning]]` 2. `wrangler deploy` → real `.workers.dev` URL or custom domain 3. Playwright on PROD URL — full donor/signup/checkout flow 4. AI vision QA on every new route 5. Lighthouse CI all green
Per `[[always]]` § Hard Gates and `[[16-cinematic-website-prime-directive]]` Done = deployed at a real URL + every Hard Gate green + Self-Verify Statement per route + announced.
Include: deployed URL, route inventory (count), validation gate matrix (pass/fail per gate), token spend, model trace per `[[model-routing]]`.
14-category autonomous product-building OS for 32+ AI coding tools. One-line prompts → deployed products.
Repo: heymegabyte/claude-skills
Audit agents spawned in the current/last run against the agent-selection taxonomy
Run the Agent Diversity Review gate and emit the result table
Meta-analyze the effectiveness of a /loop arc — per-iteration metrics, LOC delta trend, saturation detection, and a keep/lengthen/delete recommendation.
Audit the rules/ directory for missing foundational principles; output gap list with priority and justification
Validate ~/.claude/settings.json hooks block — event names, file existence, executability, matcher syntax; --fix repairs common issues
Catch Resend-class bug (isError: false on HTTP 4xx/5xx) across all MCP server tool handlers