What problem does it solve? Code and configuration changes silently drift out of sync with documentation: renamed tasks leave stale references in READMEs, SFDMU plan edits desync from plan READMEs, and regenerated references get forgotten. This Skill replaces multi-round review 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, SFDMU export.json, feature flags, Robot suites, API version bumps) with the exact docs and generated references to verify. - Verification Commands: Ready-to-run gates including generate_cci_reference.py, check_plan_readme_consistency.py --strict, validate_sfdmu_v5_datasets.py, and doc build-step/ERD count tests. - Provenance Protection: Rules preventing API version sweeps from rewriting verified-live captures, with a grep grammar for finding all verification markers. - Use Case: Before marking a PR ready that renames a CCI task and edits an SFDMU plan, follow the quick rules to regenerate references, grep for the old task name across docs, and run the strict plan README consistency check repo-wide. ## Quick Start Ask the agent to run the doc-consistency pre-merge review on your current branch diff and report every stale documentation reference it finds.