File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ 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
31
RA -->|Medium| TD["technical-designer Design Doc"]
32
32
RA -->|Large| PRD["prd-creator PRD"]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ 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
31
RA -->|中規模| TD["technical-designer Design Doc作成"]
32
32
RA -->|大規模| PRD["prd-creator PRD作成"]
You can’t perform that action at this time.
0 commit comments