Commit 0ef9266
feat: Add TDD code generation workflow as optional path
Add Test-Driven Development (TDD) as a selectable code generation
strategy in the Construction phase. Users can now choose between
TDD and standard approaches before code generation begins.
Changes:
- Add tdd-code-generation.md with full TDD workflow (Red-Green-Refactor)
- Add TDD selection prompt (Step 0) in core-workflow.md
- Add TDD artifact detection in build-and-test.md
Validation:
- Internal large-scale TTT conducted comparing TDD vs Standard paths.
Teams using TDD completed development in significantly less time
with more complete results (100% improvement).
- Field feedback confirmed that TDD-based AI-DLC runs produced
finished outputs in a single pass or with minimal issues.
- Stability verified through multiple customer 1-day workshops
with consistent, reliable results.
Co-authored-by: Jeongho Han <[email protected]>
Co-authored-by: Hyojin Jung <[email protected]>1 parent 879a011 commit 0ef9266
File tree
3 files changed
+593
-6
lines changed- aidlc-rules
- aws-aidlc-rule-details/construction
- aws-aidlc-rules
3 files changed
+593
-6
lines changedLines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
12 | 31 | | |
13 | 32 | | |
14 | 33 | | |
15 | 34 | | |
| 35 | + | |
16 | 36 | | |
17 | 37 | | |
18 | 38 | | |
| |||
81 | 101 | | |
82 | 102 | | |
83 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
84 | 112 | | |
85 | 113 | | |
86 | 114 | | |
| |||
0 commit comments