What problem does it solve? Module maintainers often ship Intent Architect modules with incomplete or inconsistent documentation: missing release notes, sparse READMEs, and misconfigured .imodspec metadata. This Skill brings all three artifacts up to a canonical format without overwriting existing content or fabricating information. ## Core Features & Use Cases - Release Notes Formatting: Writes or completes release-notes.md entries using strict conventions (### Version X.Y.Z headings, New Feature/Improvement/Fixed prefixes, reverse chronological order, breaking-change note blocks). - README Generation: Fills gaps in docs/README.md following a canonical structure with What This Module Generates, feature sections with C# code examples, Module Settings, and Related Modules. - Metadata Management: Updates .imodspec fields (tags, authors, releaseNotes, projectUrl) while directing summary/description edits to the Application Settings page, since the Software Factory overwrites them. - Use Case: A maintainer preparing a module release asks for documentation to be completed; the Skill reads the .imodspec, templates, and factory extensions, then produces a compliant release-notes entry, README sections, and tag metadata. ## Quick Start Ask the assistant to complete the documentation for this module using the module-docs skill, pointing it at the module directory containing the .imodspec file.