agile-tdd

Installation
SKILL.md

TDD (Test-Driven Development)

Guide the Red-Green-Refactor cycle and pragmatic testing strategy. "Write tests. Not too many. Mostly integration."

Initial context received via slash: $ARGUMENTS

If $ARGUMENTS is filled (e.g., module name, feature description), use as starting point. If empty, ask what will be tested.

Language

Write artifacts and test descriptions in the user's language. When in doubt, ask. Test code itself (function names, assertions) stays in English.

When to use

  • Starting a new feature with TDD
  • Adding tests to existing code
  • Establishing test coverage for a module
  • Unclear whether something needs unit, integration, or E2E tests
Related skills

More from djalmajr/essential-skills

Installs
11
First Seen
Apr 13, 2026