08. Risks and Recommendations
Top risks
- Prototype-to-site identity discontinuity
- Risk: lost traceability between what was generated and what was delivered/maintained.
- Cross-system state fragmentation
- Risk: support and operations need manual correlation across leads, checkout, subscriptions, sites, and tickets.
- Business-doc drift
- Risk: engineering implementation and product expectations diverge when BRD/workstream references are missing or outdated.
Recommended actions
- Introduce a canonical
journey_id propagated from lead creation through provisioning and site creation.
- Enforce explicit linkage keys on site records (lead/prototype/subscription references when applicable).
- Add a lightweight event timeline API for customer lifecycle observability.
- Publish and version this map in team rituals (architecture review + product ops cadence).
- Recover and attach missing BRD/workstream docs to this package for requirement traceability.
Quick wins (2–4 weeks)
- Add linkage fields and event emission at provisioning boundaries.
- Add operational dashboard filter by
journey_id.
- Add automated regression checks for checkout→provisioning→activation path.