# Implementation Checklist Use this before merging UX/ops-facing changes. ## Product Checks - [ ] New UI claims have data provenance. - [ ] Confidence labeling is present where needed. - [ ] Oldest-project lineage remains visible and actionable. - [ ] At least one direct command path exists from UI insight to action. ## Interaction Checks - [ ] Primary loop (focus -> inspect -> act -> reflect) is uninterrupted. - [ ] Errors include concise message + next action. - [ ] State survives reload where appropriate (local persistence). - [ ] Gesture interactions have preview before commit (no hidden threshold). - [ ] Motion semantics are consistent (settle/drift/eject). - [ ] Every primary action has an explicit non-gesture fallback button. ## Operational Checks - [ ] Smoke command exists and is runnable. - [ ] Unified search still returns source-labeled results. - [ ] Ops bulletin refreshes and links are valid. - [ ] UI smoke validates SRS deck presets + enrichment affordance. - [ ] At least one generated artifact link is available after major actions. ## Release Checks - [ ] No unexplained increase in surface complexity. - [ ] Docs updated in `docs/design-language/`. - [ ] Walkthrough/onboarding page reflects current behavior. - [ ] "What changed when healthy" memo updated if semantics changed.