Feature: Breaking Change Review Command
Background:
Given an OpenSpec plan or spec exists for a proposed repository change
@acceptance-test
Scenario: Review a plan or spec for breaking-change risk
Given a maintainer has a plan or spec describing a proposed change
When the maintainer runs `/review-breaking-changes` against that plan or spec
Then the command reports potential breaking changes
And the report highlights affected contracts, generated outputs, commands, skills, or documentation where applicable
And the report provides actionable guidance for follow-up validation
User Story
As a repository maintainer or Java rule author
I want to use a
/review-breaking-changescommand from a plan or specSo that I can identify potential breaking changes before implementation or release work proceeds.
Acceptance Criteria
INVEST Validation