tdd-workflow

Installation
SKILL.md

Test-Driven Development Workflow

Enforces test-driven development principles with comprehensive test coverage across all layers.

When to Activate

  • Writing new features or functionality
  • Fixing bugs or issues
  • Refactoring existing code
  • Adding API endpoints
  • Creating new components
  • Implementing business logic

Core Principles

1. Tests BEFORE Code

Always write tests first, then implement code to make tests pass. No exceptions.

Installs
16
GitHub Stars
11
First Seen
Mar 9, 2026
tdd-workflow — 4444j99/a-i--skills