What problem does it solve? When a feature ships, a bug is fixed, or an environment variable is added, it is easy to forget which documents must change with it. This Skill answers exactly that: given a change type, it tells you which files and sections of README.md, FEATURES.md, CHANGELOG.md, and the skill library must be updated, and in what format. ## Core Features & Use Cases - Update matrix: Maps change types (new feature, new env var, bug fix, dependency change, release, security fix) to the exact docs and sections to touch. - Ready-to-paste templates: Provides verbatim-format skeletons for CHANGELOG release sections, FEATURES.md bullets, README env-var rows, common-issues entries, and skill Provenance tables. - Style guide enforcement: Codifies the repo's actual writing conventions — bold lead-in with em-dash, known-gaps honesty markers, date-stamped volatile facts, and runnable verify commands. - Use Case: After adding a new environment variable, consult the matrix to learn you must update the correct README env-var table, the environment-and-config skill's inventory, its env.local.template, and possibly the CI build env block. ## Quick Start Ask the AI to use the docs-and-writing skill to determine which documentation files and sections must be updated for the change you just made.