refactor(code-review): rename SUCCESS METRICS to COMPLETION CHECKLIST

Correct terminology:
- "Metrics" implies quantitative measurement
- These are actually pass/fail criteria for step completion
- Section is self-validation checklist, not measurement data

Reframe as checkpoint before proceeding to next step:
- Add "Before proceeding to the next step, verify ALL of the following:"
- Change "If any metric" to "If any item"
- Explicit instruction: "Do NOT proceed to the next step" if checklist fails

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-01-05 06:29:52 -08:00
parent 38ab12da85
commit 4ba6e19303
1 changed files with 4 additions and 4 deletions

View File

@ -105,7 +105,9 @@ Set `git_discrepancies` with categories:
--- ---
## SUCCESS METRICS ## COMPLETION CHECKLIST
Before proceeding to the next step, verify ALL of the following:
- `story_path` identified and loaded - `story_path` identified and loaded
- `story_key` extracted - `story_key` extracted
@ -115,7 +117,5 @@ Set `git_discrepancies` with categories:
- `git_discrepancies` calculated - `git_discrepancies` calculated
- Explicit NEXT directive provided - Explicit NEXT directive provided
## FAILURE MODES **If any item is not met:** Report to the user immediately and HALT the workflow. Do NOT proceed to the next step.
Failure to meet any SUCCESS METRIC constitutes workflow failure.