What problem does it solve? Module documentation often drifts out of sync with actual behavior because updates are treated as follow-up tasks. This Skill ensures release notes, README files, .imodspec metadata, and module icons are updated in the same turn as any consumer-observable change to an Intent Architect module. ## Core Features & Use Cases - Artifact Routing: Directs each type of documentation to the right artifact — release notes for version entries, docs/README.md for behavior descriptions, .imodspec for tags, and Application Settings for summary/description. - Release Notes Governance: Respects the module's Include Release Notes setting, never creates a release-notes.md that was opted out of, and formats entries as grouped one-line bullets under the plain version heading. - Metadata & Icon Upkeep: Keeps summary, description, and lowercase hyphenated tags current, copies authorship from sibling modules, and creates an SVG icon only when none exists. - Use Case: After adding a new template and setting to an Intent Architect module, run this chore to add a grouped release-notes bullet, update the README settings table, and refresh the module's tags in one pass. ## Quick Start Update the module's release notes, README, and metadata to reflect the new template and setting I just added.