Skip to content

sniper-review-release-

Team Composition

MemberProcessTechnicalCognitiveDomain
release-managerrelease-manager--systems-thinker--
breaking-change-analystcode-reviewer--devils-advocate--
doc-reviewerdoc-writer--user-empathetic--

Tasks

release-manager

Changelog & Version Recommendation

  • ID: changelog
  • Output: docs/releases/{version}-readiness.md (changelog and version sections)

Read the git log since the last release. Categorize all changes as features, fixes, breaking changes, internal, or docs. Determine the correct semver version bump. Produce a clear, user-facing changelog.

breaking-change-analyst

Breaking Change Analysis

  • ID: breaking-changes
  • Output: docs/releases/{version}-readiness.md (breaking changes and migration sections)

Analyze all changes since the last release for breaking changes: API changes, schema changes, configuration changes, behavior changes. For each breaking change, write a migration step. Err on the side of flagging as breaking.

doc-reviewer

Documentation Status

  • ID: doc-review
  • Output: docs/releases/{version}-readiness.md (documentation section)

Check if documentation is up to date with the changes in this release. Compare changed source files with their corresponding documentation. Flag any docs that need updating before release.

Review Gate

  • Mode: auto