Commit Graph

3 Commits

Author SHA1 Message Date
Claude
f4c5cab4fd
feat(dealix): complete launch operations kit — 5 rewritten files
All 5 files rewritten as production-grade operational documents:

1. MARKETERS_PAGE_PLAN.md (165 lines → full spec):
   10 page sections, 5 target segments, 3 packages, 3 workflows,
   5 agency use cases, 3 freelancer scenarios, 10 FAQs, proof blocks,
   conversion goals. Ready to implement as TSX rewrite.

2. AGENCY_PARTNER_OFFER.md (212 lines — new file):
   6 partner types, 3 sellable tiers, 3 service-exchange models,
   manual-now vs automated-later table, 3 implementation packages,
   5-step partner workflow, stage-1 motion plan (weeks 1-4),
   5 named first targets, outreach message, revenue math.

3. REVENUE_READINESS_CHECKLIST.md (191 lines — rewritten):
   7 paths (pricing/invoice/payment/booking/CRM/follow-up/test),
   manual fallback for every function, Moyasar diagnostic checklist,
   0/7 DoD items done (revenue NOT live — gap is sales activity).

4. LAUNCH_GATES.md v2.0 (157 lines — restructured):
   5 categories (Product/Ops/Revenue/Measurement/Governance),
   39 gates total: 28 closed, 1 partial, 9 open, 1 blocked.
   Open = 4 env keys + 3 sales activities + 2 drills.

5. NEXT_24H_7D_30D.md (81 lines — new file):
   24h: 3 keys + 5 messages + 1 post.
   7d: 1 demo + 1 pilot offer + partner motion.
   30d: 3 paid pilots (1,497 SAR) + 1 partner + case study.
   Revenue trajectory table + "What NOT to do" list.

https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
2026-04-25 16:40:28 +00:00
Claude
4d385f0482
feat(dealix): k6 smoke test, SLO definition, fault-injection tests, env update
Close 3 more launch gates:
- T5: k6 smoke test script (scripts/k6_smoke_test.js) with p95<500ms
  and <1% error rate thresholds, tests health/pricing/DLQ/approvals
- O5: SLO.md with latency targets per endpoint category, recovery
  objectives (RPO 24h, RTO 15min), and escalation matrix
- DLQ fault-injection tests (6/6 passing): webhook crash → DLQ,
  retry-then-succeed, exhausted retries → dead, circuit breaker
  open/recover, multi-queue isolation

Also:
- .env.example updated with POSTHOG_*, MOYASAR_SECRET_KEY,
  MOYASAR_WEBHOOK_SECRET, DLQ_*, CALENDLY_* settings
- LAUNCH_GATES.md updated: 13/33 gates closed, 5 blocked on
  founder API keys (PostHog/Moyasar/HubSpot/Calendly/UptimeRobot)

https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
2026-04-23 10:46:57 +00:00
Claude
7f57803b22
feat(dealix): D0 launch hardening — DLQ, PostHog, circuit breaker, pricing, runbook
Close 6 critical launch gates for Primitive Launch Completion:

- DLQ (Dead Letter Queue): Redis-backed failure capture with retry drain
  and admin endpoints (/admin/dlq/queues, /admin/dlq/{queue}/purge)
- PostHog client: zero-dependency HTTP funnel tracker with 16 event types
  (landing_view → deal_won → payment_succeeded)
- Circuit breaker: in-memory fault isolation for external integrations
  with registry and admin status endpoint (/admin/circuit-breakers)
- Pricing router: 3-tier plans (Starter 990/Growth 2490/Enterprise custom)
  with Moyasar invoice checkout and webhook handler
- Config: added POSTHOG_API_KEY, MOYASAR_SECRET_KEY, DLQ settings
- Wiring: PostHog + DLQ initialized in main.py lifespan, pricing router
  in API router
- RUNBOOK.md: 5 incident scenarios (service down, DB down, LLM down,
  DB restore, version rollback)
- LAUNCH_GATES.md: 33-gate checklist across 7 categories
- 20 tests: all passing (DLQ 7, PostHog 4, circuit breaker 5, pricing 4)

https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
2026-04-23 10:32:53 +00:00