File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ graph LR
26
26
27
27
``` mermaid
28
28
graph TD
29
- Start[/implement requirements] --> RA[requirement-analyzer scale detection]
29
+ Start[/implement requirements] --> RA[" requirement-analyzer scale detection" ]
30
30
RA -->|Small| Direct[Direct implementation]
31
- RA -->|Medium| TD[technical-designer Design Doc]
32
- RA -->|Large| PRD[prd-creator PRD]
31
+ RA -->|Medium| TD[" technical-designer Design Doc" ]
32
+ RA -->|Large| PRD[" prd-creator PRD" ]
33
33
34
- PRD --> ADR[technical-designer ADR]
34
+ PRD --> ADR[" technical-designer ADR" ]
35
35
ADR --> TD
36
- TD --> WP[work-planner Work plan]
37
- WP --> TE[task-executor Execute tasks]
38
- Direct --> QF[quality-fixer Quality checks]
36
+ TD --> WP[" work-planner Work plan" ]
37
+ WP --> TE[" task-executor Execute tasks" ]
38
+ Direct --> QF[" quality-fixer Quality checks" ]
39
39
TE --> QF
40
40
QF --> End[Complete]
41
41
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ graph LR
26
26
27
27
``` mermaid
28
28
graph TD
29
- Start[/implement 要件] --> RA[requirement-analyzer 規模判定]
29
+ Start[/implement 要件] --> RA[" requirement-analyzer 規模判定" ]
30
30
RA -->|小規模| Direct[直接実装]
31
- RA -->|中規模| TD[technical-designer Design Doc作成]
32
- RA -->|大規模| PRD[prd-creator PRD作成]
31
+ RA -->|中規模| TD[" technical-designer Design Doc作成" ]
32
+ RA -->|大規模| PRD[" prd-creator PRD作成" ]
33
33
34
- PRD --> ADR[technical-designer ADR作成]
34
+ PRD --> ADR[" technical-designer ADR作成" ]
35
35
ADR --> TD
36
- TD --> WP[work-planner 作業計画書]
37
- WP --> TE[task-executor タスク実行]
38
- Direct --> QF[quality-fixer 品質チェック]
36
+ TD --> WP[" work-planner 作業計画書" ]
37
+ WP --> TE[" task-executor タスク実行" ]
38
+ Direct --> QF[" quality-fixer 品質チェック" ]
39
39
TE --> QF
40
40
QF --> End[完了]
41
41
You can’t perform that action at this time.
0 commit comments