What problem does it solve? Code and configuration changes silently stale the documentation that references them — renamed CCI tasks, changed SFDMU plans, bumped API versions, and edited flow steps all leave stale references scattered across READMEs, guides, and skill files. This Skill replaces multi-round review-loop fixes with a single pre-merge lookup pass that maps every change surface to the docs it affects. ## Core Features & Use Cases - Change-Surface Map: A lookup table pairing each change type (cumulusci.yml, tasks/*.py, SFDMU export.json, feature flags, Robot suites, API version bumps) with the exact docs and generated references to verify or regenerate. - Verification Commands: Ready-to-run gates including generate_cci_reference.py, check_plan_readme_consistency.py --strict, validate_sfdmu_v5_datasets.py, and tests for ERD counts and doc build-step citations. - Provenance Rules: Guidance for API version sweeps that protects frozen per-release corpora and VERIFIED LIVE captures from being rewritten, with a grep grammar for finding every verification marker. - Use Case: After renaming a CCI task and editing an SFDMU plan, run this Skill's checklist to regenerate the task reference, grep for the old task name across docs, and validate the plan README in the same commit. ## Quick Start Ask the agent to read .cursor/skills/doc-consistency/SKILL.md and check which documentation needs updating for the changes in your current diff before marking the PR ready.