FREESKILL v1.0UPDATED 2026-08
Changelog
A changelog is a factual release record, not a celebration template. It keeps released, partial, planned, and unknown work distinct before anybody tells users what changed.
Raw delivery notes mix internal completion, customer availability, future plans, and technical shorthand. Publishing that mixture creates false ship claims and support confusion.
This playbook turns those notes into a Changelog Entry Set or an Internal Release Email. It checks status, date, audience, availability, user consequence, limitations, support, and required action before the copy is ready.
The date a task finished internally is not automatically the date users received it.
SIGNALS YOU NEED THIS
Release notes say improved without evidence of the user consequence.
Planned work appears beside shipped work without a visible status boundary.
An internal announcement lacks availability, limitations, support, or next steps.
Inventory and classify the release facts
RELEASED, AUGUST 6 Added an inactive-member filter for all accounts. Fixed an export that omitted the status column. PLANNED Settings redesign, September timing supplied as a plan only.
Group what changed for the user
NEW Filter member lists by inactive status. Availability: all accounts, August 6. FIXED Status now appears in member exports. Availability: all accounts, August 6.
Expose gaps and practical limits
EVIDENCE GAPS Customer benefit statement: Evidence needed. Support link: Link needed. Owner: Owner needed. Due: Date needed.
Run the publication or send check
PUBLICATION CHECK Status verified: yes Availability verified: yes Unsupported claims: none Help path: /help/member-status Ready to publish: human approval needed
changelog/
├── SKILL.md ← entries and release-email modes
├── meta.yaml ← version, sources, test prompts, changelog
├── LICENSE.md ← MIT
├── assets/
│ ├── changelog-entry-template.md ← released and planned entry set
│ └── release-email-template.md ← internal announcement draft
└── references/
├── changelog-writing-rules.md ← status and publication rules
└── release-email-guidance.md ← limitations, support, and recognition"Write the changelog entry from this work."
Claude Code