Initial commit

This commit is contained in:
ada
2026-05-25 05:47:28 +00:00
commit 4d6495ffda
97 changed files with 13403 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# 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**:
1. Event storming / discovery
2. Core sketch
3. Domain modeling
4. Contract
5. 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.