For experienced engineers, here's the condensed implementation path:
Phase 0: Create staging branch โ Configure branch protection โ Create CONTRIBUTING.md
Phase 1: Create 8 new KV namespaces + 1 Hyperdrive โ Update wrangler.toml โ Set secrets
Phase 2: Create 3 GitHub workflows โ Set secrets/variables โ Enable status checks
Phase 3: pnpm add @sentry/cloudflare โ Wrap index.ts โ Update error handler
Phase 4: Add [observability] to wrangler.toml โ Configure Axiom export in CF Dashboard
Phase 5: Create 3 Axiom dashboards โ Configure 4 monitors
Phase 6: Create 5 Checkly checks (health, findร2, validateร2)
Phase 7: Create 3 K6 scripts โ Add to CI workflow
Phase 8: Install CodeRabbit app โ Create .coderabbit.yaml
Phase 9: Add coverage thresholds โ Create test factories
Phase 0 โ Phase 1 โ Phase 2 must be sequential and blocks all other work.