From c14c1de55269ec0cd6d5d18625defca5854dfd71 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 9 Jun 2026 16:55:28 -0700 Subject: [PATCH] Scope spec reviewer's Your Job wording to the diff --- skills/subagent-driven-development/spec-reviewer-prompt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/subagent-driven-development/spec-reviewer-prompt.md b/skills/subagent-driven-development/spec-reviewer-prompt.md index ab4a781b..8e6d7f37 100644 --- a/skills/subagent-driven-development/spec-reviewer-prompt.md +++ b/skills/subagent-driven-development/spec-reviewer-prompt.md @@ -58,7 +58,7 @@ Subagent (general-purpose): ## Your Job - Read the implementation code and verify: + Read the diff and verify: **Missing requirements:** - Did they implement everything that was requested? @@ -75,7 +75,7 @@ Subagent (general-purpose): - Did they solve the wrong problem? - Did they implement the right feature but wrong way? - **Verify by reading code, not by trusting report.** + **Verify by reading the diff, not by trusting the report.** Report: - ✅ Spec compliant (if everything matches after code inspection)