Description:
Feature request: Add a plannotator-validate mode that verifies code diffs against linked requirements / plans to aid in review.
Use case:
When reviewing a PR, it's useful to check:
- Which requirements does this diff address?
- Are there gaps (requirements not covered)?
- Is there scope creep (changes outside the plan)?
Reference:
Proposed approach:
- New plannotator-validate skill/command
- Takes plan do as input for requirement context
- Shows which hunk addresses which requirement
- Flags gaps and unexpected changes
- Can be invoked alongside regular plannotator-review
Description:
Feature request: Add a plannotator-validate mode that verifies code diffs against linked requirements / plans to aid in review.
Use case:
When reviewing a PR, it's useful to check:
Reference:
Proposed approach: