From meta-dev
Batch engineering changelog. Append entries during work, cut on demand or auto-threshold, draft release post, pair with version bump.
How this skill is triggered — by the user, by Claude, or both
Slash command
/meta-dev:changelog-engineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Active period file: `plans/_archive/changelogs/<since>--present.md`
Active period file: plans/_archive/changelogs/<since>--present.md
Closed period: plans/_archive/changelogs/<since>--<until>-<sha>-<slug>.md
scripts/changelog-add.sh --tag T --title T --body Bscripts/changelog-cut.sh
breaking→major, any feat→minor, else patch<today>--present.mdreferences/release-post-draft.mdplans/_dashboard/changelog.json per references/cut-workflow.md.
PostToolUse(git commit) hook calls changelog-add.sh if auto_add_on_commit: true.
Auto-cut: manual | weekly | N_entries | before_deploy.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub ansonphong/meta-dev --plugin meta-dev