Ddd Bdd Tdd Flow

Use when creating a new application or feature from scratch following a structured flow. Executes five mandatory phases in order: (1) structured requirements interview, (2) DDD SUDO modeling with Mermaid diagrams + user review, (3) comprehensive BDD Gherkin feature writing + user review, (4) property derivation and property-based integration/e2e test generation, (5) TDD implementation following t_wada's Red-Green-Refactor cycle. Outputs land in doc/ (models + features), test/ (all tests), src/ (implementation). When NOT to use: small incremental changes to an already-modeled feature; refactors with no behavioral change; hotfixes.

krkrkrr Updated

File contents

krkrkrr/skills/tree/main/skills/ddd-bdd-tdd-flow commit 89357c95ec

Frequently asked questions

npx skillmds@latest add krkrkrr/ddd-bdd-tdd-flow