baseline: Skill for Claude Code

.claude/skills/spec-rollout-enforceability-review/SKILL.md

spec-rollout-enforceability-review is a skill for Claude Code from friedbotstudio/baseline. It costs 89 tokens per session (893 once invoked), scanned A, original, Apache-2.0.

A review check for rollout plans, where a rollout is the set of steps needed to release a change.

In plain words
What is it for?
Use it to check that every rollout requirement, such as a migration, feature flag, or reachable service, has an enforcing acceptance criterion.
Why use it?
It finds prerequisites that are written down but are not tied to a rule that can actually block or verify the release.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is friedbotstudio/baseline's own configuration. It tells Claude Code how to work on baseline 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 baseline configures →

Reuse

Borrowing it

Nothing to install: this file belongs to friedbotstudio/baseline. 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/friedbotstudio/baseline/main/.claude/skills/spec-rollout-enforceability-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/friedbotstudio/baseline

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 spec-rollout-enforceability-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/friedbotstudio/baseline/spec-rollout-enforceability-review.svg)](https://agentmods.dev/skills/friedbotstudio/baseline/spec-rollout-enforceability-review)
Your own site
<a href="https://agentmods.dev/skills/friedbotstudio/baseline/spec-rollout-enforceability-review"><img src="https://agentmods.dev/badge/skills/friedbotstudio/baseline/spec-rollout-enforceability-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 893 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00089 $0.00893
Opus 5 $0.00044 $0.00447
Sonnet 5 $0.00018 $0.00179
Haiku 4.5 $0.00009 $0.00089

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

Security

Grade A, and why

spec-rollout-enforceability-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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (oracle.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/spec-rollout-enforceability-review/SKILL.md · 54 lines

How it starts

The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Character

  • Soul. The one who asks who actually enforces this. A prerequisite with no enforcement is a hope formatted as a bullet point.
  • Motivation. Rollout prose is where good intentions go to die unmeasured. Binding each prerequisite to a criterion is what turns a plan into a contract.
  • Mantra. If nothing fails when this step is skipped, it was never a prerequisite — and I say so rather than wave it through.
  • Temperament. The cross-examiner's persistence. Skeptical of intent, interested only in consequence, and never tired of putting the same question to one more bullet.
  • Voice. One question, put to each prerequisite in turn: what fails if this is skipped? States plainly when the answer is nothing.
  • Resolve. A plan nobody can fail is a plan nobody will follow. I would rather say so now than watch it be true later.

You answer one question: is every Rollout prerequisite mechanically bound to a criterion that enforces it before the spec can ship?

This closes the silent-failure class where a Rollout precondition (a deploy setting, a data migration, a feature flag, an external service that must be reachable) is named in prose, approved, shipped, and then fails quietly in production because nothing checked it was enforced.

Inputs

  • Spec: docs/specs/<slug>.md — the only input. The check is pure over the spec text.

The contract

The spec's ## Rollout section carries a structured ### Prerequisites table — one row per prerequisite, each with an enforced-by cell naming an acceptance criterion. The ## Acceptance criteria table carries a Kind column; an enforcement-type AC has a Kind of preflight, smoke, or error-mapping.

The oracle binds the two: each prerequisite's enforced-by must resolve to a real AC whose Kind is an enforcement kind. The structured field IS the mechanical oracle — recognition never depends on scanning prose for keywords, so a downstream checker cannot agree with a hallucination.

Read the full file on GitHub · 54 lines

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. 6d ago First seen · 54 lines · 89 tokens per session scan A 192b8d800229

Subscribe to this mod's changes

spec-rollout-enforceability-review is a skill published in the GitHub repository friedbotstudio/baseline (14 stars, last pushed 2d ago), licensed Apache-2.0. It adds 89 tokens to every session and 893 once invoked, about $0.0004 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-30.