musubix 3.3.10 β†’ 3.4.0

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 (95) hide show
  1. package/.github/AGENTS.md +949 -0
  2. package/.github/prompts/sdd-change-apply.prompt.md +283 -0
  3. package/.github/prompts/sdd-change-archive.prompt.md +241 -0
  4. package/.github/prompts/sdd-change-init.prompt.md +269 -0
  5. package/.github/prompts/sdd-design.prompt.md +250 -0
  6. package/.github/prompts/sdd-implement.prompt.md +387 -0
  7. package/.github/prompts/sdd-requirements.prompt.md +193 -0
  8. package/.github/prompts/sdd-review.prompt.md +155 -0
  9. package/.github/prompts/sdd-security.prompt.md +228 -0
  10. package/.github/prompts/sdd-steering.prompt.md +269 -0
  11. package/.github/prompts/sdd-tasks.prompt.md +255 -0
  12. package/.github/prompts/sdd-test.prompt.md +230 -0
  13. package/.github/prompts/sdd-validate.prompt.md +304 -0
  14. package/.github/skills/musubix-adr-generation/SKILL.md +209 -0
  15. package/.github/skills/musubix-best-practices/SKILL.md +315 -0
  16. package/.github/skills/musubix-c4-design/SKILL.md +162 -0
  17. package/.github/skills/musubix-code-generation/SKILL.md +237 -0
  18. package/.github/skills/musubix-domain-inference/SKILL.md +196 -0
  19. package/.github/skills/musubix-ears-validation/SKILL.md +161 -0
  20. package/.github/skills/musubix-sdd-workflow/SKILL.md +217 -0
  21. package/.github/skills/musubix-technical-writing/SKILL.md +444 -0
  22. package/.github/skills/musubix-test-generation/SKILL.md +212 -0
  23. package/.github/skills/musubix-traceability/SKILL.md +141 -0
  24. package/AGENTS.md +1134 -0
  25. package/LICENSE +21 -0
  26. package/README.ja.md +313 -0
  27. package/README.md +315 -50
  28. package/bin/musubix-mcp.js +15 -0
  29. package/bin/musubix.js +9 -1
  30. package/docs/API-REFERENCE.md +1425 -0
  31. package/docs/GITHUB-ACTIONS-NPM-SETUP.md +132 -0
  32. package/docs/INSTALL-GUIDE.ja.md +459 -0
  33. package/docs/INSTALL-GUIDE.md +459 -0
  34. package/docs/MIGRATION-v3.0.md +324 -0
  35. package/docs/MUSUBI-enhancement_roadmap_20260105.md +651 -0
  36. package/docs/MUSUBIX-v3.0-User-Guide.md +1357 -0
  37. package/docs/MUSUBIXv2.2.0-Manual-outline.md +136 -0
  38. package/docs/MUSUBIXv2.2.0-Manual.md +3123 -0
  39. package/docs/MUSUBIXv2.3.5-Refactering.md +1310 -0
  40. package/docs/MUSUBIv1.6.1-enhancement_roadmap_20260105.md +291 -0
  41. package/docs/MUSUBIv2.2.0-USERGUIDE.md +2079 -0
  42. package/docs/ROADMAP-v1.5.md +116 -0
  43. package/docs/SwarmCoding.md +1284 -0
  44. package/docs/Test-prompt.md +105 -0
  45. package/docs/USER-GUIDE-v1.8.0.md +2371 -0
  46. package/docs/USER-GUIDE.ja.md +2147 -0
  47. package/docs/USER-GUIDE.md +3022 -0
  48. package/docs/YATA-GLOBAL-GUIDE.ja.md +750 -0
  49. package/docs/YATA-GLOBAL-GUIDE.md +595 -0
  50. package/docs/YATA-LOCAL-GUIDE.ja.md +989 -0
  51. package/docs/YATA-LOCAL-GUIDE.md +730 -0
  52. package/docs/adr/0001-real-time-pattern-learning-architecture-for-v1-5-0.md +75 -0
  53. package/docs/adr/0002-pattern-sharing-protocol-for-cross-team-collaborat.md +79 -0
  54. package/docs/adr/0003-owl-2-rl-implementation-strategy-for-advanced-infe.md +90 -0
  55. package/docs/adr/ADR-v3.4.0-001-deep-research-architecture.md +217 -0
  56. package/docs/adr/ADR-v3.4.0-002-search-provider-selection.md +308 -0
  57. package/docs/adr/ADR-v3.4.0-003-lm-api-integration.md +475 -0
  58. package/docs/enterprise-knowledge-management.md +1737 -0
  59. package/docs/evolution-from-musubi-to-musubix.md +2170 -0
  60. package/docs/getting-started-with-sdd.md +1602 -0
  61. package/docs/moodle-refactering-codegraph-musubix.md +391 -0
  62. package/docs/moodle-refactering-codegraph.md +278 -0
  63. package/docs/overview/MUSUBIX-CodeGraph.md +322 -0
  64. package/docs/overview/MUSUBIX-Core.md +671 -0
  65. package/docs/overview/MUSUBIX-Decisions.md +494 -0
  66. package/docs/overview/MUSUBIX-FormalVerify.md +566 -0
  67. package/docs/overview/MUSUBIX-Knowledge.md +1231 -0
  68. package/docs/overview/MUSUBIX-Learning.md +837 -0
  69. package/docs/overview/MUSUBIX-MCP-Server.md +535 -0
  70. package/docs/overview/MUSUBIX-Overview.md +264 -0
  71. package/docs/overview/MUSUBIX-Phase1-Complete.md +271 -0
  72. package/docs/overview/MUSUBIX-Phase2-Complete.md +310 -0
  73. package/docs/overview/MUSUBIX-Policy.md +477 -0
  74. package/docs/overview/MUSUBIX-Roadmap-v2.md +399 -0
  75. package/docs/overview/MUSUBIX-Security-Plan.md +939 -0
  76. package/docs/overview/MUSUBIX-Security-v2.1.md +668 -0
  77. package/docs/overview/MUSUBIX-Security.md +891 -0
  78. package/docs/overview/MUSUBIX-YATA.md +666 -0
  79. package/docs/overview/MUSUBIX-v2.2.0-Advanced-Learning.md +513 -0
  80. package/docs/overview/Neuro-SymbolicAI.md +159 -0
  81. package/docs/packages/knowledge.md +594 -0
  82. package/docs/qiita-linux-kernel-knowledge-graph.md +596 -0
  83. package/package.json +55 -49
  84. package/scripts/generate-quality-gate-report.ts +106 -0
  85. package/scripts/postinstall.js +94 -0
  86. package/steering/.musubi-version +1 -0
  87. package/steering/product.ja.md +572 -0
  88. package/steering/project.yml +66 -0
  89. package/steering/rules/constitution.md +491 -0
  90. package/steering/structure.ja.md +503 -0
  91. package/steering/tech.ja.md +208 -0
  92. package/dist/index.d.ts +0 -25
  93. package/dist/index.d.ts.map +0 -1
  94. package/dist/index.js +0 -74
  95. package/dist/index.js.map +0 -1
@@ -0,0 +1,269 @@
1
+ # MUSUBIX Change Init Command
2
+
3
+ Initialize a change proposal for brownfield projects (existing codebase).
4
+
5
+ ---
6
+
7
+ ## Instructions for AI Agent
8
+
9
+ You are executing the `musubix change init [change-name]` command to create a change proposal for an existing codebase.
10
+
11
+ ### Command Format
12
+
13
+ ```bash
14
+ npx musubix change init add-2fa
15
+ npx musubix change init migrate-to-graphql
16
+ npx musubix change init refactor-auth-service
17
+ ```
18
+
19
+ ### Your Task
20
+
21
+ Generate a change proposal specification that documents what will be added, modified, or removed in the existing MUSUBIX system.
22
+
23
+ ---
24
+
25
+ ## Process
26
+
27
+ ### 1. Read Steering Context (Article VI)
28
+
29
+ **IMPORTANT**: Before starting, read steering files:
30
+
31
+ ```bash
32
+ steering/product.ja.md # Current product context
33
+ steering/structure.ja.md # Existing architecture
34
+ steering/tech.ja.md # Current technology stack
35
+ ```
36
+
37
+ ---
38
+
39
+ ### 2. Analyze Existing System
40
+
41
+ **Research Current Implementation**:
42
+
43
+ ```bash
44
+ # Search for related code
45
+ grep -r "{{related-feature}}" packages/
46
+
47
+ # Find existing requirements
48
+ ls storage/specs/REQ-*.md
49
+
50
+ # Check existing design documents
51
+ ls storage/specs/DES-*.md
52
+ ```
53
+
54
+ **Document Current State**:
55
+
56
+ - What exists now?
57
+ - What packages are affected?
58
+ - What dependencies exist?
59
+ - What tests cover this area?
60
+
61
+ ---
62
+
63
+ ### 3. Gather Change Requirements
64
+
65
+ **Ask User**:
66
+
67
+ - Why is this change needed?
68
+ - What problem does it solve?
69
+ - What must NOT change (backward compatibility)?
70
+ - What is the timeline?
71
+
72
+ **Impact Analysis**:
73
+
74
+ - [ ] packages/core/ components
75
+ - [ ] packages/mcp-server/ tools
76
+ - [ ] packages/yata-client/ integration
77
+ - [ ] CLI commands
78
+ - [ ] Tests
79
+ - [ ] Documentation
80
+
81
+ ---
82
+
83
+ ### 4. Generate Change Proposal
84
+
85
+ **Output**: `storage/changes/{{CHANGE_NAME}}-proposal.md`
86
+
87
+ ```markdown
88
+ # Change Proposal: {{CHANGE_NAME}}
89
+
90
+ **Document ID**: CHG-{{CHANGE}}-001
91
+ **Version**: 1.0.0
92
+ **Date**: {{DATE}}
93
+ **Status**: Proposed
94
+
95
+ ## Summary
96
+
97
+ **Change Type**: Feature / Enhancement / Refactor / Bug Fix
98
+ **Affected Packages**: packages/core/, packages/mcp-server/
99
+ **Risk Level**: Low / Medium / High
100
+
101
+ ## Motivation
102
+
103
+ **Problem Statement**:
104
+ [Why is this change needed?]
105
+
106
+ **Business Value**:
107
+ [What value does this provide?]
108
+
109
+ ## Current State
110
+
111
+ ### Existing Implementation
112
+
113
+ | Component | Location | Description |
114
+ |-----------|----------|-------------|
115
+ | AuthService | packages/core/src/auth/ | Current auth implementation |
116
+
117
+ ### Existing Tests
118
+
119
+ | Test File | Coverage |
120
+ |-----------|----------|
121
+ | auth.test.ts | 85% |
122
+
123
+ ## Proposed Changes
124
+
125
+ ### ADDED Requirements
126
+
127
+ #### REQ-{{COMPONENT}}-NEW-001: [New Feature]
128
+
129
+ > [EARS statement]
130
+
131
+ **Priority**: P1
132
+ **Acceptance Criteria**:
133
+ - [ ] [Criterion 1]
134
+
135
+ ### MODIFIED Requirements
136
+
137
+ #### REQ-{{COMPONENT}}-001: [Modified Feature]
138
+
139
+ **Current**:
140
+ > [Current EARS statement]
141
+
142
+ **Proposed**:
143
+ > [New EARS statement]
144
+
145
+ **Change Reason**: [Why modify?]
146
+
147
+ ### REMOVED Requirements
148
+
149
+ #### REQ-{{COMPONENT}}-OLD-001: [Deprecated Feature]
150
+
151
+ **Reason**: [Why remove?]
152
+ **Migration Path**: [How to migrate?]
153
+
154
+ ## Impact Analysis
155
+
156
+ ### Affected Components
157
+
158
+ | Package | Component | Impact |
159
+ |---------|-----------|--------|
160
+ | core | auth/service.ts | Modified |
161
+ | mcp-server | tools/auth-tools.ts | Modified |
162
+
163
+ ### Breaking Changes
164
+
165
+ - [ ] CLI API changes
166
+ - [ ] MCP tool changes
167
+ - [ ] Type changes
168
+
169
+ ### Migration Requirements
170
+
171
+ 1. [Migration step 1]
172
+ 2. [Migration step 2]
173
+
174
+ ## Implementation Plan
175
+
176
+ ### Phase 1: Preparation
177
+
178
+ - [ ] Create feature branch
179
+ - [ ] Write tests for new requirements
180
+ - [ ] Update documentation
181
+
182
+ ### Phase 2: Implementation
183
+
184
+ - [ ] Implement changes
185
+ - [ ] Update affected components
186
+ - [ ] Add feature flag (if needed)
187
+
188
+ ### Phase 3: Validation
189
+
190
+ - [ ] Run all tests
191
+ - [ ] Validate traceability
192
+ - [ ] Code review
193
+
194
+ ## Rollback Plan
195
+
196
+ 1. Revert feature flag
197
+ 2. Deploy previous version
198
+ 3. Restore database (if needed)
199
+
200
+ ## Approval
201
+
202
+ | Role | Name | Date | Status |
203
+ |------|------|------|--------|
204
+ | Architect | | | Pending |
205
+ | Lead Dev | | | Pending |
206
+ ```
207
+
208
+ ---
209
+
210
+ ### 5. Delta Specification
211
+
212
+ For modifications, create delta spec:
213
+
214
+ ```markdown
215
+ ## Delta Specification
216
+
217
+ ### packages/core/src/auth/service.ts
218
+
219
+ **Change Type**: Modified
220
+
221
+ **Current Implementation**:
222
+ \`\`\`typescript
223
+ export class AuthService {
224
+ async login(email: string, password: string): Promise<Session> {
225
+ // Current implementation
226
+ }
227
+ }
228
+ \`\`\`
229
+
230
+ **Proposed Implementation**:
231
+ \`\`\`typescript
232
+ export class AuthService {
233
+ async login(email: string, password: string, mfaCode?: string): Promise<Session> {
234
+ // New implementation with MFA support
235
+ if (this.config.mfaEnabled && !mfaCode) {
236
+ throw new MFARequiredError();
237
+ }
238
+ }
239
+ }
240
+ \`\`\`
241
+
242
+ **Breaking Change**: Yes - New optional parameter
243
+ **Migration**: Update all callers to handle MFARequiredError
244
+ ```
245
+
246
+ ---
247
+
248
+ ### 6. Traceability
249
+
250
+ Link to existing documents:
251
+
252
+ ```markdown
253
+ ## Traceability
254
+
255
+ ### Related Requirements
256
+ - REQ-AUTH-001: User authentication (MODIFIED)
257
+ - REQ-AUTH-NEW-001: MFA support (ADDED)
258
+
259
+ ### Related Design
260
+ - DES-AUTH-001: Authentication design (UPDATE REQUIRED)
261
+
262
+ ### Related Tasks
263
+ - TSK-AUTH-001: Implement MFA (NEW)
264
+ ```
265
+
266
+ ---
267
+
268
+ **MUSUBIX**: https://github.com/nahisaho/MUSUBIX
269
+ **Version**: 1.0.0
@@ -0,0 +1,250 @@
1
+ # MUSUBIX Design Command
2
+
3
+ Generate technical design from requirements using C4 model.
4
+
5
+ ---
6
+
7
+ ## Instructions for AI Agent
8
+
9
+ You are executing the `musubix design [feature-name]` command to create a technical design specification.
10
+
11
+ ### Command Format
12
+
13
+ ```bash
14
+ npx musubix design generate requirements.md
15
+ npx musubix design patterns context
16
+ npx musubix design validate design.md
17
+ npx musubix design c4 design.md
18
+ npx musubix design adr decision
19
+ ```
20
+
21
+ ### Your Task
22
+
23
+ Generate a comprehensive technical design that implements the requirements while adhering to constitutional governance.
24
+
25
+ ---
26
+
27
+ ## Process
28
+
29
+ ### 1. Read Context (Article VI)
30
+
31
+ **CRITICAL**: Read these files BEFORE designing:
32
+
33
+ ```bash
34
+ # Steering Context
35
+ steering/structure.ja.md # Architecture patterns to follow
36
+ steering/tech.ja.md # Technology stack (TypeScript, Node.js 20+)
37
+ steering/product.ja.md # Product goals and users
38
+
39
+ # Requirements
40
+ storage/specs/REQ-{{FEATURE}}-001.md # What to implement
41
+ ```
42
+
43
+ ---
44
+
45
+ ### 2. Verify Requirements Exist
46
+
47
+ **If NOT found**:
48
+
49
+ ```markdown
50
+ ❌ **Requirements file not found**
51
+
52
+ Expected: storage/specs/REQ-{{FEATURE}}-001.md
53
+
54
+ Please run `npx musubix requirements analyze {{feature}}` first.
55
+
56
+ Design cannot proceed without requirements (Article V: Traceability).
57
+ ```
58
+
59
+ ---
60
+
61
+ ### 3. Generate Design Document (C4 Model)
62
+
63
+ **Output**: `storage/specs/DES-{{FEATURE}}-001.md`
64
+
65
+ #### A. Context Diagram (Level 1)
66
+
67
+ - System boundary
68
+ - External users
69
+ - External systems
70
+
71
+ #### B. Container Diagram (Level 2)
72
+
73
+ MUSUBIX architecture:
74
+
75
+ ```
76
+ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
77
+ β”‚ MUSUBIX System β”‚
78
+ β”‚ β”‚
79
+ β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚
80
+ β”‚ β”‚ @nahisaho/ β”‚ β”‚ @nahisaho/ β”‚ β”‚
81
+ β”‚ β”‚ musubix-core │←→│ musubix-mcp- β”‚ β”‚
82
+ β”‚ β”‚ β”‚ β”‚ server β”‚ β”‚
83
+ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
84
+ β”‚ β”‚ β”‚ β”‚
85
+ β”‚ β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
86
+ β”‚ β”‚ β”‚ β”‚
87
+ β”‚ β–Ό β–Ό β”‚
88
+ β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚
89
+ β”‚ β”‚ @nahisaho/ β”‚ β”‚
90
+ β”‚ β”‚ musubix-yata- β”‚ β”‚
91
+ β”‚ β”‚ client β”‚ β”‚
92
+ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
93
+ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
94
+ ```
95
+
96
+ #### C. Component Diagram (Level 3)
97
+
98
+ For packages/core/:
99
+
100
+ ```
101
+ packages/core/src/
102
+ β”œβ”€β”€ auth/ # Authentication & Authorization
103
+ β”œβ”€β”€ cli/ # CLI Interface (Article II)
104
+ β”œβ”€β”€ codegen/ # Code Generation & Analysis
105
+ β”œβ”€β”€ design/ # Design Patterns & C4 Models
106
+ β”œβ”€β”€ error/ # Error Handling
107
+ β”œβ”€β”€ explanation/ # Explanation Generation
108
+ β”œβ”€β”€ requirements/ # Requirements Analysis
109
+ β”œβ”€β”€ traceability/ # Traceability
110
+ β”œβ”€β”€ types/ # Type Definitions
111
+ β”œβ”€β”€ utils/ # Utilities
112
+ └── validators/ # EARS Validation
113
+ ```
114
+
115
+ ---
116
+
117
+ ### 4. Requirements Mapping (Article V)
118
+
119
+ **CRITICAL**: Map EVERY requirement to design decisions.
120
+
121
+ ```markdown
122
+ | Component | Requirements | Design Rationale |
123
+ |-----------|--------------|------------------|
124
+ | CLI | REQ-CLI-001 | Command interface |
125
+ | Validator | REQ-EARS-001 | EARS pattern validation |
126
+ | MCP Server | REQ-MCP-001 | Tool/prompt exposure |
127
+ ```
128
+
129
+ ---
130
+
131
+ ### 5. API Design
132
+
133
+ For CLI commands:
134
+
135
+ ```typescript
136
+ // packages/core/src/cli/commands/{{feature}}.ts
137
+
138
+ export interface {{Feature}}Options {
139
+ input: string;
140
+ output?: string;
141
+ format?: 'json' | 'markdown';
142
+ }
143
+
144
+ export async function {{feature}}Command(options: {{Feature}}Options): Promise<void> {
145
+ // REQ-{{COMPONENT}}-001: [Requirement title]
146
+ }
147
+ ```
148
+
149
+ For MCP tools:
150
+
151
+ ```typescript
152
+ // packages/mcp-server/src/tools/{{feature}}-tools.ts
153
+
154
+ export const {{feature}}Tool: ToolDefinition = {
155
+ name: 'sdd_{{feature}}',
156
+ description: '{{Feature description}}',
157
+ inputSchema: {
158
+ type: 'object',
159
+ properties: {
160
+ // ...
161
+ },
162
+ required: ['...'],
163
+ },
164
+ handler: async (args) => {
165
+ // REQ-{{COMPONENT}}-001
166
+ },
167
+ };
168
+ ```
169
+
170
+ ---
171
+
172
+ ### 6. Design Document Template
173
+
174
+ ```markdown
175
+ # Design Document: {{FEATURE_NAME}}
176
+
177
+ **Document ID**: DES-{{FEATURE}}-001
178
+ **Version**: 1.0.0
179
+ **Date**: {{DATE}}
180
+ **Requirements**: REQ-{{FEATURE}}-001
181
+
182
+ ## Overview
183
+
184
+ - **Purpose**: [Design purpose]
185
+ - **Package**: packages/core/ | packages/mcp-server/ | packages/yata-client/
186
+
187
+ ## C4 Model
188
+
189
+ ### Level 1: Context
190
+ [Context diagram]
191
+
192
+ ### Level 2: Container
193
+ [Container diagram]
194
+
195
+ ### Level 3: Component
196
+ [Component diagram]
197
+
198
+ ## Requirements Traceability
199
+
200
+ | Requirement | Component | Implementation |
201
+ |-------------|-----------|----------------|
202
+ | REQ-XXX-001 | cli/commands/{{feature}}.ts | {{Feature}}Command |
203
+
204
+ ## API Design
205
+
206
+ ### CLI Interface (Article II)
207
+
208
+ \`\`\`bash
209
+ npx musubix {{feature}} [options]
210
+ \`\`\`
211
+
212
+ ### TypeScript Interface
213
+
214
+ \`\`\`typescript
215
+ export interface {{Feature}}Options {
216
+ // ...
217
+ }
218
+ \`\`\`
219
+
220
+ ## ADR (Architecture Decision Records)
221
+
222
+ ### ADR-001: [Decision Title]
223
+
224
+ **Status**: Accepted
225
+ **Context**: [Why was this decision needed?]
226
+ **Decision**: [What was decided?]
227
+ **Consequences**: [What are the results?]
228
+
229
+ ## Traceability
230
+
231
+ - **Requirements**: REQ-{{FEATURE}}-001
232
+ - **Tasks**: TSK-{{FEATURE}}-001
233
+ - **Tests**: packages/core/__tests__/unit/{{feature}}.test.ts
234
+ ```
235
+
236
+ ---
237
+
238
+ ### 7. MCP Tool Integration
239
+
240
+ Use MUSUBIX MCP tools:
241
+
242
+ ```
243
+ sdd_create_design - Create design document
244
+ sdd_validate_design - Validate traceability
245
+ ```
246
+
247
+ ---
248
+
249
+ **MUSUBIX**: https://github.com/nahisaho/MUSUBIX
250
+ **Version**: 1.0.0