acceptance-driven-development

acceptance-driven-development is a skill for Claude Code, Codex from ZeusYue/acceptance-driven-development-skill. It costs 65 tokens per session (4,958 once invoked), scanned A, original, MIT.

A development method that defines how a feature or bug fix will be accepted before implementation is considered finished. ADD means Acceptance-Driven Development: work continues until every agreed acceptance criterion has a settled result.

In plain words
What is it for?
Use it when building features, fixing bugs, changing behavior, or evaluating design options. It helps maintain an AC.md acceptance table, track each criterion, and verify that the implementation meets the agreed outcome.
Why use it?
It prevents developers and agents from treating code changes as complete without checking what “done” means. It also distinguishes approved work from a proposed approach and requires review and verification before completion.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/zeusyue/acceptance-driven-development-skill/acceptance-driven-development
Any agent
npx skills add ZeusYue/acceptance-driven-development-skill --skill acceptance-driven-development
Clone the repo
git clone --depth 1 https://github.com/ZeusYue/acceptance-driven-development-skill

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 acceptance-driven-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/zeusyue/acceptance-driven-development-skill/acceptance-driven-development.svg)](https://agentmods.dev/skills/zeusyue/acceptance-driven-development-skill/acceptance-driven-development)
Your own site
<a href="https://agentmods.dev/skills/zeusyue/acceptance-driven-development-skill/acceptance-driven-development"><img src="https://agentmods.dev/badge/skills/zeusyue/acceptance-driven-development-skill/acceptance-driven-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,958 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 $0.00065 $0.04958
Opus 5 $0.00032 $0.02479
Sonnet 5 $0.00013 $0.00992
Haiku 4.5 $0.00006 $0.00496

Measured 3d ago against content hash ebe5fe9dc6db, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

acceptance-driven-development 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 3d 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.

skills/acceptance-driven-development/SKILL.md · 247 lines

How it starts

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

Acceptance-Driven Development

Execute code changes against explicit acceptance criteria, then loop until every criterion has a settled outcome.

Completion layers: Agent implementation work is done only when no [ ] or [~] remain. The project is complete only when every AC is [x], [>], or [-] — no [ ], [~], or [!].

🚨 FIRST RULE — Check Before You Code

  • Approved [ ] / [~] backlog → Phase 3.5A → Mode A.
  • New feature or behavior change → Phase 3.5B → propose AC delta + approach → explicit approval → persist AC → Phase 4.
  • Bug restoring intended behavior → Phase 3.5B impact analysis → fast lane; if no relevant AC exists, propose and confirm one before Phase 4.
  • Refactor, build/config change, or pure cosmetic change → Phase 3.5B impact analysis → fast lane; untracked work also needs a confirmed tracking AC before Phase 4.

Describing a desired change is not approval of an approach. A fast-lane bug fix skips approach discussion, not impact analysis, review, or verification.

Announce: Phase 0, Gate 1, Gate 2, Phase 3.5A or 3.5B, Phase 4 Mode A or B, Phase 4.8, Phase 5, and Phase 6 when each begins.

Read references/guardrails-and-examples.md only when rationale, rationalization handling, scenarios, extended red flags, or the compact phase map is needed.

Capabilities and Scope

ADD is self-contained: AC parsing, impact analysis, review, verification, and completion checks must work even without companion skills.

Optional capability Use when available Fallback
External planning tool Mirror or assist ADD's approved-scope plan Use the built-in plan asset/reference; never use tool status as acceptance status.
Review subagent Mode A independent review Explicit self-review against all six checks.
project-experience Reuse cross-project lessons Read $DOC_HUB/_exp_memory.md directly when present.

Read the full file on GitHub · 247 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. 3d ago First seen · 247 lines · 65 tokens per session scan A ebe5fe9dc6db

Subscribe to this mod's changes

acceptance-driven-development is a skill published in the GitHub repository ZeusYue/acceptance-driven-development-skill (6 stars, last pushed 22d ago), licensed MIT. It adds 65 tokens to every session and 4,958 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

software-test-creation

Write failing tests for a TDD slice based on acceptance criteria and codebase conventions. Use when the "red" phase of red-green-refactor requires tests that define expected behavior before implementation exists. Discovers codebase test conventions first, writes test files that compile or parse but fail because the…

stencila/stencila · 82 tokens

trellis-plan-review

Independent review of Trellis task planning artifacts. Treats the selected task and its recursive current or archived children as one review scope, verifies repository claims and path:line citations against code, traces every acceptance-criterion clause to a requirement and design mechanism, rechecks arithmetic and…

bahayonghang/my-ai-cli-toolkit · 184 tokens

software-design-creation

Create software design specifications for new features or standalone software. Use when the user needs help turning a brief idea into a concrete design spec by eliciting missing requirements, clarifying scope, defining users and constraints, outlining architecture and interfaces, identifying risks and assumptions, and…

stencila/stencila · 70 tokens

requirements-elicitation

Turns vague intent into testable requirements.

andreaswasita/copilot-agents-dojo · 13 tokens

dev-cookbook

Requirement-aligned development workflow. TRIGGER: whenever the user asks to build a feature, make a change, optimize/improve something, or fix a bug — especially when the requirement is vague or lacks scope/acceptance criteria. Before starting, the agent MUST detect the user's role (PM/Developer/Both), persisted…

Malloy-yang/Dev-cookbook · 171 tokens

spec-index

Capture and retrieve durable project memory for spec-driven engineering, including decisions, constraints, setup steps, root causes, fixes, patterns, and reusable snippets through lightweight local indexing and keyword retrieval. Use this whenever the user wants to save knowledge for later, look up prior solutions…

H2Sxxa/spec-coding-skills · 78 tokens