spec-anchored-agentic-development: Skill for Claude Code

.agents/skills/review-spec-drift/SKILL.md

review-spec-drift is a skill for Claude Code, Codex from w00fx/spec-anchored-agentic-development. It costs 11 tokens per session (199 once invoked), scanned A, original, MIT.

A review procedure that compares a software specification with its implementation. A specification describes intended behavior, while contracts describe expected data shapes and interfaces.

In plain words
What is it for?
It is for reporting specification drift as critical, relevant, or cosmetic discrepancies between specs, contracts, and implementation.
Why use it?
It finds missing behavior, undocumented behavior, and mismatches between data contracts and code without changing the code.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is w00fx/spec-anchored-agentic-development's own configuration. It tells Claude Code and Codex how to work on spec-anchored-agentic-development itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything spec-anchored-agentic-development configures →

Reuse

Borrowing it

Nothing to install: this file belongs to w00fx/spec-anchored-agentic-development. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/w00fx/spec-anchored-agentic-development/main/.agents/skills/review-spec-drift/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/w00fx/spec-anchored-agentic-development

Made for: Claude Code, Codex.

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 review-spec-drift

README.md
[![agentmods](https://agentmods.dev/badge/skills/w00fx/spec-anchored-agentic-development/review-spec-drift/github.svg)](https://agentmods.dev/skills/w00fx/spec-anchored-agentic-development/review-spec-drift)
Your own site
<a href="https://agentmods.dev/skills/w00fx/spec-anchored-agentic-development/review-spec-drift"><img src="https://agentmods.dev/badge/skills/w00fx/spec-anchored-agentic-development/review-spec-drift/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 review-spec-drift

Your own site · 80×15
<a href="https://agentmods.dev/skills/w00fx/spec-anchored-agentic-development/review-spec-drift"><img src="https://agentmods.dev/badge/skills/w00fx/spec-anchored-agentic-development/review-spec-drift.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 199 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 original 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.00011 $0.00199
Opus 5 $0.00005 $0.00100
Sonnet 5 $0.00002 $0.00040
Haiku 4.5 $0.00001 $0.00020

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

Security

Grade A, and why

review-spec-drift 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 5d 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.

.agents/skills/review-spec-drift/SKILL.md · 24 lines

What it actually says

For the capability in the argument (or the current one if omitted):

  1. Read the spec in specs//.
  2. Read the contracts in specs//contracts/.
  3. Read the corresponding implementation code.
  4. Identify discrepancies:
    • Behaviors described in the spec not implemented
    • Behaviors in the code not anticipated in the spec
    • Schemas in contracts that don't match the code
  5. Report in the format:
    • Critical drift (blocks production)
    • Relevant drift (fix next sprint)
    • Cosmetic drift (update spec)

Don't fix anything. Just report.

Portability: this skill's body works as a standalone prompt in any harness — the semantic procedure is portable; invocation, permissions, and context loading need the harness adapter.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 24 lines · 11 tokens per session scan A f6ceaaa0d78e

Subscribe to this mod's changes

review-spec-drift is a skill published in the GitHub repository w00fx/spec-anchored-agentic-development (5 stars, last pushed 7d ago), licensed MIT. It adds 11 tokens to every session and 199 once invoked, about $0.0001 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-09-05.

Related

Other skills, from other repositories

A3 — Polish

Code/content quality. Dead code, hardcoded values, leftover TODOs, weak error handling, security holes, performance traps, standards violations. Enforces the Double Gate — blocks until A1 is at zero findings.

Nagiliant/Genesis-Legacy-V2 · 48 tokens

A1 — Design & Master-Spec Consistency

The drift check. Compare what was built against the design doc and master spec. Sets the Double Gate — A3 cannot start until A1 is at zero findings.

Nagiliant/Genesis-Legacy-V2 · 44 tokens

Final — The F-Pass

The feature-wide final audit. Re-runs the five lenses across ALL groups together, then two extra passes — Dreamland (dream perfection, then make it real) and Simulation (realistic scale testing). Runs after every group is accepted.

Nagiliant/Genesis-Legacy-V2 · 55 tokens

A2 — Spec Review

Mechanical FR/AC compliance. Walk every functional requirement and acceptance criterion and render a binary Pass/Fail with evidence. No judgment about quality, direction, or architecture.

Nagiliant/Genesis-Legacy-V2 · 39 tokens

gsd-ns-review

Route to the appropriate quality / review skill based on the user's intent. gsd-code-review-fix was absorbed by gsd-code-review --fix in #2790.

open-gsd/gsd-core · 16 tokens

spec-kitty-mission-review

Review a fully merged Spec Kitty mission post-merge (all WPs done/approved) to verify spec→code fidelity, FR coverage, drift, risks, and security. Triggers: "review the merged mission", "post-merge mission review", "verify the completed mission", "audit the mission implementation", "mission-level acceptance review"…

Priivacy-ai/spec-kitty · 155 tokens