ss-sdd-receiving-review-findings

Process spec-review findings by severity and enforce verification before edits.

Updated May 19, 2026
One-click install
npx skills add https://github.com/Emrebener/Sublime-Skills --skill ss-sdd-receiving-review-findings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ss-sdd-receiving-review-findings
Source: https://github.com/Emrebener/Sublime-Skills/tree/main/skills/spec-driven-development/ss-sdd-receiving-review-findings
Command: npx skills add https://github.com/Emrebener/Sublime-Skills --skill ss-sdd-receiving-review-findings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps the SDD coordinator correctly interpret spec-review findings by verifying what is truly wrong, applying only justified fixes, and rejecting performative or context-missing feedback.

Core Features & Use Cases

  • Evaluate findings by severity: Categorizes CRITICAL/HIGH/MEDIUM/LOW and enforces that CRITICAL/HIGH must be verified and resolved before advancing.
  • Verification-first handling: Reads the full cited sections and checks consistency with project context, ADRs, and constitution before making any edits.
  • Fix vs push-back decisioning: Fixes real spec errors, pushes back when the reviewer misses deliberate decisions or context, and records push-backs for auditability.
  • Controlled fix-loop escalation: Re-dispatches the reviewer only when material CRITICAL/HIGH changes are made, and escalates to the user when the hard 2-iteration cap is hit with unresolved issues.

Quick Start

Use this skill when the spec-review subagent returns Stage 3 findings to the coordinator, and follow its checklist to verify each CRITICAL/HIGH item before editing the spec.

Frequently Asked Questions about ss-sdd-receiving-review-findings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I process spec review findings and decide whether to fix or push back?

Spec review findings are processed by evaluating severity levels, verifying cited sections against project context, and deciding to fix, defer, push back with reasoning, or escalate. CRITICAL and HIGH findings must be verified and resolved before advancing stages.

What is the best way to handle CRITICAL spec review findings before stage advancement?

Handling CRITICAL spec review findings requires reading the full cited sections, checking consistency with ADRs and constitution, and blocking stage advancement until verified and resolved. Unresolved CRITICAL or HIGH findings are escalated to human judgment when hitting the 2-iteration cap.

How do I verify spec review findings before applying edits to a spec?

Verifying spec review findings involves reading the full cited sections and checking consistency with project context, ADRs, and constitution before making any edits. This verification-first approach ensures only justified fixes are applied while rejecting performative or context-missing feedback.

Can I push back on spec review findings when the reviewer misses deliberate decisions?

You can push back on spec review findings when the reviewer misses deliberate decisions or context. Push-backs must include reasoning and are recorded for auditability, ensuring that deliberate design choices are preserved without unnecessary edits.

When should I escalate unresolved spec review findings to human judgment?

Unresolved spec review findings should be escalated to human judgment when the hard 2-iteration cap is hit with CRITICAL or HIGH issues still unresolved. The coordinator re-dispatches the reviewer only when material CRITICAL or HIGH changes are made.

Why does spec review block unresolved CRITICAL and HIGH findings from stage advancement?

Spec review blocks unresolved CRITICAL and HIGH findings from stage advancement to enforce safety guardrails and ensure verification-before-editing. This prevents forbidden state.json handling and maintains tracked state integrity via atomic write guidance.