Generate Tdd Tasks

Breaks a feature, PRD, or requirement into TDD implementation tasks with task 0.0 as feature branch creation (MUST be first), each task uses TDD quadruplet (RED test→run fail→GREEN impl→run pass→REFACTOR), includes mandatory public API docs task, update docs task, and code review task, output with `Guidance Used` and `Relevant Files` sections saved to `tasks/tasks-[name].md`, auto-detects test command/source dir/test dir from project conventions. Ruby-first but language-agnostic. Trigger words: tdd task list, tdd tasks, generate tasks, tdd breakdown, implementation tasks, task breakdown, feature tasks, quadruplet pattern.

igmarin 41a5483 4.7 KB Updated

File contents

igmarin/ruby-core-skills/tree/main/skills/generate-tdd-tasks commit 41a54837a0

Frequently asked questions

npx skillmds@latest add igmarin/generate-tdd-tasks