feat(write-fr): Step 4 Verification Gate — five-dimension AC scoring after assembly#20
Open
felipecabargas wants to merge 2 commits into
Open
feat(write-fr): Step 4 Verification Gate — five-dimension AC scoring after assembly#20felipecabargas wants to merge 2 commits into
felipecabargas wants to merge 2 commits into
Conversation
…scoring Adds an automatic post-assembly verification step to write-feature-request (v1.0.0 → v1.1.0). After Phase 3 assembles the FR, Phase 4 evaluates every AC against all five quality dimensions — Specificity, Testability, Outcome-Focus, Measurability, and Independence (the last dimension was not previously checked). ACs with warning-severity gaps are rewritten inline; blockers reopen Phase 2 for the affected requirement only. The FR is not returned until every AC passes all five dimensions. A Verification Summary table is appended to every FR output so the gate is visible to the user without exposing raw scoring internals. verify-acceptance-criteria is unchanged and continues to work standalone. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
All 9 other skills use "Step"; write-feature-request was the only outlier. Renames Step 1–4 and all prose references accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
write-feature-request, running automatically after Phase 3 (FR Assembly) and before the FR is returned to the userverify-acceptance-criteriais unchanged; it continues to work standalone for users who bring existing ACs1.0.0 → 1.1.0What changed
skills/write-feature-request/SKILL.mdskills/verify-acceptance-criteria/SKILL.mdTest plan
/gambit:write-feature-requestend-to-end; confirm Phase 4 runs silently and Verification Summary appears at the bottom of the FR/gambit:verify-acceptance-criteriastandalone with existing ACs; confirm it works exactly as before🤖 Generated with Claude Code