sdd-review

sdd-review is a skill for Claude Code from felipefontoura/spec-driven-development-book. It costs 66 tokens per session (1,133 once invoked), scanned A, original, no licence file.

A review skill for comparing an implementation with requirements.md, design.md, and tasks.md, then writing review.md with findings and supporting verification evidence.

In plain words
What is it for?
Checking completed work against written requirements, design decisions, and task lists.
Why use it?
It shows which requirements were covered and whether the work is ready to merge into the codebase.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Checking completed work against written requirements, design decisions, and task lists.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/felipefontoura/spec-driven-development-book/sdd-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add felipefontoura/spec-driven-development-book --skill sdd-review
Clone the repo
git clone --depth 1 https://github.com/felipefontoura/spec-driven-development-book

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sdd-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/felipefontoura/spec-driven-development-book/sdd-review/github.svg)](https://agentmods.dev/skills/felipefontoura/spec-driven-development-book/sdd-review)
Your own site
<a href="https://agentmods.dev/skills/felipefontoura/spec-driven-development-book/sdd-review"><img src="https://agentmods.dev/badge/skills/felipefontoura/spec-driven-development-book/sdd-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sdd-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/felipefontoura/spec-driven-development-book/sdd-review"><img src="https://agentmods.dev/badge/skills/felipefontoura/spec-driven-development-book/sdd-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,133 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.01133
Opus 5 $0.00033 $0.00566
Sonnet 5 $0.00013 $0.00227
Haiku 4.5 $0.00007 $0.00113

Measured 9d ago against content hash ce859886a36e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

sdd-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

sdd-kit/.claude/skills/sdd-review/SKILL.md · 89 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 89 lines · 66 tokens per session scan A ce859886a36e

Subscribe to this mod's changes

sdd-review is a skill published in the GitHub repository felipefontoura/spec-driven-development-book (5 stars, last pushed 1mo ago), with no licence file. It adds 66 tokens to every session and 1,133 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

reviewing-changes

Use when a review package asks you to review a plan step's change set (todo.startReview): you are the REVIEWER, not the author. How to judge an agent-written diff, file findings with addreviewcomment, and settle with exactly one reviewverdict.

JetBrains/thinkrail · 59 tokens

reflecting-findings

Use when a reflection package hands you another agent's review findings to verify (before they become a fix request): you are the REFLECTOR, an independent skeptic. Judge each finding against the real code and settle it with reflectfinding — kept or refuted.

JetBrains/thinkrail · 58 tokens

review

Use when a green diff needs adversarial judgment in the rsc SDD chain, between verify and ship — give a review keyed to the spec/plan/constitution in 02-DOCS/wiki/sdd/, or receive one and verify each comment before agreeing. NOT running lint/type/tests (that is verify), NOT the spec-less standalone pass (that is…

ericrisco/rsc-harness · 89 tokens

code-review

Use to judge a concrete diff, branch, or GitHub PR on its own merits with no rsc-SDD spec/plan chain to key off — the spec-less giving pass behind /code-review: only findings you can defend, one verdict, read-only unless --comment or --fix. NOT the SDD gate keyed to 02-DOCS/wiki/sdd/ that also processes incoming…

ericrisco/rsc-harness · 90 tokens

code-review

Reviews diffs by severity to produce actionable feedback.

andreaswasita/copilot-agents-dojo · 13 tokens

demand-elegance

Challenges hacky fixes on non-trivial changes.

andreaswasita/copilot-agents-dojo · 16 tokens