musubi-sdd 5.9.0 → 5.9.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.
package/README.ja.md CHANGED
@@ -240,8 +240,8 @@ musubi init -r owner/repo@develop
240
240
  - 🤖 **マルチエージェント対応** - 7つのAIコーディングエージェントに対応(Claude Code、GitHub Copilot、Cursor、Gemini CLI、Codex CLI、Qwen Code、Windsurf)
241
241
  - 🔌 **MCPサーバー統合** - 高度なコード分析のためのCodeGraphMCPServer(v2.0.0で追加)
242
242
  - 📄 **柔軟なコマンド形式** - Markdown、TOML、AGENTS.md形式に対応
243
- - 🎯 **25の専門エージェント(全プラットフォーム対応)** - オーケストレーター、ステアリング、要件、アーキテクチャ、開発、品質、セキュリティ、インフラ
244
- - Claude Code: Skills API(25スキル)
243
+ - 🎯 **27の専門スキル(全プラットフォーム対応)** - 25プラットフォームエージェント + 5オーケストレーター組み込みスキル(v5.9.0)
244
+ - Claude Code: Skills API(25スキル + 5組み込み)
245
245
  - GitHub Copilot & Cursor: AGENTS.md(公式サポート)
246
246
  - その他4エージェント: AGENTS.md(互換形式)
247
247
  - 📋 **憲法ガバナンス** - 9つの不変条項 + フェーズ-1ゲートによる品質保証
@@ -262,9 +262,9 @@ musubi init -r owner/repo@develop
262
262
 
263
263
  MUSUBIは7つのAIコーディングエージェントに対応し、それぞれに最適化された設定を提供します。
264
264
 
265
- | エージェント | スキルAPI | 25エージェント | コマンド形式 | コマンドファイル形式 | インストールディレクトリ |
265
+ | エージェント | スキルAPI | 27スキル | コマンド形式 | コマンドファイル形式 | インストールディレクトリ |
266
266
  | ------------------ | ------------- | -------------- | ---------------- | -------------------- | --------------------------------------------- |
267
- | **Claude Code** | ✅ (25スキル) | ✅ | `/sdd-*` | Markdown | `.claude/skills/`, `.claude/commands/` |
267
+ | **Claude Code** | ✅ (27スキル) | ✅ | `/sdd-*` | Markdown | `.claude/skills/`, `.claude/commands/` |
268
268
  | **GitHub Copilot** | ❌ | ✅ (AGENTS.md) | `#sdd-*` | Markdown + AGENTS.md | `.github/prompts/`, `.github/AGENTS.md` |
269
269
  | **Cursor IDE** | ❌ | ✅ (AGENTS.md) | `/sdd-*` | Markdown + AGENTS.md | `.cursor/commands/`, `.cursor/AGENTS.md` |
270
270
  | **Gemini CLI** | ❌ | ✅ (GEMINI.md) | `/sdd-*` | TOML + GEMINI.md | `.gemini/commands/`, `GEMINI.md` |
@@ -275,7 +275,8 @@ MUSUBIは7つのAIコーディングエージェントに対応し、それぞ
275
275
  **注意事項**:
276
276
 
277
277
  - スキルAPIはClaude Code専用です
278
- - **全7プラットフォームが25エージェントに対応**(Skills APIまたはAGENTS.md経由)
278
+ - **全7プラットフォームが27スキルに対応**(Skills APIまたはAGENTS.md経由)
279
+ - v5.9.0で5つの組み込みオーケストレータースキルを追加(release, workflow, package, constitution-level, project-config)
279
280
  - AGENTS.md: OpenAI仕様、GitHub Copilot & Cursorが公式サポート
280
281
  - Gemini CLIはTOML形式 + GEMINI.md統合を使用
281
282
  - その他のエージェントはMarkdown形式 + AGENTS.mdを使用
package/README.md CHANGED
@@ -343,8 +343,8 @@ const result = await validator.validateAll(projectPath);
343
343
  - 🧠 **Dynamic Replanning** - AI agents dynamically adjust plans on failure with LLM-powered alternatives (v3.6.0+)
344
344
  - 🔌 **MCP Server Integration** - CodeGraphMCPServer for advanced code analysis (v2.0.0)
345
345
  - 📄 **Flexible Command Formats** - Supports Markdown, TOML, and AGENTS.md formats
346
- - 🎯 **25 Specialized Agents (All Platforms)** - Orchestrator, Steering, Requirements, Architecture, Development, Quality, Security, Infrastructure
347
- - Claude Code: Skills API (25 skills)
346
+ - 🎯 **27 Specialized Skills (All Platforms)** - 25 platform agents + 5 orchestrator built-in skills (v5.9.0)
347
+ - Claude Code: Skills API (25 skills + 5 built-in)
348
348
  - GitHub Copilot & Cursor: AGENTS.md (official support)
349
349
  - Other 4 agents: AGENTS.md (compatible format)
350
350
  - 📋 **Constitutional Governance** - 9 immutable articles + Phase -1 Gates for quality enforcement
@@ -365,9 +365,9 @@ const result = await validator.validateAll(projectPath);
365
365
 
366
366
  MUSUBI supports 7 AI coding agents, each with tailored configurations:
367
367
 
368
- | Agent | Skills API | 25 Agents | Command Format | Command File Format | Installation Directory |
368
+ | Agent | Skills API | 27 Skills | Command Format | Command File Format | Installation Directory |
369
369
  | ------------------ | -------------- | -------------- | ---------------- | -------------------- | --------------------------------------------- |
370
- | **Claude Code** | ✅ (25 skills) | ✅ | `/sdd-*` | Markdown | `.claude/skills/`, `.claude/commands/` |
370
+ | **Claude Code** | ✅ (27 skills) | ✅ | `/sdd-*` | Markdown | `.claude/skills/`, `.claude/commands/` |
371
371
  | **GitHub Copilot** | ❌ | ✅ (AGENTS.md) | `#sdd-*` | Markdown + AGENTS.md | `.github/prompts/`, `.github/AGENTS.md` |
372
372
  | **Cursor IDE** | ❌ | ✅ (AGENTS.md) | `/sdd-*` | Markdown + AGENTS.md | `.cursor/commands/`, `.cursor/AGENTS.md` |
373
373
  | **Gemini CLI** | ❌ | ✅ (GEMINI.md) | `/sdd-*` | TOML + GEMINI.md | `.gemini/commands/`, `GEMINI.md` |
@@ -378,7 +378,8 @@ MUSUBI supports 7 AI coding agents, each with tailored configurations:
378
378
  **Notes**:
379
379
 
380
380
  - Skills API is exclusive to Claude Code
381
- - **All 7 platforms now support 25 agents** via Skills API (Claude Code) or AGENTS.md (others)
381
+ - **All 7 platforms now support 27 skills** via Skills API (Claude Code) or AGENTS.md (others)
382
+ - v5.9.0 added 5 built-in orchestrator skills (release, workflow, package, constitution-level, project-config)
382
383
  - AGENTS.md: OpenAI specification, officially supported by GitHub Copilot & Cursor
383
384
  - Gemini CLI uses TOML format + GEMINI.md integration
384
385
 
@@ -421,26 +422,26 @@ musubi-validate complexity
421
422
  ```bash
422
423
  # Initialize MUSUBI for your preferred agent
423
424
 
424
- # Claude Code (default) - 25 Skills API
425
+ # Claude Code (default) - 27 Skills (25 + 5 built-in)
425
426
  npx musubi-sdd init
426
427
  npx musubi-sdd init --claude
427
428
 
428
- # GitHub Copilot - 25 agents (AGENTS.md, official support)
429
+ # GitHub Copilot - 27 skills (AGENTS.md, official support)
429
430
  npx musubi-sdd init --copilot
430
431
 
431
- # Cursor IDE - 25 agents (AGENTS.md, official support)
432
+ # Cursor IDE - 27 skills (AGENTS.md, official support)
432
433
  npx musubi-sdd init --cursor
433
434
 
434
- # Gemini CLI - 25 agents (GEMINI.md integration)
435
+ # Gemini CLI - 27 skills (GEMINI.md integration)
435
436
  npx musubi-sdd init --gemini
436
437
 
437
- # Codex CLI - 25 agents (AGENTS.md)
438
+ # Codex CLI - 27 skills (AGENTS.md)
438
439
  npx musubi-sdd init --codex
439
440
 
440
- # Qwen Code - 25 agents (AGENTS.md)
441
+ # Qwen Code - 27 skills (AGENTS.md)
441
442
  npx musubi-sdd init --qwen
442
443
 
443
- # Windsurf IDE - 25 agents (AGENTS.md)
444
+ # Windsurf IDE - 27 skills (AGENTS.md)
444
445
  npx musubi-sdd init --windsurf
445
446
 
446
447
  # Or install globally
@@ -614,7 +615,7 @@ During initialization, MUSUBI asks you to select a **Project Type**. This determ
614
615
  ```text
615
616
  your-project/
616
617
  ├── .claude/
617
- │ ├── skills/ # 25 Skills API (Claude Code exclusive feature)
618
+ │ ├── skills/ # 25 Skills API + 5 built-in (Claude Code exclusive)
618
619
  │ │ ├── orchestrator/
619
620
  │ │ ├── steering/
620
621
  │ │ ├── requirements-analyst/
@@ -646,10 +647,10 @@ your-project/
646
647
  ```text
647
648
  your-project/
648
649
  ├── .github/prompts/ # For GitHub Copilot (#sdd-*, Markdown)
649
- │ ├── AGENTS.md # 25 agents definition (official support)
650
+ │ ├── AGENTS.md # 27 skills definition (official support)
650
651
  │ OR
651
652
  ├── .cursor/commands/ # For Cursor (/sdd-*, Markdown)
652
- │ ├── AGENTS.md # 25 agents definition (official support)
653
+ │ ├── AGENTS.md # 27 skills definition (official support)
653
654
  │ OR
654
655
  ├── .gemini/commands/ # For Gemini CLI (/sdd-*, TOML)
655
656
  │ │ ├── sdd-steering.toml
@@ -657,15 +658,15 @@ your-project/
657
658
  │ │ └── ... (6 TOML files)
658
659
  │ OR
659
660
  ├── .codex/prompts/ # For Codex CLI (/prompts:sdd-*, Markdown)
660
- │ ├── AGENTS.md # 25 agents definition
661
+ │ ├── AGENTS.md # 27 skills definition
661
662
  │ OR
662
663
  ├── .qwen/commands/ # For Qwen Code (/sdd-*, Markdown)
663
- │ ├── AGENTS.md # 25 agents definition
664
+ │ ├── AGENTS.md # 27 skills definition
664
665
  │ OR
665
666
  ├── .windsurf/workflows/ # For Windsurf (/sdd-*, Markdown)
666
- │ ├── AGENTS.md # 25 agents definition
667
+ │ ├── AGENTS.md # 27 skills definition
667
668
 
668
- ├── GEMINI.md (root, for Gemini) # 25 agents integrated into existing file
669
+ ├── GEMINI.md (root, for Gemini) # 27 skills integrated into existing file
669
670
  ├── steering/ # Project memory (same for all)
670
671
  │ ├── project.yml # Project configuration (v0.2.1+)
671
672
  │ ├── memories/ # Persistent knowledge (v0.2.0+)
@@ -682,11 +683,11 @@ your-project/
682
683
 
683
684
  **Key Differences**:
684
685
 
685
- - **Claude Code**: 25 Skills API (exclusive) + commands (Markdown)
686
+ - **Claude Code**: 27 Skills (25 + 5 built-in) + commands (Markdown)
686
687
  - **GitHub Copilot & Cursor**: AGENTS.md (official support) + commands (Markdown)
687
- - **Gemini CLI**: GEMINI.md integration (25 agents) + TOML commands (unique)
688
+ - **Gemini CLI**: GEMINI.md integration (27 skills) + TOML commands (unique)
688
689
  - **Others**: AGENTS.md (compatible) + Markdown commands
689
- - **All platforms**: Same 25 agents, different implementation formats
690
+ - **All platforms**: Same 27 skills, different implementation formats
690
691
 
691
692
  ## Usage
692
693
 
@@ -878,7 +879,7 @@ Shows the current state of your MUSUBI project:
878
879
 
879
880
  ✅ MUSUBI is initialized
880
881
 
881
- 📁 Claude Code Skills: 25 installed
882
+ 📁 Claude Code Skills: 27 installed (25 + 5 built-in)
882
883
  Location: .claude/skills/
883
884
 
884
885
  🧭 Steering Context:
@@ -991,20 +992,28 @@ For comprehensive validation, use your agent's `/sdd-validate` (or equivalent) c
991
992
  /prompts:sdd-validate authentication
992
993
  ```
993
994
 
994
- ## 25 Agents Overview (All Platforms)
995
+ ## 27 Skills Overview (All Platforms)
995
996
 
996
997
  **Available on all 7 platforms** via:
997
998
 
998
- - **Claude Code**: Skills API (automatic invocation)
999
+ - **Claude Code**: Skills API (automatic invocation) + 5 built-in orchestrator skills
999
1000
  - **GitHub Copilot & Cursor**: AGENTS.md (official support, reference via `@agent-name`)
1000
1001
  - **Gemini, Windsurf, Codex, Qwen**: AGENTS.md (compatible format, natural language reference)
1001
1002
 
1002
- ### Orchestration & Management (3)
1003
+ ### Orchestration & Management (3 + 5 built-in)
1003
1004
 
1004
1005
  - **orchestrator** - Master coordinator for multi-skill workflows
1005
1006
  - **steering** - Project memory manager (auto-updating context)
1006
1007
  - **constitution-enforcer** - Governance validation (9 Articles + Phase -1 Gates)
1007
1008
 
1009
+ #### Built-in Orchestrator Skills (v5.9.0)
1010
+
1011
+ - **release-manager** - CHANGELOG generation, version management
1012
+ - **workflow-mode-manager** - Mode detection (small/medium/large)
1013
+ - **package-manager** - Monorepo package & dependency analysis
1014
+ - **constitution-level-manager** - Level-aware validation (critical/advisory/flexible)
1015
+ - **project-config-manager** - Schema validation & migration
1016
+
1008
1017
  ### Requirements & Planning (3)
1009
1018
 
1010
1019
  - **requirements-analyst** - EARS format requirements generation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubi-sdd",
3
- "version": "5.9.0",
3
+ "version": "5.9.2",
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": {
@@ -163,10 +163,17 @@ class ConstitutionalValidator {
163
163
  .filter(f => fs.statSync(path.join(libPath, f)).isDirectory());
164
164
 
165
165
  for (const lib of subDirs) {
166
- const testPath = path.join(libPath, lib, 'tests');
167
- const testFile = glob.sync(path.join(libPath, lib, '*.test.{js,ts}'));
166
+ // Check multiple possible test directory names
167
+ const testDirs = ['tests', 'test', '__tests__'];
168
+ const hasTestDir = testDirs.some(dir =>
169
+ fs.existsSync(path.join(libPath, lib, dir))
170
+ );
171
+
172
+ // Check for test files in the library root or test subdirectories
173
+ const testFile = glob.sync(path.join(libPath, lib, '**/*.test.{js,ts}'));
174
+ const specFile = glob.sync(path.join(libPath, lib, '**/*.spec.{js,ts}'));
168
175
 
169
- if (!fs.existsSync(testPath) && testFile.length === 0) {
176
+ if (!hasTestDir && testFile.length === 0 && specFile.length === 0) {
170
177
  this._recordFinding(
171
178
  articleId,
172
179
  articleName,