musubi-sdd 6.3.0 → 6.3.1

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 (44) hide show
  1. package/README.ja.md +41 -2
  2. package/README.md +41 -2
  3. package/bin/musubi-init.js +2 -0
  4. package/package.json +1 -1
  5. package/src/generators/design.js +6 -1
  6. package/src/templates/agents/claude-code/CLAUDE.md +2 -2
  7. package/src/templates/agents/claude-code/commands/sdd-change-init.md +1 -1
  8. package/src/templates/agents/claude-code/commands/sdd-design.md +8 -8
  9. package/src/templates/agents/claude-code/commands/sdd-implement.md +4 -4
  10. package/src/templates/agents/claude-code/commands/sdd-tasks.md +7 -7
  11. package/src/templates/agents/claude-code/commands/sdd-validate.md +2 -2
  12. package/src/templates/agents/claude-code/skills/steering/auto-update-rules.md +1 -1
  13. package/src/templates/agents/claude-code/skills/traceability-auditor/SKILL.md +2 -2
  14. package/src/templates/agents/claude-code/skills/traceability-auditor/coverage-matrix-template.md +2 -2
  15. package/src/templates/agents/claude-code/skills/traceability-auditor/gap-detection-rules.md +1 -1
  16. package/src/templates/agents/codex/commands/sdd-change-init.md +1 -1
  17. package/src/templates/agents/codex/commands/sdd-design.md +8 -8
  18. package/src/templates/agents/codex/commands/sdd-implement.md +4 -4
  19. package/src/templates/agents/codex/commands/sdd-tasks.md +7 -7
  20. package/src/templates/agents/codex/commands/sdd-validate.md +2 -2
  21. package/src/templates/agents/cursor/commands/sdd-change-init.md +1 -1
  22. package/src/templates/agents/cursor/commands/sdd-design.md +8 -8
  23. package/src/templates/agents/cursor/commands/sdd-implement.md +4 -4
  24. package/src/templates/agents/cursor/commands/sdd-tasks.md +7 -7
  25. package/src/templates/agents/cursor/commands/sdd-validate.md +2 -2
  26. package/src/templates/agents/gemini-cli/commands/sdd-design.toml +2 -2
  27. package/src/templates/agents/gemini-cli/commands/sdd-implement.toml +2 -2
  28. package/src/templates/agents/gemini-cli/commands/sdd-tasks.toml +3 -3
  29. package/src/templates/agents/gemini-cli/commands/sdd-validate.toml +2 -2
  30. package/src/templates/agents/github-copilot/commands/sdd-change-init.prompt.md +1 -1
  31. package/src/templates/agents/github-copilot/commands/sdd-design.prompt.md +8 -8
  32. package/src/templates/agents/github-copilot/commands/sdd-implement.prompt.md +4 -4
  33. package/src/templates/agents/github-copilot/commands/sdd-tasks.prompt.md +7 -7
  34. package/src/templates/agents/github-copilot/commands/sdd-validate.prompt.md +2 -2
  35. package/src/templates/agents/qwen-code/commands/sdd-change-init.md +1 -1
  36. package/src/templates/agents/qwen-code/commands/sdd-design.md +8 -8
  37. package/src/templates/agents/qwen-code/commands/sdd-implement.md +4 -4
  38. package/src/templates/agents/qwen-code/commands/sdd-tasks.md +7 -7
  39. package/src/templates/agents/qwen-code/commands/sdd-validate.md +2 -2
  40. package/src/templates/agents/windsurf/commands/sdd-change-init.md +1 -1
  41. package/src/templates/agents/windsurf/commands/sdd-design.md +8 -8
  42. package/src/templates/agents/windsurf/commands/sdd-implement.md +4 -4
  43. package/src/templates/agents/windsurf/commands/sdd-tasks.md +7 -7
  44. package/src/templates/agents/windsurf/commands/sdd-validate.md +2 -2
package/README.ja.md CHANGED
@@ -71,6 +71,45 @@ musubi init --windsurf # Windsurf IDE
71
71
 
72
72
  ---
73
73
 
74
+ ## 📊 v6.3.0 の新機能
75
+
76
+ ### SDD ドキュメントパス統一 📂
77
+
78
+ ドキュメント種別の完全な分離による整理と明確化。
79
+
80
+ #### ストレージ構造
81
+
82
+ | ドキュメント種別 | 保存先 | ファイル名パターン |
83
+ |----------------|--------|-------------------|
84
+ | **要件定義書** | `storage/specs/` | `{feature}-requirements.md` |
85
+ | **設計書** | `storage/design/` | `{feature}-design.md` |
86
+ | **タスク** | `storage/tasks/` | `{feature}-tasks.md` |
87
+ | **検証レポート** | `storage/validation/` | `{feature}-validation-report.md` |
88
+
89
+ ```
90
+ storage/
91
+ ├── specs/ # 要件定義書のみ
92
+ │ └── auth-requirements.md
93
+ ├── design/ # 設計書のみ
94
+ │ └── auth-design.md
95
+ ├── tasks/ # タスクのみ
96
+ │ └── auth-tasks.md
97
+ └── validation/ # 検証レポート
98
+ └── auth-validation-report.md
99
+ ```
100
+
101
+ #### 全7エージェントプラットフォーム更新
102
+
103
+ 全プロンプト・テンプレートを正しい保存先パスに更新:
104
+ - Claude Code, GitHub Copilot, Cursor, Gemini CLI, Codex CLI, Qwen Code, Windsurf
105
+
106
+ #### テスト結果
107
+
108
+ - **単体テスト**: 4,827件パス ✅
109
+ - **統合テスト**: 660件パス ✅
110
+
111
+ ---
112
+
74
113
  ## 📊 v6.2.0 の新機能
75
114
 
76
115
  ### Review Gate Engine 🛡️
@@ -907,8 +946,8 @@ AND システムSHALLセッションを作成する。
907
946
  **仕様**:
908
947
 
909
948
  - `storage/specs/auth-requirements.md` + `storage/specs/auth-requirements.ja.md`
910
- - `storage/specs/auth-design.md` + `storage/specs/auth-design.ja.md`
911
- - `storage/specs/auth-tasks.md` + `storage/specs/auth-tasks.ja.md`
949
+ - `storage/design/auth-design.md` + `storage/design/auth-design.ja.md`
950
+ - `storage/tasks/auth-tasks.md` + `storage/tasks/auth-tasks.ja.md`
912
951
 
913
952
  ### 生成順序
914
953
 
package/README.md CHANGED
@@ -71,6 +71,45 @@ musubi init --windsurf # Windsurf IDE
71
71
 
72
72
  ---
73
73
 
74
+ ## 📊 What's New in v6.3.0
75
+
76
+ ### SDD Document Path Unification 📂
77
+
78
+ Complete separation of document types for better organization and clarity.
79
+
80
+ #### Storage Structure
81
+
82
+ | Document Type | Storage Path | Naming Pattern |
83
+ |---------------|--------------|----------------|
84
+ | **Requirements** | `storage/specs/` | `{feature}-requirements.md` |
85
+ | **Design** | `storage/design/` | `{feature}-design.md` |
86
+ | **Tasks** | `storage/tasks/` | `{feature}-tasks.md` |
87
+ | **Validation** | `storage/validation/` | `{feature}-validation-report.md` |
88
+
89
+ ```
90
+ storage/
91
+ ├── specs/ # Requirements only
92
+ │ └── auth-requirements.md
93
+ ├── design/ # Design documents only
94
+ │ └── auth-design.md
95
+ ├── tasks/ # Tasks only
96
+ │ └── auth-tasks.md
97
+ └── validation/ # Validation reports
98
+ └── auth-validation-report.md
99
+ ```
100
+
101
+ #### Updated All 7 Agent Platforms
102
+
103
+ All prompts and templates updated with correct storage paths:
104
+ - Claude Code, GitHub Copilot, Cursor, Gemini CLI, Codex CLI, Qwen Code, Windsurf
105
+
106
+ #### Test Results
107
+
108
+ - **Unit Tests**: 4,827 passing ✅
109
+ - **Integration Tests**: 660 passing ✅
110
+
111
+ ---
112
+
74
113
  ## 📊 What's New in v6.2.0
75
114
 
76
115
  ### Review Gate Engine 🛡️
@@ -1187,8 +1226,8 @@ AND the system SHALL create a session.
1187
1226
  **Specifications**:
1188
1227
 
1189
1228
  - `storage/specs/auth-requirements.md` + `storage/specs/auth-requirements.ja.md`
1190
- - `storage/specs/auth-design.md` + `storage/specs/auth-design.ja.md`
1191
- - `storage/specs/auth-tasks.md` + `storage/specs/auth-tasks.ja.md`
1229
+ - `storage/design/auth-design.md` + `storage/design/auth-design.ja.md`
1230
+ - `storage/tasks/auth-tasks.md` + `storage/tasks/auth-tasks.ja.md`
1192
1231
 
1193
1232
  ### Generation Order
1194
1233
 
@@ -403,6 +403,8 @@ async function main(agent, agentKey, options = {}) {
403
403
  'steering/rules',
404
404
  'templates',
405
405
  'storage/specs',
406
+ 'storage/design',
407
+ 'storage/tasks',
406
408
  'storage/changes',
407
409
  'storage/archive',
408
410
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubi-sdd",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "Ultimate Specification Driven Development Tool with 27 Agents for 7 AI Coding Platforms + MCP Integration (Claude Code, GitHub Copilot, Cursor, Gemini CLI, Windsurf, Codex, Qwen Code)",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -90,7 +90,12 @@ class DesignGenerator {
90
90
  * @returns {Promise<string[]>} List of design file paths
91
91
  */
92
92
  async findDesignFiles() {
93
- const patterns = ['storage/design/**/*.md', 'storage/design/*.md', 'design/**/*.md', 'design/*.md'];
93
+ const patterns = [
94
+ 'storage/design/**/*.md',
95
+ 'storage/design/*.md',
96
+ 'design/**/*.md',
97
+ 'design/*.md',
98
+ ];
94
99
 
95
100
  const files = [];
96
101
  for (const pattern of patterns) {
@@ -162,8 +162,8 @@ MUSUBI enforces 9 immutable constitutional articles:
162
162
  **Specifications**:
163
163
 
164
164
  - `storage/specs/[feature]-requirements.md` + `.ja.md`
165
- - `storage/specs/[feature]-design.md` + `.ja.md`
166
- - `storage/specs/[feature]-tasks.md` + `.ja.md`
165
+ - `storage/design/[feature]-design.md` + `.ja.md`
166
+ - `storage/tasks/[feature]-tasks.md` + `.ja.md`
167
167
 
168
168
  ## Quick Start
169
169
 
@@ -334,7 +334,7 @@ Use template from `templates/change-proposal.md`:
334
334
  ### References
335
335
 
336
336
  - Original requirements: `storage/specs/{{feature}}-requirements.md`
337
- - Current design: `storage/specs/{{feature}}-design.md`
337
+ - Current design: `storage/design/{{feature}}-design.md`
338
338
  - Related issues: #123, #456
339
339
 
340
340
  ### Change History
@@ -531,10 +531,10 @@ Document ADRs for:
531
531
  **IMPORTANT**: Create BOTH English and Japanese versions.
532
532
 
533
533
  **English version (Primary/Reference)**:
534
- `storage/specs/{{feature-name}}-design.md`
534
+ `storage/design/{{feature-name}}-design.md`
535
535
 
536
536
  **Japanese version (Translation)**:
537
- `storage/specs/{{feature-name}}-design.ja.md`
537
+ `storage/design/{{feature-name}}-design.ja.md`
538
538
 
539
539
  **File Naming**:
540
540
 
@@ -545,10 +545,10 @@ Document ADRs for:
545
545
 
546
546
  **Examples**:
547
547
 
548
- - `storage/specs/authentication-design.md` (English)
549
- - `storage/specs/authentication-design.ja.md` (Japanese)
550
- - `storage/specs/payment-processing-design.md` (English)
551
- - `storage/specs/payment-processing-design.ja.md` (Japanese)
548
+ - `storage/design/authentication-design.md` (English)
549
+ - `storage/design/authentication-design.ja.md` (Japanese)
550
+ - `storage/design/payment-processing-design.md` (English)
551
+ - `storage/design/payment-processing-design.ja.md` (Japanese)
552
552
 
553
553
  **Generation Order**:
554
554
 
@@ -565,7 +565,7 @@ Document ADRs for:
565
565
  Run constitutional validation:
566
566
 
567
567
  ```bash
568
- @constitution-enforcer validate storage/specs/{{feature-name}}-design.md
568
+ @constitution-enforcer validate storage/design/{{feature-name}}-design.md
569
569
  ```
570
570
 
571
571
  **Checks**:
@@ -584,7 +584,7 @@ Run constitutional validation:
584
584
  ## ✅ Technical Design Complete
585
585
 
586
586
  **Feature**: {{FEATURE_NAME}}
587
- **File**: storage/specs/{{feature-name}}-design.md
587
+ **File**: storage/design/{{feature-name}}-design.md
588
588
 
589
589
  ### Architecture Summary:
590
590
 
@@ -32,10 +32,10 @@ Implement the feature by executing tasks from the task breakdown document, follo
32
32
 
33
33
  ```bash
34
34
  # Task Breakdown (English version)
35
- storage/specs/{{feature-name}}-tasks.md
35
+ storage/tasks/{{feature-name}}-tasks.md
36
36
 
37
37
  # Design (English version)
38
- storage/specs/{{feature-name}}-design.md
38
+ storage/design/{{feature-name}}-design.md
39
39
 
40
40
  # Requirements (English version)
41
41
  storage/specs/{{feature-name}}-requirements.md
@@ -57,7 +57,7 @@ steering/product.md
57
57
  ```markdown
58
58
  ❌ **Error**: Task breakdown not found
59
59
 
60
- Expected: storage/specs/{{feature-name}}-tasks.md
60
+ Expected: storage/tasks/{{feature-name}}-tasks.md
61
61
 
62
62
  Please run `/sdd-tasks {{feature-name}}` first.
63
63
 
@@ -69,7 +69,7 @@ Implementation requires task breakdown.
69
69
  ```markdown
70
70
  ❌ **Error**: Design document not found
71
71
 
72
- Expected: storage/specs/{{feature-name}}-design.md
72
+ Expected: storage/design/{{feature-name}}-design.md
73
73
 
74
74
  Implementation requires design document.
75
75
  ```
@@ -30,7 +30,7 @@ Generate a comprehensive task breakdown that transforms the design into actionab
30
30
 
31
31
  ```bash
32
32
  # Design and Requirements
33
- storage/specs/{{feature-name}}-design.md
33
+ storage/design/{{feature-name}}-design.md
34
34
  storage/specs/{{feature-name}}-requirements.md
35
35
 
36
36
  # Steering Context
@@ -48,7 +48,7 @@ steering/product.md
48
48
  ```markdown
49
49
  ❌ **Error**: Design document not found
50
50
 
51
- Expected: storage/specs/{{feature-name}}-design.md
51
+ Expected: storage/design/{{feature-name}}-design.md
52
52
 
53
53
  Please run `/sdd-design {{feature-name}}` first.
54
54
 
@@ -487,10 +487,10 @@ Before marking feature complete, verify:
487
487
  **IMPORTANT**: Create BOTH English and Japanese versions.
488
488
 
489
489
  **English version (Primary/Reference)**:
490
- `storage/specs/{{feature-name}}-tasks.md`
490
+ `storage/tasks/{{feature-name}}-tasks.md`
491
491
 
492
492
  **Japanese version (Translation)**:
493
- `storage/specs/{{feature-name}}-tasks.ja.md`
493
+ `storage/tasks/{{feature-name}}-tasks.ja.md`
494
494
 
495
495
  **File Naming**:
496
496
  - Match requirements and design files
@@ -512,8 +512,8 @@ Before marking feature complete, verify:
512
512
 
513
513
  **Feature**: {{FEATURE_NAME}}
514
514
  **Files**:
515
- - English: storage/specs/{{feature-name}}-tasks.md
516
- - Japanese: storage/specs/{{feature-name}}-tasks.ja.md
515
+ - English: storage/tasks/{{feature-name}}-tasks.md
516
+ - Japanese: storage/tasks/{{feature-name}}-tasks.ja.md
517
517
 
518
518
  ### Summary:
519
519
  - **Total Tasks**: [N]
@@ -597,7 +597,7 @@ Before completing:
597
597
  ```markdown
598
598
  ❌ **Error**: Design document not found
599
599
 
600
- Expected: storage/specs/{{feature-name}}-design.md
600
+ Expected: storage/design/{{feature-name}}-design.md
601
601
 
602
602
  Please run `/sdd-design {{feature-name}}` first.
603
603
  ```
@@ -37,8 +37,8 @@ Perform comprehensive validation of the feature implementation against:
37
37
  ```bash
38
38
  # Requirements and Design (English versions)
39
39
  storage/specs/{{feature-name}}-requirements.md
40
- storage/specs/{{feature-name}}-design.md
41
- storage/specs/{{feature-name}}-tasks.md
40
+ storage/design/{{feature-name}}-design.md
41
+ storage/tasks/{{feature-name}}-tasks.md
42
42
 
43
43
  # Steering Context (English versions)
44
44
  steering/structure.md
@@ -154,7 +154,7 @@ git diff --name-only --diff-filter=A | grep "requirements\.md"
154
154
 
155
155
  ### memories/architecture_decisions.md
156
156
 
157
- **Trigger**: New ADR created in `storage/specs/*/design.md`
157
+ **Trigger**: New ADR created in `storage/design/*-design.md`
158
158
 
159
159
  **Action**:
160
160
 
@@ -102,8 +102,8 @@ Test Suite (tests/auth/service.test.ts)
102
102
  ### Phase 1: Collect Artifacts
103
103
 
104
104
  1. Read `storage/specs/[feature]-requirements.md`
105
- 2. Read `storage/specs/[feature]-design.md`
106
- 3. Read `storage/specs/[feature]-tasks.md`
105
+ 2. Read `storage/design/[feature]-design.md`
106
+ 3. Read `storage/tasks/[feature]-tasks.md`
107
107
  4. Scan source code for implementation
108
108
  5. Scan test files for test cases
109
109
 
@@ -100,8 +100,8 @@ def generate_traceability_matrix(feature_name):
100
100
  """Generate traceability matrix for a feature."""
101
101
 
102
102
  requirements = parse_requirements(f"storage/specs/{feature_name}-requirements.md")
103
- design = parse_design(f"storage/specs/{feature_name}-design.md")
104
- tasks = parse_tasks(f"storage/specs/{feature_name}-tasks.md")
103
+ design = parse_design(f"storage/design/{feature_name}-design.md")
104
+ tasks = parse_tasks(f"storage/tasks/{feature_name}-tasks.md")
105
105
  code_files = find_code_files(f"src/{feature_name}/")
106
106
  test_files = find_test_files(f"tests/{feature_name}/")
107
107
 
@@ -95,7 +95,7 @@ for ref in all_references:
95
95
  # find-orphaned-requirements.sh
96
96
 
97
97
  REQ_FILE="storage/specs/$1-requirements.md"
98
- DESIGN_FILE="storage/specs/$1-design.md"
98
+ DESIGN_FILE="storage/design/$1-design.md"
99
99
 
100
100
  # Extract requirement IDs
101
101
  grep -oP 'REQ-[\w-]+' "$REQ_FILE" | sort -u > /tmp/reqs.txt
@@ -334,7 +334,7 @@ Use template from `templates/change-proposal.md`:
334
334
  ### References
335
335
 
336
336
  - Original requirements: `storage/specs/{{feature}}-requirements.md`
337
- - Current design: `storage/specs/{{feature}}-design.md`
337
+ - Current design: `storage/design/{{feature}}-design.md`
338
338
  - Related issues: #123, #456
339
339
 
340
340
  ### Change History
@@ -531,10 +531,10 @@ Document ADRs for:
531
531
  **IMPORTANT**: Create BOTH English and Japanese versions.
532
532
 
533
533
  **English version (Primary/Reference)**:
534
- `storage/specs/{{feature-name}}-design.md`
534
+ `storage/design/{{feature-name}}-design.md`
535
535
 
536
536
  **Japanese version (Translation)**:
537
- `storage/specs/{{feature-name}}-design.ja.md`
537
+ `storage/design/{{feature-name}}-design.ja.md`
538
538
 
539
539
  **File Naming**:
540
540
 
@@ -545,10 +545,10 @@ Document ADRs for:
545
545
 
546
546
  **Examples**:
547
547
 
548
- - `storage/specs/authentication-design.md` (English)
549
- - `storage/specs/authentication-design.ja.md` (Japanese)
550
- - `storage/specs/payment-processing-design.md` (English)
551
- - `storage/specs/payment-processing-design.ja.md` (Japanese)
548
+ - `storage/design/authentication-design.md` (English)
549
+ - `storage/design/authentication-design.ja.md` (Japanese)
550
+ - `storage/design/payment-processing-design.md` (English)
551
+ - `storage/design/payment-processing-design.ja.md` (Japanese)
552
552
 
553
553
  **Generation Order**:
554
554
 
@@ -565,7 +565,7 @@ Document ADRs for:
565
565
  Run constitutional validation:
566
566
 
567
567
  ```bash
568
- @constitution-enforcer validate storage/specs/{{feature-name}}-design.md
568
+ @constitution-enforcer validate storage/design/{{feature-name}}-design.md
569
569
  ```
570
570
 
571
571
  **Checks**:
@@ -584,7 +584,7 @@ Run constitutional validation:
584
584
  ## ✅ Technical Design Complete
585
585
 
586
586
  **Feature**: {{FEATURE_NAME}}
587
- **File**: storage/specs/{{feature-name}}-design.md
587
+ **File**: storage/design/{{feature-name}}-design.md
588
588
 
589
589
  ### Architecture Summary:
590
590
 
@@ -32,10 +32,10 @@ Implement the feature by executing tasks from the task breakdown document, follo
32
32
 
33
33
  ```bash
34
34
  # Task Breakdown (English version)
35
- storage/specs/{{feature-name}}-tasks.md
35
+ storage/tasks/{{feature-name}}-tasks.md
36
36
 
37
37
  # Design (English version)
38
- storage/specs/{{feature-name}}-design.md
38
+ storage/design/{{feature-name}}-design.md
39
39
 
40
40
  # Requirements (English version)
41
41
  storage/specs/{{feature-name}}-requirements.md
@@ -57,7 +57,7 @@ steering/product.md
57
57
  ```markdown
58
58
  ❌ **Error**: Task breakdown not found
59
59
 
60
- Expected: storage/specs/{{feature-name}}-tasks.md
60
+ Expected: storage/tasks/{{feature-name}}-tasks.md
61
61
 
62
62
  Please run `/sdd-tasks {{feature-name}}` first.
63
63
 
@@ -69,7 +69,7 @@ Implementation requires task breakdown.
69
69
  ```markdown
70
70
  ❌ **Error**: Design document not found
71
71
 
72
- Expected: storage/specs/{{feature-name}}-design.md
72
+ Expected: storage/design/{{feature-name}}-design.md
73
73
 
74
74
  Implementation requires design document.
75
75
  ```
@@ -30,7 +30,7 @@ Generate a comprehensive task breakdown that transforms the design into actionab
30
30
 
31
31
  ```bash
32
32
  # Design and Requirements
33
- storage/specs/{{feature-name}}-design.md
33
+ storage/design/{{feature-name}}-design.md
34
34
  storage/specs/{{feature-name}}-requirements.md
35
35
 
36
36
  # Steering Context
@@ -48,7 +48,7 @@ steering/product.md
48
48
  ```markdown
49
49
  ❌ **Error**: Design document not found
50
50
 
51
- Expected: storage/specs/{{feature-name}}-design.md
51
+ Expected: storage/design/{{feature-name}}-design.md
52
52
 
53
53
  Please run `/sdd-design {{feature-name}}` first.
54
54
 
@@ -487,10 +487,10 @@ Before marking feature complete, verify:
487
487
  **IMPORTANT**: Create BOTH English and Japanese versions.
488
488
 
489
489
  **English version (Primary/Reference)**:
490
- `storage/specs/{{feature-name}}-tasks.md`
490
+ `storage/tasks/{{feature-name}}-tasks.md`
491
491
 
492
492
  **Japanese version (Translation)**:
493
- `storage/specs/{{feature-name}}-tasks.ja.md`
493
+ `storage/tasks/{{feature-name}}-tasks.ja.md`
494
494
 
495
495
  **File Naming**:
496
496
  - Match requirements and design files
@@ -512,8 +512,8 @@ Before marking feature complete, verify:
512
512
 
513
513
  **Feature**: {{FEATURE_NAME}}
514
514
  **Files**:
515
- - English: storage/specs/{{feature-name}}-tasks.md
516
- - Japanese: storage/specs/{{feature-name}}-tasks.ja.md
515
+ - English: storage/tasks/{{feature-name}}-tasks.md
516
+ - Japanese: storage/tasks/{{feature-name}}-tasks.ja.md
517
517
 
518
518
  ### Summary:
519
519
  - **Total Tasks**: [N]
@@ -597,7 +597,7 @@ Before completing:
597
597
  ```markdown
598
598
  ❌ **Error**: Design document not found
599
599
 
600
- Expected: storage/specs/{{feature-name}}-design.md
600
+ Expected: storage/design/{{feature-name}}-design.md
601
601
 
602
602
  Please run `/sdd-design {{feature-name}}` first.
603
603
  ```
@@ -37,8 +37,8 @@ Perform comprehensive validation of the feature implementation against:
37
37
  ```bash
38
38
  # Requirements and Design (English versions)
39
39
  storage/specs/{{feature-name}}-requirements.md
40
- storage/specs/{{feature-name}}-design.md
41
- storage/specs/{{feature-name}}-tasks.md
40
+ storage/design/{{feature-name}}-design.md
41
+ storage/tasks/{{feature-name}}-tasks.md
42
42
 
43
43
  # Steering Context (English versions)
44
44
  steering/structure.md
@@ -334,7 +334,7 @@ Use template from `templates/change-proposal.md`:
334
334
  ### References
335
335
 
336
336
  - Original requirements: `storage/specs/{{feature}}-requirements.md`
337
- - Current design: `storage/specs/{{feature}}-design.md`
337
+ - Current design: `storage/design/{{feature}}-design.md`
338
338
  - Related issues: #123, #456
339
339
 
340
340
  ### Change History
@@ -531,10 +531,10 @@ Document ADRs for:
531
531
  **IMPORTANT**: Create BOTH English and Japanese versions.
532
532
 
533
533
  **English version (Primary/Reference)**:
534
- `storage/specs/{{feature-name}}-design.md`
534
+ `storage/design/{{feature-name}}-design.md`
535
535
 
536
536
  **Japanese version (Translation)**:
537
- `storage/specs/{{feature-name}}-design.ja.md`
537
+ `storage/design/{{feature-name}}-design.ja.md`
538
538
 
539
539
  **File Naming**:
540
540
 
@@ -545,10 +545,10 @@ Document ADRs for:
545
545
 
546
546
  **Examples**:
547
547
 
548
- - `storage/specs/authentication-design.md` (English)
549
- - `storage/specs/authentication-design.ja.md` (Japanese)
550
- - `storage/specs/payment-processing-design.md` (English)
551
- - `storage/specs/payment-processing-design.ja.md` (Japanese)
548
+ - `storage/design/authentication-design.md` (English)
549
+ - `storage/design/authentication-design.ja.md` (Japanese)
550
+ - `storage/design/payment-processing-design.md` (English)
551
+ - `storage/design/payment-processing-design.ja.md` (Japanese)
552
552
 
553
553
  **Generation Order**:
554
554
 
@@ -565,7 +565,7 @@ Document ADRs for:
565
565
  Run constitutional validation:
566
566
 
567
567
  ```bash
568
- @constitution-enforcer validate storage/specs/{{feature-name}}-design.md
568
+ @constitution-enforcer validate storage/design/{{feature-name}}-design.md
569
569
  ```
570
570
 
571
571
  **Checks**:
@@ -584,7 +584,7 @@ Run constitutional validation:
584
584
  ## ✅ Technical Design Complete
585
585
 
586
586
  **Feature**: {{FEATURE_NAME}}
587
- **File**: storage/specs/{{feature-name}}-design.md
587
+ **File**: storage/design/{{feature-name}}-design.md
588
588
 
589
589
  ### Architecture Summary:
590
590
 
@@ -32,10 +32,10 @@ Implement the feature by executing tasks from the task breakdown document, follo
32
32
 
33
33
  ```bash
34
34
  # Task Breakdown (English version)
35
- storage/specs/{{feature-name}}-tasks.md
35
+ storage/tasks/{{feature-name}}-tasks.md
36
36
 
37
37
  # Design (English version)
38
- storage/specs/{{feature-name}}-design.md
38
+ storage/design/{{feature-name}}-design.md
39
39
 
40
40
  # Requirements (English version)
41
41
  storage/specs/{{feature-name}}-requirements.md
@@ -57,7 +57,7 @@ steering/product.md
57
57
  ```markdown
58
58
  ❌ **Error**: Task breakdown not found
59
59
 
60
- Expected: storage/specs/{{feature-name}}-tasks.md
60
+ Expected: storage/tasks/{{feature-name}}-tasks.md
61
61
 
62
62
  Please run `/sdd-tasks {{feature-name}}` first.
63
63
 
@@ -69,7 +69,7 @@ Implementation requires task breakdown.
69
69
  ```markdown
70
70
  ❌ **Error**: Design document not found
71
71
 
72
- Expected: storage/specs/{{feature-name}}-design.md
72
+ Expected: storage/design/{{feature-name}}-design.md
73
73
 
74
74
  Implementation requires design document.
75
75
  ```
@@ -30,7 +30,7 @@ Generate a comprehensive task breakdown that transforms the design into actionab
30
30
 
31
31
  ```bash
32
32
  # Design and Requirements
33
- storage/specs/{{feature-name}}-design.md
33
+ storage/design/{{feature-name}}-design.md
34
34
  storage/specs/{{feature-name}}-requirements.md
35
35
 
36
36
  # Steering Context
@@ -48,7 +48,7 @@ steering/product.md
48
48
  ```markdown
49
49
  ❌ **Error**: Design document not found
50
50
 
51
- Expected: storage/specs/{{feature-name}}-design.md
51
+ Expected: storage/design/{{feature-name}}-design.md
52
52
 
53
53
  Please run `/sdd-design {{feature-name}}` first.
54
54
 
@@ -487,10 +487,10 @@ Before marking feature complete, verify:
487
487
  **IMPORTANT**: Create BOTH English and Japanese versions.
488
488
 
489
489
  **English version (Primary/Reference)**:
490
- `storage/specs/{{feature-name}}-tasks.md`
490
+ `storage/tasks/{{feature-name}}-tasks.md`
491
491
 
492
492
  **Japanese version (Translation)**:
493
- `storage/specs/{{feature-name}}-tasks.ja.md`
493
+ `storage/tasks/{{feature-name}}-tasks.ja.md`
494
494
 
495
495
  **File Naming**:
496
496
  - Match requirements and design files
@@ -512,8 +512,8 @@ Before marking feature complete, verify:
512
512
 
513
513
  **Feature**: {{FEATURE_NAME}}
514
514
  **Files**:
515
- - English: storage/specs/{{feature-name}}-tasks.md
516
- - Japanese: storage/specs/{{feature-name}}-tasks.ja.md
515
+ - English: storage/tasks/{{feature-name}}-tasks.md
516
+ - Japanese: storage/tasks/{{feature-name}}-tasks.ja.md
517
517
 
518
518
  ### Summary:
519
519
  - **Total Tasks**: [N]
@@ -597,7 +597,7 @@ Before completing:
597
597
  ```markdown
598
598
  ❌ **Error**: Design document not found
599
599
 
600
- Expected: storage/specs/{{feature-name}}-design.md
600
+ Expected: storage/design/{{feature-name}}-design.md
601
601
 
602
602
  Please run `/sdd-design {{feature-name}}` first.
603
603
  ```
@@ -37,8 +37,8 @@ Perform comprehensive validation of the feature implementation against:
37
37
  ```bash
38
38
  # Requirements and Design (English versions)
39
39
  storage/specs/{{feature-name}}-requirements.md
40
- storage/specs/{{feature-name}}-design.md
41
- storage/specs/{{feature-name}}-tasks.md
40
+ storage/design/{{feature-name}}-design.md
41
+ storage/tasks/{{feature-name}}-tasks.md
42
42
 
43
43
  # Steering Context (English versions)
44
44
  steering/structure.md
@@ -291,10 +291,10 @@ Verify alignment with Constitutional Articles:
291
291
  **IMPORTANT**: Create BOTH English and Japanese versions.
292
292
 
293
293
  **English version (Primary/Reference)**:
294
- Save to: `storage/specs/{{feature-name}}-design.md`
294
+ Save to: `storage/design/{{feature-name}}-design.md`
295
295
 
296
296
  **Japanese version (Translation)**:
297
- Save to: `storage/specs/{{feature-name}}-design.ja.md`
297
+ Save to: `storage/design/{{feature-name}}-design.ja.md`
298
298
 
299
299
  Translation rules:
300
300
  - Keep technical terms in English (API, JWT, bcrypt, etc.)
@@ -29,10 +29,10 @@ Implement the feature by executing tasks in the task breakdown document, followi
29
29
  - `storage/specs/{{feature-name}}-requirements.md`
30
30
 
31
31
  3. **Design**:
32
- - `storage/specs/{{feature-name}}-design.md`
32
+ - `storage/design/{{feature-name}}-design.md`
33
33
 
34
34
  4. **Tasks**:
35
- - `storage/specs/{{feature-name}}-tasks.md`
35
+ - `storage/tasks/{{feature-name}}-tasks.md`
36
36
 
37
37
  **Note**: Always read English versions (.md), not Japanese translations (.ja.md)
38
38
 
@@ -28,7 +28,7 @@ Create a detailed implementation task breakdown following test-first development
28
28
  - `storage/specs/{{feature-name}}-requirements.md`
29
29
 
30
30
  3. **Design**:
31
- - `storage/specs/{{feature-name}}-design.md`
31
+ - `storage/design/{{feature-name}}-design.md`
32
32
 
33
33
  **Note**: Always read English versions (.md), not Japanese translations (.ja.md)
34
34
 
@@ -390,10 +390,10 @@ TASK-002 (Env Config) ──> All tasks
390
390
  **IMPORTANT**: Create BOTH English and Japanese versions.
391
391
 
392
392
  **English version (Primary/Reference)**:
393
- Save to: `storage/specs/{{feature-name}}-tasks.md`
393
+ Save to: `storage/tasks/{{feature-name}}-tasks.md`
394
394
 
395
395
  **Japanese version (Translation)**:
396
- Save to: `storage/specs/{{feature-name}}-tasks.ja.md`
396
+ Save to: `storage/tasks/{{feature-name}}-tasks.ja.md`
397
397
 
398
398
  Translation rules:
399
399
  - Keep task IDs in English (TASK-001)
@@ -29,8 +29,8 @@ Validate that the implementation follows all Constitutional Articles and meets r
29
29
 
30
30
  3. **Feature Documentation**:
31
31
  - `storage/specs/{{feature-name}}-requirements.md`
32
- - `storage/specs/{{feature-name}}-design.md`
33
- - `storage/specs/{{feature-name}}-tasks.md`
32
+ - `storage/design/{{feature-name}}-design.md`
33
+ - `storage/tasks/{{feature-name}}-tasks.md`
34
34
 
35
35
  4. **Implementation**:
36
36
  - Read lib/{{feature-name}}/ directory
@@ -334,7 +334,7 @@ Use template from `templates/change-proposal.md`:
334
334
  ### References
335
335
 
336
336
  - Original requirements: `storage/specs/{{feature}}-requirements.md`
337
- - Current design: `storage/specs/{{feature}}-design.md`
337
+ - Current design: `storage/design/{{feature}}-design.md`
338
338
  - Related issues: #123, #456
339
339
 
340
340
  ### Change History
@@ -531,10 +531,10 @@ Document ADRs for:
531
531
  **IMPORTANT**: Create BOTH English and Japanese versions.
532
532
 
533
533
  **English version (Primary/Reference)**:
534
- `storage/specs/{{feature-name}}-design.md`
534
+ `storage/design/{{feature-name}}-design.md`
535
535
 
536
536
  **Japanese version (Translation)**:
537
- `storage/specs/{{feature-name}}-design.ja.md`
537
+ `storage/design/{{feature-name}}-design.ja.md`
538
538
 
539
539
  **File Naming**:
540
540
 
@@ -545,10 +545,10 @@ Document ADRs for:
545
545
 
546
546
  **Examples**:
547
547
 
548
- - `storage/specs/authentication-design.md` (English)
549
- - `storage/specs/authentication-design.ja.md` (Japanese)
550
- - `storage/specs/payment-processing-design.md` (English)
551
- - `storage/specs/payment-processing-design.ja.md` (Japanese)
548
+ - `storage/design/authentication-design.md` (English)
549
+ - `storage/design/authentication-design.ja.md` (Japanese)
550
+ - `storage/design/payment-processing-design.md` (English)
551
+ - `storage/design/payment-processing-design.ja.md` (Japanese)
552
552
 
553
553
  **Generation Order**:
554
554
 
@@ -565,7 +565,7 @@ Document ADRs for:
565
565
  Run constitutional validation:
566
566
 
567
567
  ```bash
568
- @constitution-enforcer validate storage/specs/{{feature-name}}-design.md
568
+ @constitution-enforcer validate storage/design/{{feature-name}}-design.md
569
569
  ```
570
570
 
571
571
  **Checks**:
@@ -584,7 +584,7 @@ Run constitutional validation:
584
584
  ## ✅ Technical Design Complete
585
585
 
586
586
  **Feature**: {{FEATURE_NAME}}
587
- **File**: storage/specs/{{feature-name}}-design.md
587
+ **File**: storage/design/{{feature-name}}-design.md
588
588
 
589
589
  ### Architecture Summary:
590
590
 
@@ -32,10 +32,10 @@ Implement the feature by executing tasks from the task breakdown document, follo
32
32
 
33
33
  ```bash
34
34
  # Task Breakdown (English version)
35
- storage/specs/{{feature-name}}-tasks.md
35
+ storage/tasks/{{feature-name}}-tasks.md
36
36
 
37
37
  # Design (English version)
38
- storage/specs/{{feature-name}}-design.md
38
+ storage/design/{{feature-name}}-design.md
39
39
 
40
40
  # Requirements (English version)
41
41
  storage/specs/{{feature-name}}-requirements.md
@@ -57,7 +57,7 @@ steering/product.md
57
57
  ```markdown
58
58
  ❌ **Error**: Task breakdown not found
59
59
 
60
- Expected: storage/specs/{{feature-name}}-tasks.md
60
+ Expected: storage/tasks/{{feature-name}}-tasks.md
61
61
 
62
62
  Please run `/sdd-tasks {{feature-name}}` first.
63
63
 
@@ -69,7 +69,7 @@ Implementation requires task breakdown.
69
69
  ```markdown
70
70
  ❌ **Error**: Design document not found
71
71
 
72
- Expected: storage/specs/{{feature-name}}-design.md
72
+ Expected: storage/design/{{feature-name}}-design.md
73
73
 
74
74
  Implementation requires design document.
75
75
  ```
@@ -30,7 +30,7 @@ Generate a comprehensive task breakdown that transforms the design into actionab
30
30
 
31
31
  ```bash
32
32
  # Design and Requirements
33
- storage/specs/{{feature-name}}-design.md
33
+ storage/design/{{feature-name}}-design.md
34
34
  storage/specs/{{feature-name}}-requirements.md
35
35
 
36
36
  # Steering Context
@@ -48,7 +48,7 @@ steering/product.md
48
48
  ```markdown
49
49
  ❌ **Error**: Design document not found
50
50
 
51
- Expected: storage/specs/{{feature-name}}-design.md
51
+ Expected: storage/design/{{feature-name}}-design.md
52
52
 
53
53
  Please run `/sdd-design {{feature-name}}` first.
54
54
 
@@ -487,10 +487,10 @@ Before marking feature complete, verify:
487
487
  **IMPORTANT**: Create BOTH English and Japanese versions.
488
488
 
489
489
  **English version (Primary/Reference)**:
490
- `storage/specs/{{feature-name}}-tasks.md`
490
+ `storage/tasks/{{feature-name}}-tasks.md`
491
491
 
492
492
  **Japanese version (Translation)**:
493
- `storage/specs/{{feature-name}}-tasks.ja.md`
493
+ `storage/tasks/{{feature-name}}-tasks.ja.md`
494
494
 
495
495
  **File Naming**:
496
496
  - Match requirements and design files
@@ -512,8 +512,8 @@ Before marking feature complete, verify:
512
512
 
513
513
  **Feature**: {{FEATURE_NAME}}
514
514
  **Files**:
515
- - English: storage/specs/{{feature-name}}-tasks.md
516
- - Japanese: storage/specs/{{feature-name}}-tasks.ja.md
515
+ - English: storage/tasks/{{feature-name}}-tasks.md
516
+ - Japanese: storage/tasks/{{feature-name}}-tasks.ja.md
517
517
 
518
518
  ### Summary:
519
519
  - **Total Tasks**: [N]
@@ -597,7 +597,7 @@ Before completing:
597
597
  ```markdown
598
598
  ❌ **Error**: Design document not found
599
599
 
600
- Expected: storage/specs/{{feature-name}}-design.md
600
+ Expected: storage/design/{{feature-name}}-design.md
601
601
 
602
602
  Please run `/sdd-design {{feature-name}}` first.
603
603
  ```
@@ -37,8 +37,8 @@ Perform comprehensive validation of the feature implementation against:
37
37
  ```bash
38
38
  # Requirements and Design (English versions)
39
39
  storage/specs/{{feature-name}}-requirements.md
40
- storage/specs/{{feature-name}}-design.md
41
- storage/specs/{{feature-name}}-tasks.md
40
+ storage/design/{{feature-name}}-design.md
41
+ storage/tasks/{{feature-name}}-tasks.md
42
42
 
43
43
  # Steering Context (English versions)
44
44
  steering/structure.md
@@ -334,7 +334,7 @@ Use template from `templates/change-proposal.md`:
334
334
  ### References
335
335
 
336
336
  - Original requirements: `storage/specs/{{feature}}-requirements.md`
337
- - Current design: `storage/specs/{{feature}}-design.md`
337
+ - Current design: `storage/design/{{feature}}-design.md`
338
338
  - Related issues: #123, #456
339
339
 
340
340
  ### Change History
@@ -531,10 +531,10 @@ Document ADRs for:
531
531
  **IMPORTANT**: Create BOTH English and Japanese versions.
532
532
 
533
533
  **English version (Primary/Reference)**:
534
- `storage/specs/{{feature-name}}-design.md`
534
+ `storage/design/{{feature-name}}-design.md`
535
535
 
536
536
  **Japanese version (Translation)**:
537
- `storage/specs/{{feature-name}}-design.ja.md`
537
+ `storage/design/{{feature-name}}-design.ja.md`
538
538
 
539
539
  **File Naming**:
540
540
 
@@ -545,10 +545,10 @@ Document ADRs for:
545
545
 
546
546
  **Examples**:
547
547
 
548
- - `storage/specs/authentication-design.md` (English)
549
- - `storage/specs/authentication-design.ja.md` (Japanese)
550
- - `storage/specs/payment-processing-design.md` (English)
551
- - `storage/specs/payment-processing-design.ja.md` (Japanese)
548
+ - `storage/design/authentication-design.md` (English)
549
+ - `storage/design/authentication-design.ja.md` (Japanese)
550
+ - `storage/design/payment-processing-design.md` (English)
551
+ - `storage/design/payment-processing-design.ja.md` (Japanese)
552
552
 
553
553
  **Generation Order**:
554
554
 
@@ -565,7 +565,7 @@ Document ADRs for:
565
565
  Run constitutional validation:
566
566
 
567
567
  ```bash
568
- @constitution-enforcer validate storage/specs/{{feature-name}}-design.md
568
+ @constitution-enforcer validate storage/design/{{feature-name}}-design.md
569
569
  ```
570
570
 
571
571
  **Checks**:
@@ -584,7 +584,7 @@ Run constitutional validation:
584
584
  ## ✅ Technical Design Complete
585
585
 
586
586
  **Feature**: {{FEATURE_NAME}}
587
- **File**: storage/specs/{{feature-name}}-design.md
587
+ **File**: storage/design/{{feature-name}}-design.md
588
588
 
589
589
  ### Architecture Summary:
590
590
 
@@ -32,10 +32,10 @@ Implement the feature by executing tasks from the task breakdown document, follo
32
32
 
33
33
  ```bash
34
34
  # Task Breakdown (English version)
35
- storage/specs/{{feature-name}}-tasks.md
35
+ storage/tasks/{{feature-name}}-tasks.md
36
36
 
37
37
  # Design (English version)
38
- storage/specs/{{feature-name}}-design.md
38
+ storage/design/{{feature-name}}-design.md
39
39
 
40
40
  # Requirements (English version)
41
41
  storage/specs/{{feature-name}}-requirements.md
@@ -57,7 +57,7 @@ steering/product.md
57
57
  ```markdown
58
58
  ❌ **Error**: Task breakdown not found
59
59
 
60
- Expected: storage/specs/{{feature-name}}-tasks.md
60
+ Expected: storage/tasks/{{feature-name}}-tasks.md
61
61
 
62
62
  Please run `/sdd-tasks {{feature-name}}` first.
63
63
 
@@ -69,7 +69,7 @@ Implementation requires task breakdown.
69
69
  ```markdown
70
70
  ❌ **Error**: Design document not found
71
71
 
72
- Expected: storage/specs/{{feature-name}}-design.md
72
+ Expected: storage/design/{{feature-name}}-design.md
73
73
 
74
74
  Implementation requires design document.
75
75
  ```
@@ -30,7 +30,7 @@ Generate a comprehensive task breakdown that transforms the design into actionab
30
30
 
31
31
  ```bash
32
32
  # Design and Requirements
33
- storage/specs/{{feature-name}}-design.md
33
+ storage/design/{{feature-name}}-design.md
34
34
  storage/specs/{{feature-name}}-requirements.md
35
35
 
36
36
  # Steering Context
@@ -48,7 +48,7 @@ steering/product.md
48
48
  ```markdown
49
49
  ❌ **Error**: Design document not found
50
50
 
51
- Expected: storage/specs/{{feature-name}}-design.md
51
+ Expected: storage/design/{{feature-name}}-design.md
52
52
 
53
53
  Please run `/sdd-design {{feature-name}}` first.
54
54
 
@@ -487,10 +487,10 @@ Before marking feature complete, verify:
487
487
  **IMPORTANT**: Create BOTH English and Japanese versions.
488
488
 
489
489
  **English version (Primary/Reference)**:
490
- `storage/specs/{{feature-name}}-tasks.md`
490
+ `storage/tasks/{{feature-name}}-tasks.md`
491
491
 
492
492
  **Japanese version (Translation)**:
493
- `storage/specs/{{feature-name}}-tasks.ja.md`
493
+ `storage/tasks/{{feature-name}}-tasks.ja.md`
494
494
 
495
495
  **File Naming**:
496
496
  - Match requirements and design files
@@ -512,8 +512,8 @@ Before marking feature complete, verify:
512
512
 
513
513
  **Feature**: {{FEATURE_NAME}}
514
514
  **Files**:
515
- - English: storage/specs/{{feature-name}}-tasks.md
516
- - Japanese: storage/specs/{{feature-name}}-tasks.ja.md
515
+ - English: storage/tasks/{{feature-name}}-tasks.md
516
+ - Japanese: storage/tasks/{{feature-name}}-tasks.ja.md
517
517
 
518
518
  ### Summary:
519
519
  - **Total Tasks**: [N]
@@ -597,7 +597,7 @@ Before completing:
597
597
  ```markdown
598
598
  ❌ **Error**: Design document not found
599
599
 
600
- Expected: storage/specs/{{feature-name}}-design.md
600
+ Expected: storage/design/{{feature-name}}-design.md
601
601
 
602
602
  Please run `/sdd-design {{feature-name}}` first.
603
603
  ```
@@ -37,8 +37,8 @@ Perform comprehensive validation of the feature implementation against:
37
37
  ```bash
38
38
  # Requirements and Design (English versions)
39
39
  storage/specs/{{feature-name}}-requirements.md
40
- storage/specs/{{feature-name}}-design.md
41
- storage/specs/{{feature-name}}-tasks.md
40
+ storage/design/{{feature-name}}-design.md
41
+ storage/tasks/{{feature-name}}-tasks.md
42
42
 
43
43
  # Steering Context (English versions)
44
44
  steering/structure.md
@@ -334,7 +334,7 @@ Use template from `templates/change-proposal.md`:
334
334
  ### References
335
335
 
336
336
  - Original requirements: `storage/specs/{{feature}}-requirements.md`
337
- - Current design: `storage/specs/{{feature}}-design.md`
337
+ - Current design: `storage/design/{{feature}}-design.md`
338
338
  - Related issues: #123, #456
339
339
 
340
340
  ### Change History
@@ -531,10 +531,10 @@ Document ADRs for:
531
531
  **IMPORTANT**: Create BOTH English and Japanese versions.
532
532
 
533
533
  **English version (Primary/Reference)**:
534
- `storage/specs/{{feature-name}}-design.md`
534
+ `storage/design/{{feature-name}}-design.md`
535
535
 
536
536
  **Japanese version (Translation)**:
537
- `storage/specs/{{feature-name}}-design.ja.md`
537
+ `storage/design/{{feature-name}}-design.ja.md`
538
538
 
539
539
  **File Naming**:
540
540
 
@@ -545,10 +545,10 @@ Document ADRs for:
545
545
 
546
546
  **Examples**:
547
547
 
548
- - `storage/specs/authentication-design.md` (English)
549
- - `storage/specs/authentication-design.ja.md` (Japanese)
550
- - `storage/specs/payment-processing-design.md` (English)
551
- - `storage/specs/payment-processing-design.ja.md` (Japanese)
548
+ - `storage/design/authentication-design.md` (English)
549
+ - `storage/design/authentication-design.ja.md` (Japanese)
550
+ - `storage/design/payment-processing-design.md` (English)
551
+ - `storage/design/payment-processing-design.ja.md` (Japanese)
552
552
 
553
553
  **Generation Order**:
554
554
 
@@ -565,7 +565,7 @@ Document ADRs for:
565
565
  Run constitutional validation:
566
566
 
567
567
  ```bash
568
- @constitution-enforcer validate storage/specs/{{feature-name}}-design.md
568
+ @constitution-enforcer validate storage/design/{{feature-name}}-design.md
569
569
  ```
570
570
 
571
571
  **Checks**:
@@ -584,7 +584,7 @@ Run constitutional validation:
584
584
  ## ✅ Technical Design Complete
585
585
 
586
586
  **Feature**: {{FEATURE_NAME}}
587
- **File**: storage/specs/{{feature-name}}-design.md
587
+ **File**: storage/design/{{feature-name}}-design.md
588
588
 
589
589
  ### Architecture Summary:
590
590
 
@@ -32,10 +32,10 @@ Implement the feature by executing tasks from the task breakdown document, follo
32
32
 
33
33
  ```bash
34
34
  # Task Breakdown (English version)
35
- storage/specs/{{feature-name}}-tasks.md
35
+ storage/tasks/{{feature-name}}-tasks.md
36
36
 
37
37
  # Design (English version)
38
- storage/specs/{{feature-name}}-design.md
38
+ storage/design/{{feature-name}}-design.md
39
39
 
40
40
  # Requirements (English version)
41
41
  storage/specs/{{feature-name}}-requirements.md
@@ -57,7 +57,7 @@ steering/product.md
57
57
  ```markdown
58
58
  ❌ **Error**: Task breakdown not found
59
59
 
60
- Expected: storage/specs/{{feature-name}}-tasks.md
60
+ Expected: storage/tasks/{{feature-name}}-tasks.md
61
61
 
62
62
  Please run `/sdd-tasks {{feature-name}}` first.
63
63
 
@@ -69,7 +69,7 @@ Implementation requires task breakdown.
69
69
  ```markdown
70
70
  ❌ **Error**: Design document not found
71
71
 
72
- Expected: storage/specs/{{feature-name}}-design.md
72
+ Expected: storage/design/{{feature-name}}-design.md
73
73
 
74
74
  Implementation requires design document.
75
75
  ```
@@ -30,7 +30,7 @@ Generate a comprehensive task breakdown that transforms the design into actionab
30
30
 
31
31
  ```bash
32
32
  # Design and Requirements
33
- storage/specs/{{feature-name}}-design.md
33
+ storage/design/{{feature-name}}-design.md
34
34
  storage/specs/{{feature-name}}-requirements.md
35
35
 
36
36
  # Steering Context
@@ -48,7 +48,7 @@ steering/product.md
48
48
  ```markdown
49
49
  ❌ **Error**: Design document not found
50
50
 
51
- Expected: storage/specs/{{feature-name}}-design.md
51
+ Expected: storage/design/{{feature-name}}-design.md
52
52
 
53
53
  Please run `/sdd-design {{feature-name}}` first.
54
54
 
@@ -487,10 +487,10 @@ Before marking feature complete, verify:
487
487
  **IMPORTANT**: Create BOTH English and Japanese versions.
488
488
 
489
489
  **English version (Primary/Reference)**:
490
- `storage/specs/{{feature-name}}-tasks.md`
490
+ `storage/tasks/{{feature-name}}-tasks.md`
491
491
 
492
492
  **Japanese version (Translation)**:
493
- `storage/specs/{{feature-name}}-tasks.ja.md`
493
+ `storage/tasks/{{feature-name}}-tasks.ja.md`
494
494
 
495
495
  **File Naming**:
496
496
  - Match requirements and design files
@@ -512,8 +512,8 @@ Before marking feature complete, verify:
512
512
 
513
513
  **Feature**: {{FEATURE_NAME}}
514
514
  **Files**:
515
- - English: storage/specs/{{feature-name}}-tasks.md
516
- - Japanese: storage/specs/{{feature-name}}-tasks.ja.md
515
+ - English: storage/tasks/{{feature-name}}-tasks.md
516
+ - Japanese: storage/tasks/{{feature-name}}-tasks.ja.md
517
517
 
518
518
  ### Summary:
519
519
  - **Total Tasks**: [N]
@@ -597,7 +597,7 @@ Before completing:
597
597
  ```markdown
598
598
  ❌ **Error**: Design document not found
599
599
 
600
- Expected: storage/specs/{{feature-name}}-design.md
600
+ Expected: storage/design/{{feature-name}}-design.md
601
601
 
602
602
  Please run `/sdd-design {{feature-name}}` first.
603
603
  ```
@@ -37,8 +37,8 @@ Perform comprehensive validation of the feature implementation against:
37
37
  ```bash
38
38
  # Requirements and Design (English versions)
39
39
  storage/specs/{{feature-name}}-requirements.md
40
- storage/specs/{{feature-name}}-design.md
41
- storage/specs/{{feature-name}}-tasks.md
40
+ storage/design/{{feature-name}}-design.md
41
+ storage/tasks/{{feature-name}}-tasks.md
42
42
 
43
43
  # Steering Context (English versions)
44
44
  steering/structure.md