tdd-implementation

Community

Gatekeeper for Java TDD workflow.

Authorcowwoc
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Enforces a Test-Driven Development workflow by gating production edits behind explicit TDD activation and state transitions.

Core Features & Use Cases

  • State machine gating: RED → GREEN → REFACTOR → VERIFY → COMPLETE flow validation.
  • Production edit protection: Blocks production code edits until TDD mode is activated.
  • Session-based activation: Requires a session-specific activation file as described in the guide.

Quick Start

Step 1: Prepare a session file for TDD mode (exact format per guide) SESSION_ID="your-session-id" TASK_NAME="YourClass" cat > /tmp/tdd_skill_active_${SESSION_ID} << EOF { "phase": "GREEN", "session_id": "${SESSION_ID}", "target_class": "${TASK_NAME}", "test_class": "${TASK_NAME}Test", "test_failed": false, "test_passed": false, "started_at": "$(date -Iseconds)" } EOF

Then run the activation as described in the guide

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: tdd-implementation
Download link: https://github.com/cowwoc/styler/archive/main.zip#tdd-implementation

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.