What problem does it solve? After upgrading the devbook-procedures plugin or changing which procedure skills (start, show, capture, debug) are adopted, the generated skill wrappers and bodies in a repository drift out of sync with the shipped seeds. This Skill moves them forward without overwriting user customizations. ## Core Features & Use Cases - Seed-based reconciliation: Refreshes every wrapper and body that still hashes to a shipped seed, leaving customized files untouched and reporting them by name. - Adoption management: Seeds a newly adopted procedure skill and orphans the three files of a dropped one (reported, never deleted). - Stamp maintenance: Rewrites the components.devbook-procedures stamp with the new pluginVersion, adopted list, and materialized state. - Use Case: After upgrading devbook-procedures, run the update to refresh your start and debug skills to the new release while preserving the edits you made to the capture skill body. ## Quick Start Ask the assistant to run devbook-procedures update to refresh the adopted procedure skills after the plugin upgrade.