Documentation
README
agentic-workflows-blueprint.workflow.changelog-generator
Goal
Analyze session git commits and generate user-facing release notes categorized by features, fixes, and improvements.
Scope
- Applies to: Post-implementation delivery and PR completion.
- Does not cover: Internal dev notes or technical refactor logs (keep those in code comments).
Triggers
- "/changelog-generator"
- "Generate user changelog"
- "Summarize release notes"
Inputs
baseBranch: Target integration branch (main,develop).commits: Git commits in session.
Invariants
- User Perspective: Write for end users, not backend implementation details.
- Clear Categorization: Group into Features, Fixes, and Improvements.
Procedure
This is the opening of the README. Read the full README on GitHub.