tdd-enforcer

tdd-enforcer is a skill for Claude Code, Codex from 10CG/aria-plugin. It costs 80 tokens per session (3,779 once invoked), scanned A, original, no licence file.

A tool that enforces test-driven development, or TDD: write a failing test, make it pass with code, then improve the code without changing its behavior.

In plain words
What is it for?
Use it when developing features or reviewing code under advisory, strict, or full TDD rules.
Why use it?
It helps ensure new code is tested before it is written and makes the development process easier to review.

Skill for Claude CodeCodex

Part of the aria plugin — 42 skills, 11 agents, 3 hooks shipped together

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/10cg/aria-plugin/tdd-enforcer
Any agent
npx skills add 10CG/aria-plugin --skill tdd-enforcer
Clone the repo
git clone --depth 1 https://github.com/10CG/aria-plugin

Made for: Claude Code, Codex.

Or install aria, the plugin that ships this one along with the rest of its 42 skills, 11 agents, 3 hooks.

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 tdd-enforcer

README.md
[![agentmods](https://agentmods.dev/badge/skills/10cg/aria-plugin/tdd-enforcer.svg)](https://agentmods.dev/skills/10cg/aria-plugin/tdd-enforcer)
Your own site
<a href="https://agentmods.dev/skills/10cg/aria-plugin/tdd-enforcer"><img src="https://agentmods.dev/badge/skills/10cg/aria-plugin/tdd-enforcer.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,779 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00080 $0.03779
Opus 5 $0.00040 $0.01889
Sonnet 5 $0.00016 $0.00756
Haiku 4.5 $0.00008 $0.00378

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

Security

Grade A, and why

tdd-enforcer 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 4d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (examples/javascript/src/calculator.js, examples/javascript/tests/calculator.test.js, examples/python/src/__init__.py, …), 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.

skills/tdd-enforcer/SKILL.md · 438 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. 4d ago First seen · 438 lines · 80 tokens per session scan A f2f0f4cc8309

Subscribe to this mod's changes

tdd-enforcer is a skill published in the GitHub repository 10CG/aria-plugin (1 stars, last pushed 2d ago), with no licence file. It adds 80 tokens to every session and 3,779 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-31.

Related

Other skills, from other repositories

testing-principles

Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.

shinpr/claude-code-workflows · 40 tokens

tdd

Guides test-driven development — decomposes a feature or bug fix into testable behaviors, then runs Red-Green-Refactor cycles with a failing test before every implementation. Auto-detects specs from docs/specs/ or docs/jira/, creates a feature branch (optional worktree), commits per cycle, and pushes. Recommends…

oprogramadorreal/optimus-claude · 90 tokens

auto-loop

TDD-based autonomous development loop with checkpoint recovery and observability changelog.

claude-world/director-mode-lite · 17 tokens

workflow

Run the complete 5-step development workflow: focus problem → prevent over-development → test-first (TDD) → document → smart commit. Use when starting a new feature, or when the user runs /workflow or asks for the full development flow.

claude-world/director-mode-lite · 52 tokens

atdd-team

Use to orchestrate a team-based ATDD workflow — six phases (spec writing, spec review, pipeline generation, implementation, refine, verify & harden) each handled by a fresh agent so no role erodes across a long-running feature. Triggers — "build a feature with a team", "use ATDD with agents", "create an ATDD team"…

swingerman/engineer · 114 tokens

plan-create

Create structured implementation plans for autonomous TDD development. Use for new features, multi-file changes, or anything requiring multiple steps or tests. Triggers on aspirational openers ("let's build", "let's start building", "I want to make", "I want an app that", "help me build"), capability lists ("users…

markshust/hcf · 171 tokens