# Changelog Design

> Changelog and release notes design, update communication, and what's new patterns.

- Skill: `dragoon0x/changelog-design` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/changelog-design`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/changelog-design/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/changelog-design

---


# Changelog Design

## Format
```
## v2.1 — April 2026

### New
- Feature description (what it does, why it matters)

### Improved
- What changed and how it's better

### Fixed
- Bug that was fixed (user-facing description)
```

## Rules
1. Write for users, not developers (no technical jargon)
2. Lead with the most impactful change
3. Explain benefits, not just features
4. Include visuals for major UI changes
5. Link to documentation for complex features
6. Date every entry
7. Available in-app and on the website

