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

.agents/skills/ticket-readiness-review/SKILL.md

ticket-readiness-review is a skill for Claude Code, Codex from w00fx/spec-anchored-agentic-development. It costs 70 tokens per session (1,579 once invoked), scanned A, original, MIT.

A report-only review of GitHub tickets before an unattended worker starts them. It treats each ticket as an executable contract: instructions a worker should be able to follow without asking the human for missing context.

In plain words
What is it for?
Use it to check ticket context, specification references, scope, non-goals, dependency links, size, tests, and risk notes. Findings are labelled as blockers, recommended fixes, or minor issues.
Why use it?
It finds tickets that are vague, oversized, missing dependencies, or disconnected from the specification before they cause incorrect or blocked work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. 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/ticket-readiness-review/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 ticket-readiness-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/w00fx/spec-anchored-agentic-development/ticket-readiness-review"><img src="https://agentmods.dev/badge/skills/w00fx/spec-anchored-agentic-development/ticket-readiness-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,579 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.00070 $0.01579
Opus 5 $0.00035 $0.00790
Sonnet 5 $0.00014 $0.00316
Haiku 4.5 $0.00007 $0.00158

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

Security

Grade A, and why

ticket-readiness-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 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/ticket-readiness-review/SKILL.md · 167 lines

How it starts

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

Ticket readiness review

Review the ticket contracts and, when available, the complete proposed set. Do not review the implementation plan or code. Do not edit the tickets.

Classify every finding as [BLOCKER], [SHOULD], or [NIT]. Include the evidence and a concrete correction.

Use these tests:

Could a fresh worker execute this task without inventing semantics, scope, dependencies, evidence, or permissions?

Is this issue a coherent delivery task, rather than a requirement, component, test, specialist pass, or implementation step promoted into the tracker?

Does the complete set minimize coordination cost without combining independently acceptable outcomes?

Does a broad outcome label hide capabilities that can be reviewed, accepted, recovered, reverted, or verified independently?

Per-ticket checks

  1. Effective spec and stable IDs — the ticket points to the effective spec revision and uses complete stable IDs. Missing, unknown, positional, or recreated normative references are [BLOCKER].

  2. Problem is a claim — the current problem is stated without presuming an unproven diagnosis, and the worker may establish NO_CHANGE_REQUIRED. A demanded patch regardless of current behavior is [BLOCKER].

  3. One primary outcome — assess size by the number of independently demonstrable outcomes, not by files, steps, requirements, or estimated diff size:

    • no independently useful outcome means the task is too small and should normally be merged with the task that completes it;
    • one primary outcome is the intended size;
    • multiple independently acceptable outcomes mean the task is too large and should be split at those boundaries.

    Supporting behaviors, failure cases, evidence, and hardening for the same primary outcome do not count as separate outcomes.

    Apply the umbrella-outcome test: expand broad labels such as safe lifecycle, platform foundation, or evidence system into the concrete capabilities delivered. If a reviewer could accept one capability and reject another without contradicting the stated outcome, the task is too large and must be split at those independent boundaries. A broad noun phrase does not create cohesion.

Read the full file on GitHub · 167 lines

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 Changed · +115 lines · -10 tokens per session ba96ed6baa32
  2. 11d ago First seen · 52 lines · 80 tokens per session scan A 27f9d2fb48bf

Subscribe to this mod's changes

ticket-readiness-review is a skill published in the GitHub repository w00fx/spec-anchored-agentic-development (5 stars, last pushed 8d ago), licensed MIT. It adds 70 tokens to every session and 1,579 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.