musubix 3.6.0 → 3.6.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 (99) 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 +1136 -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/experiments/EXPERIMENT-ASSISTANT-AXIS-DRIFT-DETECTION.md +155 -0
  61. package/docs/getting-started-with-sdd.md +1602 -0
  62. package/docs/moodle-refactering-codegraph-musubix.md +391 -0
  63. package/docs/moodle-refactering-codegraph.md +278 -0
  64. package/docs/overview/MUSUBIX-CodeGraph.md +322 -0
  65. package/docs/overview/MUSUBIX-Core.md +671 -0
  66. package/docs/overview/MUSUBIX-Decisions.md +494 -0
  67. package/docs/overview/MUSUBIX-FormalVerify.md +566 -0
  68. package/docs/overview/MUSUBIX-Knowledge.md +1231 -0
  69. package/docs/overview/MUSUBIX-Learning.md +837 -0
  70. package/docs/overview/MUSUBIX-MCP-Server.md +535 -0
  71. package/docs/overview/MUSUBIX-Overview.md +264 -0
  72. package/docs/overview/MUSUBIX-Phase1-Complete.md +271 -0
  73. package/docs/overview/MUSUBIX-Phase2-Complete.md +310 -0
  74. package/docs/overview/MUSUBIX-Policy.md +477 -0
  75. package/docs/overview/MUSUBIX-Roadmap-v2.md +399 -0
  76. package/docs/overview/MUSUBIX-Security-Plan.md +939 -0
  77. package/docs/overview/MUSUBIX-Security-v2.1.md +668 -0
  78. package/docs/overview/MUSUBIX-Security.md +891 -0
  79. package/docs/overview/MUSUBIX-YATA.md +666 -0
  80. package/docs/overview/MUSUBIX-v2.2.0-Advanced-Learning.md +513 -0
  81. package/docs/overview/Neuro-SymbolicAI.md +159 -0
  82. package/docs/packages/knowledge.md +594 -0
  83. package/docs/qiita/musubix-v3.6.0-fastrender-insights.md +625 -0
  84. package/docs/qiita-linux-kernel-knowledge-graph.md +596 -0
  85. package/docs/qiita-musubix-assistant-axis.md +380 -0
  86. package/package.json +58 -52
  87. package/scripts/generate-quality-gate-report.ts +106 -0
  88. package/scripts/postinstall.js +94 -0
  89. package/scripts/register-release-knowledge.ts +127 -0
  90. package/steering/.musubi-version +1 -0
  91. package/steering/product.ja.md +572 -0
  92. package/steering/project.yml +66 -0
  93. package/steering/rules/constitution.md +491 -0
  94. package/steering/structure.ja.md +503 -0
  95. package/steering/tech.ja.md +208 -0
  96. package/dist/index.d.ts +0 -25
  97. package/dist/index.d.ts.map +0 -1
  98. package/dist/index.js +0 -74
  99. package/dist/index.js.map +0 -1
@@ -0,0 +1,141 @@
1
+ ---
2
+ name: musubix-traceability
3
+ description: Guide for managing traceability between requirements, designs, code, and tests. Use this when asked to verify traceability, create traceability matrices, or perform impact analysis.
4
+ license: MIT
5
+ ---
6
+
7
+ # MUSUBIX Traceability Skill
8
+
9
+ This skill guides you through maintaining full traceability across the development lifecycle.
10
+
11
+ ## Overview
12
+
13
+ MUSUBIX enforces **Article V - Traceability**: Complete bidirectional tracing between:
14
+
15
+ ```
16
+ Requirements (REQ-*) ↔ Design (DES-*) ↔ Tasks (TSK-*) ↔ Code ↔ Tests
17
+ ```
18
+
19
+ ## Traceability Matrix
20
+
21
+ ### Creating a Traceability Matrix
22
+
23
+ ```markdown
24
+ # Traceability Matrix
25
+
26
+ | 要件ID | 設計ID | タスクID | コード | テスト |
27
+ |--------|--------|---------|--------|--------|
28
+ | REQ-AUTH-001 | DES-AUTH-001 | TSK-001 | src/auth/auth-service.ts | auth.test.ts |
29
+ | REQ-AUTH-002 | DES-AUTH-001 | TSK-002 | src/auth/token-manager.ts | token.test.ts |
30
+ ```
31
+
32
+ ### CLI Commands
33
+
34
+ ```bash
35
+ # Generate traceability matrix
36
+ npx musubix trace matrix
37
+
38
+ # Impact analysis for a specific requirement
39
+ npx musubix trace impact REQ-AUTH-001
40
+
41
+ # Validate all traceability links
42
+ npx musubix trace validate
43
+ ```
44
+
45
+ ## Traceability in Code
46
+
47
+ ### Adding Traceability Comments
48
+
49
+ ```typescript
50
+ /**
51
+ * AuthService - 認証サービス
52
+ * @requirement REQ-AUTH-001
53
+ * @design DES-AUTH-001
54
+ * @task TSK-001
55
+ */
56
+ export class AuthService {
57
+ /**
58
+ * ユーザー認証
59
+ * @requirement REQ-AUTH-001
60
+ */
61
+ async authenticate(credentials: Credentials): Promise<Result<Token, AuthError>> {
62
+ // Implementation
63
+ }
64
+ }
65
+ ```
66
+
67
+ ### Test Traceability
68
+
69
+ ```typescript
70
+ /**
71
+ * @requirement REQ-AUTH-001
72
+ * @design DES-AUTH-001
73
+ */
74
+ describe('AuthService', () => {
75
+ describe('authenticate', () => {
76
+ it('should return token for valid credentials', async () => {
77
+ // Test implementation
78
+ });
79
+ });
80
+ });
81
+ ```
82
+
83
+ ## Impact Analysis
84
+
85
+ When a requirement changes, identify all affected artifacts:
86
+
87
+ ```mermaid
88
+ flowchart LR
89
+ REQ[REQ-AUTH-001<br/>変更] --> DES[DES-AUTH-001<br/>設計]
90
+ DES --> TSK1[TSK-001<br/>タスク]
91
+ DES --> TSK2[TSK-002<br/>タスク]
92
+ TSK1 --> CODE1[auth-service.ts]
93
+ TSK2 --> CODE2[token-manager.ts]
94
+ CODE1 --> TEST1[auth.test.ts]
95
+ CODE2 --> TEST2[token.test.ts]
96
+ ```
97
+
98
+ ### Impact Analysis Steps
99
+
100
+ 1. Identify changed requirement (REQ-*)
101
+ 2. Find linked designs (DES-*)
102
+ 3. Find linked tasks (TSK-*)
103
+ 4. Locate affected code files
104
+ 5. Identify tests to update
105
+ 6. Update all artifacts
106
+
107
+ ## Traceability Storage
108
+
109
+ ```
110
+ storage/traceability/
111
+ ├── matrix.json # Full traceability matrix
112
+ ├── requirements-map.json # REQ -> DES mappings
113
+ ├── design-map.json # DES -> TSK mappings
114
+ └── code-map.json # TSK -> Code mappings
115
+ ```
116
+
117
+ ## Verification Checklist
118
+
119
+ Before completing any feature:
120
+
121
+ - [ ] All requirements have linked designs
122
+ - [ ] All designs have linked tasks
123
+ - [ ] All tasks have linked code
124
+ - [ ] All code has linked tests
125
+ - [ ] Traceability comments in code
126
+ - [ ] Matrix updated
127
+
128
+ ## MCP Tool
129
+
130
+ Use MCP tool for automated validation:
131
+
132
+ ```
133
+ Tool: sdd_validate_traceability
134
+ Description: Validates bidirectional traceability across all artifacts
135
+ ```
136
+
137
+ ## Related Skills
138
+
139
+ - `musubix-sdd-workflow` - Full SDD workflow
140
+ - `musubix-ears-validation` - Requirements validation
141
+ - `musubix-test-generation` - Generate tests with traceability