create-ai-project 1.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/.claude/agents/acceptance-test-generator.md +316 -0
  2. package/.claude/agents/code-reviewer.md +193 -0
  3. package/.claude/agents/document-reviewer.md +182 -0
  4. package/.claude/agents/prd-creator.md +186 -0
  5. package/.claude/agents/quality-fixer.md +295 -0
  6. package/.claude/agents/requirement-analyzer.md +161 -0
  7. package/.claude/agents/rule-advisor.md +194 -0
  8. package/.claude/agents/task-decomposer.md +291 -0
  9. package/.claude/agents/task-executor.md +270 -0
  10. package/.claude/agents/technical-designer.md +343 -0
  11. package/.claude/agents/work-planner.md +181 -0
  12. package/.claude/agents-en/acceptance-test-generator.md +256 -0
  13. package/.claude/agents-en/code-reviewer.md +195 -0
  14. package/.claude/agents-en/design-sync.md +225 -0
  15. package/.claude/agents-en/document-reviewer.md +190 -0
  16. package/.claude/agents-en/integration-test-reviewer.md +195 -0
  17. package/.claude/agents-en/prd-creator.md +196 -0
  18. package/.claude/agents-en/quality-fixer-frontend.md +334 -0
  19. package/.claude/agents-en/quality-fixer.md +291 -0
  20. package/.claude/agents-en/requirement-analyzer.md +165 -0
  21. package/.claude/agents-en/rule-advisor.md +194 -0
  22. package/.claude/agents-en/task-decomposer.md +291 -0
  23. package/.claude/agents-en/task-executor-frontend.md +276 -0
  24. package/.claude/agents-en/task-executor.md +272 -0
  25. package/.claude/agents-en/technical-designer-frontend.md +441 -0
  26. package/.claude/agents-en/technical-designer.md +371 -0
  27. package/.claude/agents-en/work-planner.md +216 -0
  28. package/.claude/agents-ja/acceptance-test-generator.md +256 -0
  29. package/.claude/agents-ja/code-reviewer.md +195 -0
  30. package/.claude/agents-ja/design-sync.md +225 -0
  31. package/.claude/agents-ja/document-reviewer.md +192 -0
  32. package/.claude/agents-ja/integration-test-reviewer.md +195 -0
  33. package/.claude/agents-ja/prd-creator.md +194 -0
  34. package/.claude/agents-ja/quality-fixer-frontend.md +335 -0
  35. package/.claude/agents-ja/quality-fixer.md +292 -0
  36. package/.claude/agents-ja/requirement-analyzer.md +164 -0
  37. package/.claude/agents-ja/rule-advisor.md +194 -0
  38. package/.claude/agents-ja/task-decomposer.md +291 -0
  39. package/.claude/agents-ja/task-executor-frontend.md +276 -0
  40. package/.claude/agents-ja/task-executor.md +272 -0
  41. package/.claude/agents-ja/technical-designer-frontend.md +442 -0
  42. package/.claude/agents-ja/technical-designer.md +370 -0
  43. package/.claude/agents-ja/work-planner.md +213 -0
  44. package/.claude/commands/build.md +78 -0
  45. package/.claude/commands/design.md +27 -0
  46. package/.claude/commands/implement.md +79 -0
  47. package/.claude/commands/plan.md +43 -0
  48. package/.claude/commands/project-inject.md +76 -0
  49. package/.claude/commands/refine-rule.md +206 -0
  50. package/.claude/commands/review.md +78 -0
  51. package/.claude/commands/sync-rules.md +116 -0
  52. package/.claude/commands/task.md +13 -0
  53. package/.claude/commands-en/build.md +77 -0
  54. package/.claude/commands-en/design.md +39 -0
  55. package/.claude/commands-en/front-build.md +103 -0
  56. package/.claude/commands-en/front-design.md +42 -0
  57. package/.claude/commands-en/front-plan.md +40 -0
  58. package/.claude/commands-en/implement.md +75 -0
  59. package/.claude/commands-en/plan.md +45 -0
  60. package/.claude/commands-en/project-inject.md +76 -0
  61. package/.claude/commands-en/refine-rule.md +208 -0
  62. package/.claude/commands-en/review.md +78 -0
  63. package/.claude/commands-en/sync-rules.md +116 -0
  64. package/.claude/commands-en/task.md +13 -0
  65. package/.claude/commands-ja/build.md +75 -0
  66. package/.claude/commands-ja/design.md +37 -0
  67. package/.claude/commands-ja/front-build.md +103 -0
  68. package/.claude/commands-ja/front-design.md +42 -0
  69. package/.claude/commands-ja/front-plan.md +40 -0
  70. package/.claude/commands-ja/implement.md +73 -0
  71. package/.claude/commands-ja/plan.md +43 -0
  72. package/.claude/commands-ja/project-inject.md +76 -0
  73. package/.claude/commands-ja/refine-rule.md +206 -0
  74. package/.claude/commands-ja/review.md +78 -0
  75. package/.claude/commands-ja/sync-rules.md +116 -0
  76. package/.claude/commands-ja/task.md +13 -0
  77. package/.claude/settings.local.json +74 -0
  78. package/.husky/pre-commit +1 -0
  79. package/.husky/pre-push +3 -0
  80. package/.madgerc +14 -0
  81. package/.tsprunerc +11 -0
  82. package/CLAUDE.en.md +102 -0
  83. package/CLAUDE.ja.md +102 -0
  84. package/CLAUDE.md +111 -0
  85. package/LICENSE +21 -0
  86. package/README.ja.md +233 -0
  87. package/README.md +243 -0
  88. package/bin/create-project.js +87 -0
  89. package/biome.json +51 -0
  90. package/docs/adr/template-en.md +64 -0
  91. package/docs/adr/template-ja.md +64 -0
  92. package/docs/design/template-en.md +281 -0
  93. package/docs/design/template-ja.md +285 -0
  94. package/docs/guides/en/quickstart.md +111 -0
  95. package/docs/guides/en/rule-editing-guide.md +266 -0
  96. package/docs/guides/en/sub-agents.md +343 -0
  97. package/docs/guides/en/use-cases.md +308 -0
  98. package/docs/guides/ja/quickstart.md +112 -0
  99. package/docs/guides/ja/rule-editing-guide.md +266 -0
  100. package/docs/guides/ja/sub-agents.md +343 -0
  101. package/docs/guides/ja/use-cases.md +290 -0
  102. package/docs/guides/sub-agents.md +306 -0
  103. package/docs/plans/20250123-integration-test-improvement.md +993 -0
  104. package/docs/plans/template-en.md +130 -0
  105. package/docs/plans/template-ja.md +130 -0
  106. package/docs/prd/template-en.md +109 -0
  107. package/docs/prd/template-ja.md +109 -0
  108. package/docs/rules/ai-development-guide.md +260 -0
  109. package/docs/rules/architecture/implementation-approach.md +136 -0
  110. package/docs/rules/documentation-criteria.md +180 -0
  111. package/docs/rules/project-context.md +38 -0
  112. package/docs/rules/rules-index.yaml +137 -0
  113. package/docs/rules/technical-spec.md +47 -0
  114. package/docs/rules/typescript-testing.md +188 -0
  115. package/docs/rules/typescript.md +166 -0
  116. package/docs/rules-en/architecture/implementation-approach.md +136 -0
  117. package/docs/rules-en/coding-standards.md +333 -0
  118. package/docs/rules-en/documentation-criteria.md +184 -0
  119. package/docs/rules-en/frontend/technical-spec.md +143 -0
  120. package/docs/rules-en/frontend/typescript-testing.md +124 -0
  121. package/docs/rules-en/frontend/typescript.md +131 -0
  122. package/docs/rules-en/integration-e2e-testing.md +149 -0
  123. package/docs/rules-en/project-context.md +38 -0
  124. package/docs/rules-en/rules-index.yaml +211 -0
  125. package/docs/rules-en/technical-spec.md +86 -0
  126. package/docs/rules-en/typescript-testing.md +149 -0
  127. package/docs/rules-en/typescript.md +116 -0
  128. package/docs/rules-ja/architecture/implementation-approach.md +136 -0
  129. package/docs/rules-ja/coding-standards.md +333 -0
  130. package/docs/rules-ja/documentation-criteria.md +180 -0
  131. package/docs/rules-ja/frontend/technical-spec.md +143 -0
  132. package/docs/rules-ja/frontend/typescript-testing.md +124 -0
  133. package/docs/rules-ja/frontend/typescript.md +131 -0
  134. package/docs/rules-ja/integration-e2e-testing.md +149 -0
  135. package/docs/rules-ja/project-context.md +38 -0
  136. package/docs/rules-ja/rules-index.yaml +196 -0
  137. package/docs/rules-ja/technical-spec.md +86 -0
  138. package/docs/rules-ja/typescript-testing.md +149 -0
  139. package/docs/rules-ja/typescript.md +116 -0
  140. package/package.json +98 -0
  141. package/scripts/check-unused-exports.js +69 -0
  142. package/scripts/cleanup-test-processes.sh +32 -0
  143. package/scripts/post-setup.js +110 -0
  144. package/scripts/set-language.js +310 -0
  145. package/scripts/setup-project.js +199 -0
  146. package/scripts/show-coverage.js +74 -0
  147. package/src/index.ts +11 -0
  148. package/templates/.gitignore.template +52 -0
  149. package/tsconfig.json +50 -0
  150. package/vitest.config.mjs +47 -0
@@ -0,0 +1,130 @@
1
+ # Work Plan: [Title]
2
+
3
+ Created Date: YYYY-MM-DD
4
+ Type: feature|fix|refactor
5
+ Estimated Impact: X files
6
+ Related Issue/PR: #XXX (if any)
7
+
8
+ ## Related Documents
9
+ - Design Doc: [docs/design/XXX.md]
10
+ - ADR: [docs/adr/ADR-XXXX.md] (if any)
11
+ - PRD: [docs/prd/XXX.md] (if any)
12
+
13
+ ## Objective
14
+ [Why this change is necessary, what problem it solves]
15
+
16
+ ## Impact Scope
17
+ ### Target Files
18
+ - [ ] src/domain/xxx
19
+ - [ ] src/application/xxx
20
+ - [ ] src/infrastructure/xxx
21
+ - [ ] src/presentation/xxx
22
+
23
+ ### Test Files
24
+ - [ ] __tests__/xxx.test.ts
25
+ - [ ] __tests__/xxx.test.ts
26
+
27
+ ### Documentation
28
+ - [ ] ADR creation needed (for architecture changes)
29
+ - [ ] Design Doc update needed
30
+ - [ ] README update needed
31
+
32
+ ## Implementation Plan
33
+
34
+ (Note: Phase structure is determined based on Design Doc technical dependencies and implementation approach)
35
+
36
+ ### Phase 1: [Phase Name] (Estimated commits: X)
37
+ **Purpose**: [What this phase aims to achieve]
38
+
39
+ #### Tasks
40
+ - [ ] Task 1: Specific work content
41
+ - [ ] Task 2: Specific work content
42
+ - [ ] Quality check: Implement staged quality checks (refer to @docs/rules/technical-spec.md "Build and Testing")
43
+ - [ ] Unit tests: All related tests pass
44
+
45
+ #### Phase Completion Criteria
46
+ - [ ] [Functional completion criteria]
47
+ - [ ] [Quality completion criteria]
48
+
49
+ #### Operational Verification Procedures
50
+ 1. [Operation verification steps]
51
+ 2. [Expected result verification]
52
+ 3. [Performance verification (when applicable)]
53
+
54
+ ### Phase 2: [Phase Name] (Estimated commits: X)
55
+ **Purpose**: [What this phase aims to achieve]
56
+
57
+ #### Tasks
58
+ - [ ] Task 1: Specific work content
59
+ - [ ] Task 2: Specific work content
60
+ - [ ] Quality check: Implement staged quality checks (refer to @docs/rules/technical-spec.md "Build and Testing")
61
+ - [ ] Integration tests: Verify overall feature functionality
62
+
63
+ #### Phase Completion Criteria
64
+ - [ ] [Functional completion criteria]
65
+ - [ ] [Quality completion criteria]
66
+
67
+ #### Operational Verification Procedures
68
+ 1. [Operation verification steps]
69
+ 2. [Expected result verification]
70
+ 3. [Performance verification (when applicable)]
71
+
72
+ ### Phase 3: [Phase Name] (Estimated commits: X)
73
+ **Purpose**: [What this phase aims to achieve]
74
+
75
+ #### Tasks
76
+ - [ ] Task 1: Specific work content
77
+ - [ ] Task 2: Specific work content
78
+ - [ ] Quality check: Implement staged quality checks (refer to @docs/rules/technical-spec.md "Build and Testing")
79
+ - [ ] Integration tests: Verify component coordination
80
+
81
+ #### Phase Completion Criteria
82
+ - [ ] [Functional completion criteria]
83
+ - [ ] [Quality completion criteria]
84
+
85
+ #### Operational Verification Procedures
86
+ [Copy relevant integration point E2E verification from Design Doc]
87
+
88
+ ### Final Phase: Quality Assurance (Required) (Estimated commits: 1)
89
+ **Purpose**: Overall quality assurance and Design Doc consistency verification
90
+
91
+ #### Tasks
92
+ - [ ] Verify all Design Doc acceptance criteria achieved
93
+ - [ ] Quality checks (types, lint, format)
94
+ - [ ] Execute all tests
95
+ - [ ] Coverage 70%+
96
+ - [ ] Document updates
97
+
98
+ #### Operational Verification Procedures
99
+ [Copy E2E verification procedures from Design Doc]
100
+
101
+ ### Quality Assurance
102
+ - [ ] Implement staged quality checks (details: refer to @docs/rules/technical-spec.md "Build and Testing")
103
+
104
+ ## Risks and Countermeasures
105
+ | Risk | Countermeasure |
106
+ |------|----------------|
107
+ | [Expected risk] | [How to address it] |
108
+
109
+ ## Completion Criteria
110
+ - [ ] All phases completed
111
+ - [ ] Each phase's operational verification procedures executed
112
+ - [ ] Design Doc acceptance criteria satisfied
113
+ - [ ] Staged quality checks completed (zero errors)
114
+ - [ ] All tests pass
115
+ - [ ] Necessary documentation updated
116
+ - [ ] User review approval obtained
117
+
118
+ ## Progress Tracking
119
+ ### Phase 1
120
+ - Start: YYYY-MM-DD HH:MM
121
+ - Complete: YYYY-MM-DD HH:MM
122
+ - Notes: [Any special remarks]
123
+
124
+ ### Phase 2
125
+ - Start: YYYY-MM-DD HH:MM
126
+ - Complete: YYYY-MM-DD HH:MM
127
+ - Notes: [Any special remarks]
128
+
129
+ ## Notes
130
+ [Special notes, reference information, important points, etc.]
@@ -0,0 +1,130 @@
1
+ # 作業計画書: [タイトル]
2
+
3
+ 作成日: YYYY-MM-DD
4
+ 種別: feature|fix|refactor
5
+ 想定影響範囲: Xファイル
6
+ 関連Issue/PR: #XXX(あれば)
7
+
8
+ ## 関連ドキュメント
9
+ - Design Doc: [docs/design/XXX.md]
10
+ - ADR: [docs/adr/ADR-XXXX.md](あれば)
11
+ - PRD: [docs/prd/XXX.md](あれば)
12
+
13
+ ## 目的
14
+ [なぜこの変更が必要か、解決する問題は何か]
15
+
16
+ ## 影響範囲
17
+ ### 対象ファイル
18
+ - [ ] src/domain/xxx
19
+ - [ ] src/application/xxx
20
+ - [ ] src/infrastructure/xxx
21
+ - [ ] src/presentation/xxx
22
+
23
+ ### テストファイル
24
+ - [ ] __tests__/xxx.test.ts
25
+ - [ ] __tests__/xxx.test.ts
26
+
27
+ ### ドキュメント
28
+ - [ ] ADR作成が必要(アーキテクチャ変更の場合)
29
+ - [ ] Design Doc更新が必要
30
+ - [ ] READMEの更新が必要
31
+
32
+ ## 実装計画
33
+
34
+ (注: フェーズ構成はDesign Docの技術的依存関係と実装アプローチに基づいて決定)
35
+
36
+ ### Phase 1: [フェーズ名](想定コミット数: X)
37
+ **目的**: [このフェーズで達成すること]
38
+
39
+ #### タスク
40
+ - [ ] タスク1: 具体的な作業内容
41
+ - [ ] タスク2: 具体的な作業内容
42
+ - [ ] 品質チェック: 段階的品質チェック実施(@docs/rules/technical-spec.md の「ビルドとテスト」参照)
43
+ - [ ] 単体テスト: 関連するテストがすべてパス
44
+
45
+ #### フェーズ完了条件
46
+ - [ ] [機能的な完了条件]
47
+ - [ ] [品質的な完了条件]
48
+
49
+ #### 動作確認手順
50
+ 1. [動作確認手順]
51
+ 2. [期待結果の確認]
52
+ 3. [パフォーマンス確認(該当する場合)]
53
+
54
+ ### Phase 2: [フェーズ名](想定コミット数: X)
55
+ **目的**: [このフェーズで達成すること]
56
+
57
+ #### タスク
58
+ - [ ] タスク1: 具体的な作業内容
59
+ - [ ] タスク2: 具体的な作業内容
60
+ - [ ] 品質チェック: 段階的品質チェック実施(@docs/rules/technical-spec.md の「ビルドとテスト」参照)
61
+ - [ ] 統合テスト: 機能全体の動作確認
62
+
63
+ #### フェーズ完了条件
64
+ - [ ] [機能的な完了条件]
65
+ - [ ] [品質的な完了条件]
66
+
67
+ #### 動作確認手順
68
+ 1. [動作確認手順]
69
+ 2. [期待結果の確認]
70
+ 3. [パフォーマンス確認(該当する場合)]
71
+
72
+ ### Phase 3: [フェーズ名](想定コミット数: X)
73
+ **目的**: [このフェーズで達成すること]
74
+
75
+ #### タスク
76
+ - [ ] タスク1: 具体的な作業内容
77
+ - [ ] タスク2: 具体的な作業内容
78
+ - [ ] 品質チェック: 段階的品質チェック実施(@docs/rules/technical-spec.md の「ビルドとテスト」参照)
79
+ - [ ] 統合テスト: コンポーネント間の連携確認
80
+
81
+ #### フェーズ完了条件
82
+ - [ ] [機能的な完了条件]
83
+ - [ ] [品質的な完了条件]
84
+
85
+ #### 動作確認手順
86
+ [Design Docの該当統合ポイントのE2E確認を転記]
87
+
88
+ ### 最終Phase: 品質保証(必須)(想定コミット数: 1)
89
+ **目的**: 全体品質の保証とDesign Doc整合性確認
90
+
91
+ #### タスク
92
+ - [ ] Design Doc全受入条件の達成確認
93
+ - [ ] 品質チェック(型、lint、フォーマット)
94
+ - [ ] 全テスト実行
95
+ - [ ] カバレッジ70%以上
96
+ - [ ] ドキュメント更新
97
+
98
+ #### 動作確認手順
99
+ [Design DocのE2E確認手順を転記]
100
+
101
+ ### 品質保証
102
+ - [ ] 段階的品質チェック実施(詳細: @docs/rules/technical-spec.md の「ビルドとテスト」参照)
103
+
104
+ ## リスクと対策
105
+ | リスク | 対策 |
106
+ |--------|------|
107
+ | [想定されるリスク] | [対策方法] |
108
+
109
+ ## 完了条件
110
+ - [ ] すべてのフェーズが完了
111
+ - [ ] 各フェーズの動作確認手順を実施済み
112
+ - [ ] Design Docの受入条件を満たしている
113
+ - [ ] 段階的品質チェック完了(エラーゼロ)
114
+ - [ ] すべてのテストがパス
115
+ - [ ] 必要なドキュメントが更新されている
116
+ - [ ] ユーザーレビューで承認を得る
117
+
118
+ ## 進捗記録
119
+ ### Phase 1
120
+ - 開始: YYYY-MM-DD HH:MM
121
+ - 完了: YYYY-MM-DD HH:MM
122
+ - 備考: [特記事項があれば]
123
+
124
+ ### Phase 2
125
+ - 開始: YYYY-MM-DD HH:MM
126
+ - 完了: YYYY-MM-DD HH:MM
127
+ - 備考: [特記事項があれば]
128
+
129
+ ## 備考
130
+ [特記事項、参考情報、注意点など]
@@ -0,0 +1,109 @@
1
+ # PRD: [Feature Name]
2
+
3
+ ## Overview
4
+
5
+ ### One-line Summary
6
+ [Describe this feature in one line]
7
+
8
+ ### Background
9
+ [Why is this feature needed? What problem does it solve?]
10
+
11
+ ## User Stories
12
+
13
+ ### Primary Users
14
+ [Define the main target users]
15
+
16
+ ### User Stories
17
+ ```
18
+ As a [user type]
19
+ I want to [goal/desire]
20
+ So that [expected value/benefit]
21
+ ```
22
+
23
+ ### Use Cases
24
+ 1. [Specific usage scenario 1]
25
+ 2. [Specific usage scenario 2]
26
+ 3. [Specific usage scenario 3]
27
+
28
+ ## Functional Requirements
29
+
30
+ ### Must Have (MVP)
31
+ - [ ] Requirement 1: [Detailed description]
32
+ - AC: [Acceptance criteria - Given/When/Then format or measurable standard]
33
+ - [ ] Requirement 2: [Detailed description]
34
+ - AC: [Acceptance criteria]
35
+ - [ ] Requirement 3: [Detailed description]
36
+ - AC: [Acceptance criteria]
37
+
38
+ ### Nice to Have
39
+ - [ ] Requirement 1: [Detailed description]
40
+ - [ ] Requirement 2: [Detailed description]
41
+
42
+ ### Out of Scope
43
+ - Item 1: [Description and reason]
44
+ - Item 2: [Description and reason]
45
+
46
+ ## Non-Functional Requirements
47
+
48
+ ### Performance
49
+ - Response Time: [Target value]
50
+ - Throughput: [Target value]
51
+ - Concurrency: [Target value]
52
+
53
+ ### Reliability
54
+ - Availability: [Target value]
55
+ - Error Rate: [Target value]
56
+
57
+ ### Security
58
+ - [Security requirements details]
59
+
60
+ ### Scalability
61
+ - [Considerations for future scaling]
62
+
63
+ ## Success Criteria
64
+
65
+ ### Quantitative Metrics
66
+ 1. [Measurable success metric 1]
67
+ 2. [Measurable success metric 2]
68
+ 3. [Measurable success metric 3]
69
+
70
+ ### Qualitative Metrics
71
+ 1. [User experience metric 1]
72
+ 2. [User experience metric 2]
73
+
74
+ ## Technical Considerations
75
+
76
+ ### Dependencies
77
+ - [Dependencies on existing systems]
78
+ - [Dependencies on external services]
79
+
80
+ ### Constraints
81
+ - [Technical constraints]
82
+ - [Resource constraints]
83
+
84
+ ### Assumptions
85
+ - [Prerequisite requiring validation 1]
86
+ - [Prerequisite requiring validation 2]
87
+
88
+ ### Risks and Mitigation
89
+ | Risk | Impact | Probability | Mitigation |
90
+ |------|--------|-------------|------------|
91
+ | [Risk 1] | High/Medium/Low | High/Medium/Low | [Countermeasure] |
92
+ | [Risk 2] | High/Medium/Low | High/Medium/Low | [Countermeasure] |
93
+
94
+ ## Undetermined Items
95
+
96
+ - [ ] [Question 1]: [Description of options or impacts]
97
+ - [ ] [Question 2]: [Description of options or impacts]
98
+
99
+ *Discuss with user until this section is empty, then delete after confirmation*
100
+
101
+ ## Appendix
102
+
103
+ ### References
104
+ - [Related document 1]
105
+ - [Related document 2]
106
+
107
+ ### Glossary
108
+ - **Term 1**: [Definition]
109
+ - **Term 2**: [Definition]
@@ -0,0 +1,109 @@
1
+ # PRD: [機能名]
2
+
3
+ ## 概要
4
+
5
+ ### 1行要約
6
+ [この機能を1行で説明]
7
+
8
+ ### 背景
9
+ [なぜこの機能が必要なのか、どんな問題を解決するのか]
10
+
11
+ ## ユーザーストーリー
12
+
13
+ ### プライマリーユーザー
14
+ [主要なターゲットユーザーを定義]
15
+
16
+ ### ユーザーストーリー
17
+ ```
18
+ As a [ユーザータイプ]
19
+ I want to [目的/欲求]
20
+ So that [期待される価値/利益]
21
+ ```
22
+
23
+ ### ユースケース
24
+ 1. [具体的な使用シナリオ1]
25
+ 2. [具体的な使用シナリオ2]
26
+ 3. [具体的な使用シナリオ3]
27
+
28
+ ## 機能要件
29
+
30
+ ### 必須要件(MVP)
31
+ - [ ] 要件1: [詳細説明]
32
+ - AC: [受入条件 - Given/When/Then形式または測定可能な基準]
33
+ - [ ] 要件2: [詳細説明]
34
+ - AC: [受入条件]
35
+ - [ ] 要件3: [詳細説明]
36
+ - AC: [受入条件]
37
+
38
+ ### 追加要件(Nice to Have)
39
+ - [ ] 要件1: [詳細説明]
40
+ - [ ] 要件2: [詳細説明]
41
+
42
+ ### 対象外(Out of Scope)
43
+ - 項目1: [説明と理由]
44
+ - 項目2: [説明と理由]
45
+
46
+ ## 非機能要件
47
+
48
+ ### パフォーマンス
49
+ - レスポンスタイム: [目標値]
50
+ - スループット: [目標値]
51
+ - 同時実行数: [目標値]
52
+
53
+ ### 信頼性
54
+ - 可用性: [目標値]
55
+ - エラー率: [目標値]
56
+
57
+ ### セキュリティ
58
+ - [セキュリティ要件の詳細]
59
+
60
+ ### 拡張性
61
+ - [将来の拡張に関する考慮事項]
62
+
63
+ ## 成功基準
64
+
65
+ ### 定量的指標
66
+ 1. [測定可能な成功指標1]
67
+ 2. [測定可能な成功指標2]
68
+ 3. [測定可能な成功指標3]
69
+
70
+ ### 定性的指標
71
+ 1. [ユーザー体験に関する指標1]
72
+ 2. [ユーザー体験に関する指標2]
73
+
74
+ ## 技術的考慮事項
75
+
76
+ ### 依存関係
77
+ - [既存システムとの依存関係]
78
+ - [外部サービスとの依存関係]
79
+
80
+ ### 制約
81
+ - [技術的制約]
82
+ - [リソース制約]
83
+
84
+ ### 仮定
85
+ - [検証が必要な前提条件1]
86
+ - [検証が必要な前提条件2]
87
+
88
+ ### リスクと軽減策
89
+ | リスク | 影響度 | 発生確率 | 軽減策 |
90
+ |--------|--------|----------|--------|
91
+ | [リスク1] | 高/中/低 | 高/中/低 | [対策] |
92
+ | [リスク2] | 高/中/低 | 高/中/低 | [対策] |
93
+
94
+ ## 未確定事項
95
+
96
+ - [ ] [質問1]: [選択肢や影響の説明]
97
+ - [ ] [質問2]: [選択肢や影響の説明]
98
+
99
+ *このセクションが空になるまでユーザーと対話し、確定後に削除する*
100
+
101
+ ## 付録
102
+
103
+ ### 参考資料
104
+ - [関連ドキュメント1]
105
+ - [関連ドキュメント2]
106
+
107
+ ### 用語集
108
+ - **用語1**: [定義]
109
+ - **用語2**: [定義]