From Superpowers
Use when the superpowers-evaluator returned REWORK on a batch, when fixing rework items from an evaluation report, or when receiving any code review feedback on superpowers output. Requires technical rigor and verification instead of performative agreement or blind implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers:receiving-code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The superpowers-evaluator returns REWORK with file:line evidence. Your job is to fix the right thing — not to please the evaluator.
The superpowers-evaluator returns REWORK with file:line evidence. Your job is to fix the right thing — not to please the evaluator.
Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The evaluator is a red-team reviewer, not an order-giver.
Run this for each rework item before changing code:
NEVER output, even when the evaluator is right:
INSTEAD:
If ANY rework item is unclear, do NOT implement the clear ones and defer the unclear ones. Items may be related — partial understanding produces wrong implementation.
Evaluator: 4 rework items. You understand items 1,2,4. Unclear on item 3.
WRONG: implement 1,2,4 now, ask about 3 later
RIGHT: re-read the cited checklist item for 3; if still unclear, note the
ambiguity in your return and implement 1,2,4 only after 3 is resolved
(or explicitly mark 3 as [AUTO-RESOLVED] per the sprint contract's
Autonomous Resolution Protocol with the most concrete interpretation)
Push back (with technical reasoning, not defensiveness) when a rework item:
## Global Constraints blockHow to push back in your return:
If the evaluator was right and you were wrong: state the correction factually and move on. No long apology, no defending why you pushed back.
verification-before-completion)Evaluator REWORK = findings to evaluate, not orders to follow. Verify each item against the codebase. Question the wrong ones. Implement the right ones one at a time with verification. No performative agreement, no blind batch implementation.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
npx claudepluginhub daisycatts/dotclaude --plugin superpowers