Test First Development

Apply test-first discipline for behavior changes and bugfixes: define expected behavior, add or run a failing test, then implement minimally. Use when fixing bugs, changing logic, or adding features that need regression protection. Triggers: "bugfix", "TDD", "regression test", "behavior change", "add test".

charlieviettq Updated

File contents

charlieviettq/awesome-agent-skill/tree/main/.cursor/skills/core-workflow/test-first-development commit fb737d985d

Frequently asked questions

npx skillmds@latest add charlieviettq/test-first-development-2