今回のタグ機能追加はMinimal判定でした。一般的な要件で複雑さが低いためです。顧客の業務システムのような複雑な要件ではComprehensiveが適用され、より詳細な質問と検証が行われます。 "Keep this at minimal depth" や "Please run at comprehensive depth" で明示的に制御することも可能です。 4. Application Design → Unit of Work分解 Inceptionの最終ステージで、要件がUnit of Work(作業単位)に分解されます。 | Requirement | backend | frontend | infrastructure | |---|---|---|---| | FR-001: TODO 作成 | POST /api/todos + Repository.create |

