Cf Tdd

Gate before writing production code — direct implementation by default, TDD (RED→GREEN→REFACTOR) with `--add-tests` or config `tdd: true`. TRIGGER — any new feature, implementation, or refactor: "implement this", "build this feature", "create a function", "add a new endpoint", "write the implementation", "refactor this", "write a test", "add tests", "create a component", "implement the API", "add a route"; also when planning shifts into writing code — load this first. SKIP — docs-only changes, config edits, non-code files, or questions with no requested change.

dinhanhthi 07dcaee 3 files · 10.9 KB Updated

File contents

dinhanhthi/coding-friend/tree/main/plugin-codex/skills/cf-tdd commit 07dcaee7e4

Frequently asked questions

npx skillmds@latest add dinhanhthi/cf-tdd-2