Practicing TDFDDD by Hand
This directory preserves the human-first 5-phase practice flow. Use it when you want to learn the design method manually, on paper or in scratch markdown, without the full feature-to-slice artifact workflow used by the agent pipeline.
What stays here
These docs are intentionally optimized for human practice:
- Event storming / discovery
- Core sketch
- Domain modeling
- Contract
- Implementation thinking
They are not the source of truth for the agent artifact layout. The operational artifact structure for real feature work now lives under:
design/feature/<feature-slug>/...design/workflows/<bounded-context-slug>/<workflow-slug>/...
Read these in order
../tutorials/worked-example-truck-loading.md../tutorials/practicing-tdfddd-by-hand.md../reference/design-artifact-template.md
How to use both doc sets together
- Use
docs/by-hand/to build judgment and practice the 5 design phases manually. - Use the main docs for the current feature/slice artifact structure, bounded-context decomposition, and review of generated artifacts.