test-first-development

Installation
SKILL.md

Test-first development

When to use (default)

  • Bug fixes with reproducible symptoms.
  • Behavior changes in production code.
  • Refactors where regression risk is non-trivial.

When to relax (document why)

  • Throwaway prototypes.
  • Generated code with separate validation.
  • Pure config or documentation-only changes.

Workflow (RED-GREEN-REFACTOR)

Installs
3
GitHub Stars
25
First Seen
May 25, 2026
test-first-development — charlieviettq/awesome-agent-skill