enforcing-tdd

Official

Test-first work discipline.

AuthorArcadeAI
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Ensures scope is defined before coding and enforces RED → GREEN → REFACTOR test discipline. Triggered by words like implement, add, build, create, fix, change, feature, bug.

Core Features & Use Cases

  • Scope Definition: Requires a task spec or feature spec before coding.
  • TDD Phases: RED (failing tests) → GREEN (passing tests) → REFACTOR (cleanup).
  • Gatekeeping: Prevents unscoped code and ensures test failures guide implementation.

Quick Start

When starting work, define scope via a spec, write a failing test, then implement to make tests pass, followed by refactor if needed.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: enforcing-tdd
Download link: https://github.com/ArcadeAI/dexa/archive/main.zip#enforcing-tdd

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository