# Go-To-Market Technical Checklist UI70

## Objective
Ship with enterprise-grade technical readiness before onboarding paying clients.

## Mandatory Checks
1. `node scripts/verify-go-to-market-technical-readiness.cjs`
2. `node scripts/guard-analyst-style-integrity.cjs`
3. `node scripts/verify-analyst-performance-budget.cjs`
4. `node scripts/verify-priority-package.cjs`
5. `node attribution-v2/tests/analyst_kpi_pipeline.test.cjs`
6. `npx playwright test -c attribution-v2/tests/e2e/playwright.config.cjs --workers=1 --grep "analyst priority workflow|smoke"`

## Environments
- `dev`: feature implementation and local tests.
- `staging`: pre-prod smoke and regression.
- `prod`: protected deploy only after all checks pass.

## Client Activation Flow
1. Create tenant/session with explicit `tenantId` and `plan`.
2. Validate first dataset (schema v2 pass required).
3. Run analysis and save at least one report.
4. Review recommendation gate + scientific scorecard.
5. Export package:
   - Executive Readout (HTML)
   - KPI Trust Report (CSV)
   - Scientific Audit (JSON)

## Weekly Operational Cadence
- Secret rotation check.
- Stale data SLO check.
- Performance budget check.
- Live smoke run against production URL.

