mirror of
https://github.com/obra/superpowers.git
synced 2026-06-12 13:49:05 +08:00
Close three review blind spots found by defect tracing
Live eval deliverables shipped five polish defects; tracing each through the transcripts showed three mechanisms, each now addressed: - reviewers answered pointed checklist items with unsupported yes (evidence rule: every What-to-Check answer needs file:line evidence) - no reviewer ever saw the design's global constraints (controllers now paste binding constraints into task requirements) - test output noise was invisible everywhere (pristine-output checks in implementer self-review and quality review)
This commit is contained in:
@@ -149,6 +149,9 @@ final whole-branch review. When you fill a reviewer template:
|
||||
ignore or not flag a specific issue. If you believe a finding would be a
|
||||
false positive, let the reviewer raise it and adjudicate it in the review
|
||||
loop.
|
||||
- Include the spec/design's global constraints that bind the task (version
|
||||
floors, naming and copy rules, platform requirements) in the requirements
|
||||
you paste — a reviewer can only enforce what you hand them.
|
||||
|
||||
## Prompt Templates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user