What problem does it solve?
This Skill prevents inconsistent releases by coordinating the final “wrap-up” phase for alpha feature development, ensuring that the ADR, changelog (zh+en), documentation, and actual behavior agree before any commit is made.
Core Features & Use Cases
- Drafts release-ready changelog content (zh + en) based on a structured template, without publishing or pushing.
- Runs an adversarial contract audit by comparing four sources (ADR, changelog draft, mdx/demo, and actual code/tests) to detect promise/description/implementation/behavior mismatches.
- Gates commits on human acknowledgment: marks ADR as Accepted, updates roadmap checkboxes when applicable, and only then commits the changelog into the repo after explicit “确认”.
Quick Start
Run the develop-wrapup stage after implementation, tests, and docs are complete, then ask the human reviewer to explicitly confirm before any commit sequence is executed.