Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/guides/en/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ graph LR

```mermaid
graph TD
Start[/implement requirements] --> RA[requirement-analyzer scale detection]
Start[/implement requirements] --> RA["requirement-analyzer scale detection"]
RA -->|Small| Direct[Direct implementation]
RA -->|Medium| TD[technical-designer Design Doc]
RA -->|Large| PRD[prd-creator PRD]
RA -->|Medium| TD["technical-designer Design Doc"]
RA -->|Large| PRD["prd-creator PRD"]

PRD --> ADR[technical-designer ADR]
PRD --> ADR["technical-designer ADR"]
ADR --> TD
TD --> WP[work-planner Work plan]
WP --> TE[task-executor Execute tasks]
Direct --> QF[quality-fixer Quality checks]
TD --> WP["work-planner Work plan"]
WP --> TE["task-executor Execute tasks"]
Direct --> QF["quality-fixer Quality checks"]
TE --> QF
QF --> End[Complete]

Expand Down
14 changes: 7 additions & 7 deletions docs/guides/ja/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ graph LR

```mermaid
graph TD
Start[/implement 要件] --> RA[requirement-analyzer 規模判定]
Start[/implement 要件] --> RA["requirement-analyzer 規模判定"]
RA -->|小規模| Direct[直接実装]
RA -->|中規模| TD[technical-designer Design Doc作成]
RA -->|大規模| PRD[prd-creator PRD作成]
RA -->|中規模| TD["technical-designer Design Doc作成"]
RA -->|大規模| PRD["prd-creator PRD作成"]

PRD --> ADR[technical-designer ADR作成]
PRD --> ADR["technical-designer ADR作成"]
ADR --> TD
TD --> WP[work-planner 作業計画書]
WP --> TE[task-executor タスク実行]
Direct --> QF[quality-fixer 品質チェック]
TD --> WP["work-planner 作業計画書"]
WP --> TE["task-executor タスク実行"]
Direct --> QF["quality-fixer 品質チェック"]
TE --> QF
QF --> End[完了]

Expand Down