一键导入
release-notes
Structured release notes that translate technical changes (tickets, changelogs, git logs, PRDs) into user-benefit communication. Use for product releases, sprint demos, changelog maintenance, or customer release announcements.
菜单
Structured release notes that translate technical changes (tickets, changelogs, git logs, PRDs) into user-benefit communication. Use for product releases, sprint demos, changelog maintenance, or customer release announcements.
基于 SOC 职业分类
Expert agile coaching: framework selection, maturity assessment, retrospective facilitation, transformation roadmaps. Use when selecting an agile framework, coaching teams, facilitating retrospectives, or designing a transformation.
Administer the Atlassian suite (Jira/Confluence): user provisioning, groups, SSO/SAML, permissions, security policies, marketplace apps, backups, and org-wide governance. Use for admin config, access management, and system optimization.
Structured PM 1:1 templates by partner type — manager, engineering-manager partner, designer, IC reports, cross-functional — grounded in Radical Candor, the GROW coaching model, and the Manager Tools 1:1 framework.
PM career ladder rubrics from APM through VP/CPO across product sense, execution, leadership, strategy, and communication. Includes gap analysis, growth planning, and promotion packet templates.
Structured PM interview preparation across product sense, execution, strategy, behavioral, and technical rounds, using CIRCLES, AARM, STAR, and the estimation framework. Calibrated to APM, PM, Senior PM, and Group PM rubrics.
30-60-90 day plan for a new PM joining a company or team, grounded in Michael Watkins' First 90 Days framework and the STARS situational diagnosis. Includes week-by-week plan, stakeholder map, 1:1 question bank, and first-PRD template.
| name | release-notes |
| description | Structured release notes that translate technical changes (tickets, changelogs, git logs, PRDs) into user-benefit communication. Use for product releases, sprint demos, changelog maintenance, or customer release announcements. |
| license | MIT + Commons Clause |
| metadata | {"version":"1.0.1","author":"borghei","category":"project-management","domain":"pm-execution","updated":"2026-06-15T00:00:00.000Z","python-tools":["scripts/release_notes_generator.py"],"tech-stack":"release-management, changelog, semantic-versioning"} |
Transform raw technical changes -- tickets, changelogs, git logs, PRDs -- into clear, user-benefit-oriented release notes. This skill ensures every release communicates value to the right audience in the right tone, via a 5-step methodology: gather input, classify each change into one of five categories, rewrite for user benefit, adjust tone for the audience, and assemble.
release_notes_generator.py groups entries, formats markdown/JSON, and flags technical language for rewritepython scripts/release_notes_generator.py --input changes.json --product-name "Acme App" --version "2.5.0"
python scripts/release_notes_generator.py --demo --product-name "Acme App" --version "1.0.0"
Include only categories that have entries. Breaking changes must state what changed, what the user must do, and by when. See the references for the full methodology, output template, and flag reference.
Load the reference that matches the task — keep this file lean and pull detail on demand:
release_notes_generator.py flag + JSON-schema reference. Read when producing notes or running the tool.| Integration | Direction | Description |
|---|---|---|
sprint-retrospective/ | Receives from | Sprint commit data and type distribution inform what changes to include |
senior-pm/ | Complements | Stakeholder communication plans guide release note audience and tone |
execution/create-prd/ | Receives from | PRD feature descriptions (Section 7) become release note entry drafts |
scrum-master/ | Receives from | Sprint review outputs identify what shipped and needs documentation |
summarize-meeting/ | Receives from | Release planning meeting summaries capture context for release notes |
job-stories/ / wwas/ | Receives from | User story descriptions inform user-benefit framing of entries |
In Scope:
Out of Scope:
sprint-retrospective/ for git analysis)Important Caveats: