@nahisaho/shikigami 2.1.0 → 2.1.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 (78) hide show
  1. package/AGENTS.md +27 -54
  2. package/README.md +10 -18
  3. package/github-assets/prompts/shikigami-full-research.prompt.md +11 -9
  4. package/github-assets/prompts/shikigami-matching-analysis.prompt.md +2 -2
  5. package/github-assets/skills/configs/auto-invoke-triggers.yaml +19 -34
  6. package/github-assets/skills/configs/workflow-gates.yaml +1 -1
  7. package/github-assets/skills/shikigami-consulting-framework/SKILL.md +11 -9
  8. package/github-assets/skills/shikigami-consulting-framework/frameworks/README.md +12 -14
  9. package/github-assets/skills/shikigami-consulting-framework/frameworks/customer/nps.md +11 -25
  10. package/github-assets/skills/shikigami-consulting-framework/frameworks/decision-making/cost-benefit.md +8 -19
  11. package/github-assets/skills/shikigami-consulting-framework/frameworks/decision-making/pros-cons.md +6 -12
  12. package/github-assets/skills/shikigami-consulting-framework/frameworks/decision-making/risk-matrix.md +16 -50
  13. package/github-assets/skills/shikigami-consulting-framework/frameworks/general/kpt.md +10 -32
  14. package/github-assets/skills/shikigami-consulting-framework/frameworks/general/okr.md +25 -53
  15. package/github-assets/skills/shikigami-consulting-framework/frameworks/general/smart.md +7 -28
  16. package/github-assets/skills/shikigami-consulting-framework/frameworks/innovation/aarrr.md +21 -36
  17. package/github-assets/skills/shikigami-consulting-framework/frameworks/innovation/business-model-canvas.md +16 -19
  18. package/github-assets/skills/shikigami-consulting-framework/frameworks/innovation/design-thinking.md +7 -7
  19. package/github-assets/skills/shikigami-consulting-framework/frameworks/innovation/lean-canvas.md +11 -13
  20. package/github-assets/skills/shikigami-consulting-framework/frameworks/innovation/scamper.md +9 -31
  21. package/github-assets/skills/shikigami-consulting-framework/frameworks/innovation/tam-sam-som.md +4 -17
  22. package/github-assets/skills/shikigami-consulting-framework/frameworks/innovation/value-proposition-canvas.md +20 -51
  23. package/github-assets/skills/shikigami-consulting-framework/frameworks/marketing/4c.md +30 -81
  24. package/github-assets/skills/shikigami-consulting-framework/frameworks/marketing/aidma-aisas.md +24 -69
  25. package/github-assets/skills/shikigami-consulting-framework/frameworks/marketing/customer-journey.md +12 -35
  26. package/github-assets/skills/shikigami-consulting-framework/frameworks/marketing/persona.md +9 -34
  27. package/github-assets/skills/shikigami-consulting-framework/frameworks/marketing/positioning-map.md +9 -19
  28. package/github-assets/skills/shikigami-consulting-framework/frameworks/marketing/stp.md +6 -12
  29. package/github-assets/skills/shikigami-consulting-framework/frameworks/organization/7s.md +34 -71
  30. package/github-assets/skills/shikigami-consulting-framework/frameworks/organization/raci.md +6 -23
  31. package/github-assets/skills/shikigami-consulting-framework/frameworks/problem-solving/5whys.md +24 -40
  32. package/github-assets/skills/shikigami-consulting-framework/frameworks/problem-solving/as-is-to-be.md +16 -43
  33. package/github-assets/skills/shikigami-consulting-framework/frameworks/problem-solving/fishbone.md +36 -46
  34. package/github-assets/skills/shikigami-consulting-framework/frameworks/problem-solving/issue-tree.md +34 -51
  35. package/github-assets/skills/shikigami-consulting-framework/frameworks/problem-solving/logic-tree.md +54 -50
  36. package/github-assets/skills/shikigami-consulting-framework/frameworks/problem-solving/mece.md +13 -11
  37. package/github-assets/skills/shikigami-consulting-framework/frameworks/problem-solving/sora-ame-kasa.md +9 -36
  38. package/github-assets/skills/shikigami-consulting-framework/frameworks/process/ecrs.md +21 -49
  39. package/github-assets/skills/shikigami-consulting-framework/frameworks/process/ooda.md +17 -35
  40. package/github-assets/skills/shikigami-consulting-framework/frameworks/process/pdca.md +13 -26
  41. package/github-assets/skills/shikigami-consulting-framework/frameworks/pwc/bxt.md +7 -21
  42. package/github-assets/skills/shikigami-consulting-framework/frameworks/pwc/digital-maturity.md +8 -27
  43. package/github-assets/skills/shikigami-consulting-framework/frameworks/pwc/esg-integration.md +5 -26
  44. package/github-assets/skills/shikigami-consulting-framework/frameworks/pwc/fit-for-growth.md +5 -13
  45. package/github-assets/skills/shikigami-consulting-framework/frameworks/pwc/strategy-and.md +5 -12
  46. package/github-assets/skills/shikigami-consulting-framework/frameworks/pwc/three-lines-defense.md +5 -24
  47. package/github-assets/skills/shikigami-consulting-framework/frameworks/pwc/timm.md +6 -18
  48. package/github-assets/skills/shikigami-consulting-framework/frameworks/strategic/5forces.md +7 -12
  49. package/github-assets/skills/shikigami-consulting-framework/frameworks/strategic/ansoff-matrix.md +4 -13
  50. package/github-assets/skills/shikigami-consulting-framework/frameworks/strategic/bcg-matrix.md +4 -12
  51. package/github-assets/skills/shikigami-consulting-framework/frameworks/strategic/blue-ocean.md +7 -10
  52. package/github-assets/skills/shikigami-consulting-framework/frameworks/strategic/ge-matrix.md +10 -28
  53. package/github-assets/skills/shikigami-consulting-framework/frameworks/strategic/value-chain.md +19 -20
  54. package/github-assets/skills/shikigami-consulting-framework/frameworks/strategic/vrio.md +19 -50
  55. package/github-assets/skills/shikigami-consulting-framework/frameworks/thinking/prep.md +6 -19
  56. package/github-assets/skills/shikigami-consulting-framework/frameworks/thinking/pyramid.md +27 -41
  57. package/github-assets/skills/shikigami-consulting-framework/frameworks/thinking/so-what-why-so.md +31 -72
  58. package/github-assets/skills/shikigami-planner/SKILL.md +5 -5
  59. package/github-assets/skills/shikigami-writing/templates/report-templates/business-case-template.md +5 -8
  60. package/github-assets/skills/shikigami-writing/templates/report-templates/change-request-template.md +5 -9
  61. package/github-assets/skills/shikigami-writing/templates/report-templates/competitive-analysis-template.md +4 -14
  62. package/github-assets/skills/shikigami-writing/templates/report-templates/executive-summary-template.md +3 -3
  63. package/github-assets/skills/shikigami-writing/templates/report-templates/market-analysis-template.md +4 -12
  64. package/github-assets/skills/shikigami-writing/templates/report-templates/post-mortem-template.md +12 -13
  65. package/github-assets/skills/shikigami-writing/templates/report-templates/product-roadmap-template.md +6 -19
  66. package/github-assets/skills/shikigami-writing/templates/report-templates/risk-assessment-template.md +19 -24
  67. package/github-assets/skills/shikigami-writing/templates/report-templates/sales-playbook-template.md +6 -23
  68. package/github-assets/skills/shikigami-writing/templates/report-templates/security-assessment-template.md +6 -10
  69. package/github-assets/skills/shikigami-writing/templates/report-templates/thinking-flow-report-template.md +8 -10
  70. package/github-assets/skills/shikigami-writing/templates/report-templates/vendor-evaluation-template.md +16 -14
  71. package/github-assets/skills/shikigami-writing/templates/report-templates/workshop-template.md +20 -27
  72. package/mcp-server/package.json +1 -1
  73. package/mcp-server/src/index.ts +2 -2
  74. package/package.json +1 -1
  75. package/scripts/cli.js +19 -29
  76. package/scripts/init.js +2 -18
  77. package/scripts/postinstall.js +1 -1
  78. package/scripts/setup-cowork.js +0 -367
@@ -93,19 +93,18 @@
93
93
 
94
94
  #### リスクマトリクス
95
95
 
96
- ```
97
- 影響度
98
- 5 5 10 15 20 25
99
- 4 48 12 16 20
100
- 3 369 12 15
101
- 2 2468 10
102
- 1 12345
103
- └─────┴─────┴─────┴─────┴─────┘
104
- 1 2 3 4 5
105
- 発生確率
106
-
107
- 🔴 Critical: 20-25 🟠 High: 12-19 🟡 Medium: 6-11 🟢 Low: 1-5
108
- ```
96
+ | 影響度 \ 発生確率 | 1 | 2 | 3 | 4 | 5 |
97
+ |----------------------|---|---|---|---|---|
98
+ | 5 | 5 | 10 | 15 | 20 | 25 |
99
+ | 4 | 4 | 8 | 12 | 16 | 20 |
100
+ | 3 | 3 | 6 | 9 | 12 | 15 |
101
+ | 2 | 2 | 4 | 6 | 8 | 10 |
102
+ | 1 | 1 | 2 | 3 | 4 | 5 |
103
+
104
+ 🔴 Critical: 20-25
105
+ 🟠 High: 12-19
106
+ 🟡 Medium: 6-11
107
+ 🟢 Low: 1-5
109
108
 
110
109
  ### 評価方法
111
110
 
@@ -194,17 +193,13 @@
194
193
 
195
194
  ### リスクヒートマップ
196
195
 
197
- ```
198
- 影響度
199
- 5 │ │ │ R-03 │ │ R-01
200
- 4 │ │ │ R-05 R-02 │ │
201
- 3 │ │ R-08 R-04 R-06 │ │
202
- 2 R-10 R-09 R-07 │ │ │
203
- 1 │ │ │ │ │ │
204
- └──────┴──────┴──────┴──────┴──────┘
205
- 1 2 3 4 5
206
- 発生確率
207
- ```
196
+ | 影響度 \ 発生確率 | 1 | 2 | 3 | 4 | 5 |
197
+ |----------------------|---|---|---|---|---|
198
+ | 5 | | | R-03 | | R-01 |
199
+ | 4 | | | R-05 | R-02 | |
200
+ | 3 | | R-08 | R-04 | R-06 | |
201
+ | 2 | R-10 | R-09 | R-07 | | |
202
+ | 1 | | | | | |
208
203
 
209
204
  ### リスク相関
210
205
 
@@ -117,29 +117,12 @@ graph TD
117
117
 
118
118
  ### 4.1 初回面談フロー
119
119
 
120
- ```
121
- [オープニング] 5分
122
- ├── 自己紹介・アイスブレイク
123
- ├── 本日のアジェンダ確認
124
- └── 相手の期待値確認
125
-
126
- [ヒアリング] 15分
127
- ├── 現状の課題・ペイン
128
- ├── 検討の背景・きっかけ
129
- ├── 決裁プロセス確認
130
- └── 競合状況確認
131
-
132
- [提案] 20分
133
- ├── 課題の整理・共有
134
- ├── ソリューション概要
135
- ├── 導入効果(定量・定性)
136
- └── 導入事例
137
-
138
- [クロージング] 10分
139
- ├── 質疑応答
140
- ├── 次のステップ提案
141
- └── 宿題事項の確認
142
- ```
120
+ | フェーズ | 時間 | 内容 |
121
+ |----------|------|------|
122
+ | オープニング | 5分 | 自己紹介・アイスブレイク<br>本日のアジェンダ確認<br>相手の期待値確認 |
123
+ | ヒアリング | 15分 | 現状の課題・ペイン<br>検討の背景・きっかけ<br>決裁プロセス確認<br>競合状況確認 |
124
+ | 提案 | 20分 | 課題の整理・共有<br>ソリューション概要<br>導入効果(定量・定性)<br>導入事例 |
125
+ | クロージング | 10分 | 質疑応答<br>次のステップ提案<br>宿題事項の確認 |
143
126
 
144
127
  ### 4.2 フェーズ別会話ガイド
145
128
 
@@ -149,16 +149,12 @@
149
149
 
150
150
  ### リスクマトリクス
151
151
 
152
- ```
153
- 影響度
154
- 致命的 │ │ │ VULN-001
155
- 重大 │ │ VULN-002 │ │
156
- 中程度 │ │ VULN-003 │ │
157
- 軽微 │ │ │ │
158
- └──────────┴──────────┴──────────┘
159
- 低 中 高
160
- 発生可能性
161
- ```
152
+ | 影響度 \ 発生可能性 | 低 | 中 | 高 |
153
+ |------------------------|----|----|----|
154
+ | 致命的 | | | VULN-001 |
155
+ | 重大 | | VULN-002 | |
156
+ | 中程度 | | VULN-003 | |
157
+ | 軽微 | | | |
162
158
 
163
159
  ### カテゴリ別分析
164
160
 
@@ -210,16 +210,14 @@ flowchart TB
210
210
 
211
211
  ### 🎯 思考の質スコア
212
212
 
213
- ```
214
- [██████████░░░░░░░░░░] 総合: [X]/10
215
-
216
- 内訳:
217
- ├─ 情報収集の深さ: [X]/10 ████████░░
218
- ├─ 検証の厳密さ: [X]/10 █████████░
219
- ├─ 分析の論理性: [X]/10 ███████░░░
220
- ├─ 洞察の独自性: [X]/10 ██████░░░░
221
- └─ 結論の実用性: [X]/10 ████████░░
222
- ```
213
+ | 項目 | スコア | 可視化 |
214
+ |------|--------|--------|
215
+ | 総合 | [X]/10 | ██████████░░░░░░░░░░ |
216
+ | 情報収集の深さ | [X]/10 | ████████░░ |
217
+ | 検証の厳密さ | [X]/10 | █████████░ |
218
+ | 分析の論理性 | [X]/10 | ███████░░░ |
219
+ | 洞察の独自性 | [X]/10 | ██████░░░░ |
220
+ | 結論の実用性 | [X]/10 | ████████░░ |
223
221
 
224
222
  ---
225
223
 
@@ -143,21 +143,23 @@
143
143
 
144
144
  ### レーダーチャート
145
145
 
146
+ ```mermaid
147
+ flowchart TB
148
+ top[技術力]
149
+ subgraph middle[ ]
150
+ direction LR
151
+ left[サポート] --- center((評価軸)) --- right[実績]
152
+ end
153
+ bottom[価格]
154
+ top --- center
155
+ center --- bottom
146
156
  ```
147
- 技術力
148
-
149
-
150
- ┌──────┼──────┐
151
- サポート │ 実績
152
- │ │ │
153
- └──────┼──────┘
154
-
155
- 価格
156
-
157
- [ベンダーA]: ━━━
158
- [ベンダーB]: - - -
159
- [ベンダーC]: ・・・
160
- ```
157
+
158
+ | ベンダー | 表示スタイル |
159
+ |----------|--------------|
160
+ | [ベンダーA] | 実線 |
161
+ | [ベンダーB] | 破線 |
162
+ | [ベンダーC] | 点線 |
161
163
 
162
164
  ---
163
165
 
@@ -173,21 +173,19 @@
173
173
 
174
174
  #### ワークシート
175
175
 
176
- ```
177
176
  【ワーク: [ワークタイトル]】
178
177
 
179
178
  質問1: [質問]
180
- ┌────────────────────────────────────────────────────────┐
181
- │ │
182
- │ │
183
- └────────────────────────────────────────────────────────┘
179
+
180
+ | 記入欄 |
181
+ |--------|
182
+ | [ここに回答を記入] |
184
183
 
185
184
  質問2: [質問]
186
- ┌────────────────────────────────────────────────────────┐
187
- │ │
188
- │ │
189
- └────────────────────────────────────────────────────────┘
190
- ```
185
+
186
+ | 記入欄 |
187
+ |--------|
188
+ | [ここに回答を記入] |
191
189
 
192
190
  ---
193
191
 
@@ -250,32 +248,27 @@
250
248
 
251
249
  ### ワークシート1: [タイトル]
252
250
 
253
- ```
254
251
  【[ワークタイトル]】
255
252
 
256
253
  名前: _______________ グループ: _______________
257
254
 
258
255
  ■ 質問1
259
- ┌────────────────────────────────────────────────────────┐
260
- │ │
261
- │ │
262
- │ │
263
- └────────────────────────────────────────────────────────┘
256
+
257
+ | 記入欄 |
258
+ |--------|
259
+ | [ここに回答を記入] |
264
260
 
265
261
  ■ 質問2
266
- ┌────────────────────────────────────────────────────────┐
267
- │ │
268
- │ │
269
- │ │
270
- └────────────────────────────────────────────────────────┘
262
+
263
+ | 記入欄 |
264
+ |--------|
265
+ | [ここに回答を記入] |
271
266
 
272
267
  ■ 質問3
273
- ┌────────────────────────────────────────────────────────┐
274
- │ │
275
- │ │
276
- │ │
277
- └────────────────────────────────────────────────────────┘
278
- ```
268
+
269
+ | 記入欄 |
270
+ |--------|
271
+ | [ここに回答を記入] |
279
272
 
280
273
  ### ワークシート2: [タイトル]
281
274
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nahisaho/shikigami-pwc-mcp-server",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "SHIKIGAMI-PwC MCP Server - Deep Research tools with PwC Consulting Frameworks",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -61,7 +61,7 @@ const TOOLS: Tool[] = [
61
61
  name: 'set_project',
62
62
  description: `アクティブなプロジェクトディレクトリを設定。
63
63
  save_prompt, save_researchの前に必ず実行。
64
- プロジェクトパスはnpx shikigami newで作成されたフォルダを指定。`,
64
+ プロジェクトパスはnpx @nahisaho/shikigami newで作成されたフォルダを指定。`,
65
65
  inputSchema: {
66
66
  type: 'object',
67
67
  properties: {
@@ -392,7 +392,7 @@ server.setRequestHandler(CallToolRequestSchema, async (request: CallToolRequest)
392
392
  type: 'text',
393
393
  text: JSON.stringify({
394
394
  success: false,
395
- error: 'No project found in projects/ directory. Create one with: npx shikigami new <ProjectName>',
395
+ error: 'No project found in projects/ directory. Create one with: npx @nahisaho/shikigami new <ProjectName>',
396
396
  }, null, 2),
397
397
  },
398
398
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nahisaho/shikigami",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "GitHub Copilot Agent Skills for Deep Research & Consulting - AI-Powered Research Assistant with 50+ Consulting Frameworks",
5
5
  "keywords": [
6
6
  "github-copilot",
package/scripts/cli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * SHIKIGAMI CLI
4
- * Usage: npx shikigami [command] [options]
4
+ * Usage: npx @nahisaho/shikigami [command] [options]
5
5
  *
6
6
  * v1.8.0: inherit コマンド追加 (REQ-KM-004)
7
7
  * v1.7.0: find-related コマンド追加 (REQ-KM-003)
@@ -27,12 +27,11 @@ if (command === '-h' || command === '--help' || command === 'help' || !command)
27
27
  🎭 SHIKIGAMI - Deep Research & Consulting Agent Skills
28
28
  ========================================================
29
29
 
30
- Usage: npx shikigami [command] [options]
30
+ Usage: npx @nahisaho/shikigami [command] [options]
31
31
 
32
32
  Commands:
33
33
  init Initialize SHIKIGAMI files in current directory
34
34
  upgrade, update Upgrade SHIKIGAMI files (same as init --force) (v1.23.0)
35
- cowork [options] Set up Microsoft Copilot Cowork MCP (v2.0.0)
36
35
  new [name] Create a new research project
37
36
  find-related [keyword] Find related projects by keywords (v1.7.0)
38
37
  inherit [options] Prepare knowledge inheritance from past reports (v1.8.0)
@@ -40,17 +39,15 @@ Commands:
40
39
  -h, --help Show help
41
40
 
42
41
  Examples:
43
- npx shikigami init # Initialize SHIKIGAMI
44
- npx shikigami upgrade # Upgrade to latest version
45
- npx shikigami cowork # Set up Copilot Cowork MCP (v2.0.0)
46
- npx shikigami cowork --status # Check Cowork installation status
47
- npx shikigami new my-research # Create new project "my-research"
48
- npx shikigami new # Create new project with auto-numbered name
49
- npx shikigami find-related レアアース # Find projects related to "レアアース"
50
- npx shikigami find-related # List all projects with freshness status
51
- npx shikigami inherit --query "ネオジム磁石" # Find inheritable knowledge (v1.8.0)
52
- npx shikigami inherit --from reports/xxx.md # Prepare inheritance from specific report
53
- npx shikigami inherit --list # List all reports with inheritance info
42
+ npx @nahisaho/shikigami init # Initialize SHIKIGAMI
43
+ npx @nahisaho/shikigami upgrade # Upgrade to latest version
44
+ npx @nahisaho/shikigami new my-research # Create new project "my-research"
45
+ npx @nahisaho/shikigami new # Create new project with auto-numbered name
46
+ npx @nahisaho/shikigami find-related レアアース # Find projects related to "レアアース"
47
+ npx @nahisaho/shikigami find-related # List all projects with freshness status
48
+ npx @nahisaho/shikigami inherit --query "ネオジム磁石" # Find inheritable knowledge (v1.8.0)
49
+ npx @nahisaho/shikigami inherit --from reports/xxx.md # Prepare inheritance from specific report
50
+ npx @nahisaho/shikigami inherit --list # List all reports with inheritance info
54
51
 
55
52
  Version: ${packageJson.version}
56
53
  `);
@@ -71,13 +68,6 @@ if (command === 'upgrade' || command === 'update') {
71
68
  process.exit(0);
72
69
  }
73
70
 
74
- // Cowork command (v2.0.0)
75
- if (command === 'cowork') {
76
- const { setup } = require('./setup-cowork.js');
77
- setup();
78
- process.exit(0);
79
- }
80
-
81
71
  // New project command
82
72
  if (command === 'new') {
83
73
  const projectName = args[1];
@@ -99,9 +89,9 @@ if (command === 'inherit') {
99
89
  }
100
90
 
101
91
  // Unknown command
102
- if (command !== 'find-related' && command !== 'inherit' && command !== 'upgrade' && command !== 'update' && command !== 'cowork') {
92
+ if (command !== 'find-related' && command !== 'inherit' && command !== 'upgrade' && command !== 'update') {
103
93
  console.error(`Unknown command: ${command}`);
104
- console.log('Run "npx shikigami --help" for usage information.');
94
+ console.log('Run "npx @nahisaho/shikigami --help" for usage information.');
105
95
  process.exit(1);
106
96
  }
107
97
 
@@ -350,7 +340,7 @@ async function findRelatedProjects(keywords) {
350
340
 
351
341
  if (!fs.existsSync(projectsDir)) {
352
342
  console.log('📁 projects/ ディレクトリが見つかりません。');
353
- console.log(' npx shikigami new [name] でプロジェクトを作成してください。');
343
+ console.log(' npx @nahisaho/shikigami new [name] でプロジェクトを作成してください。');
354
344
  process.exit(0);
355
345
  }
356
346
 
@@ -587,7 +577,7 @@ function handleInheritCommand(args) {
587
577
  }
588
578
 
589
579
  // Default: show help for inherit command
590
- console.log('Usage: npx shikigami inherit [options]');
580
+ console.log('Usage: npx @nahisaho/shikigami inherit [options]');
591
581
  console.log('');
592
582
  console.log('Options:');
593
583
  console.log(' --query <keywords> キーワードで関連レポートを検索');
@@ -595,9 +585,9 @@ function handleInheritCommand(args) {
595
585
  console.log(' --list 全レポートの一覧を表示');
596
586
  console.log('');
597
587
  console.log('Examples:');
598
- console.log(' npx shikigami inherit --query "ネオジム磁石 調達"');
599
- console.log(' npx shikigami inherit --from projects/pj00001_sample/reports/report.md');
600
- console.log(' npx shikigami inherit --list');
588
+ console.log(' npx @nahisaho/shikigami inherit --query "ネオジム磁石 調達"');
589
+ console.log(' npx @nahisaho/shikigami inherit --from projects/pj00001_sample/reports/report.md');
590
+ console.log(' npx @nahisaho/shikigami inherit --list');
601
591
  process.exit(0);
602
592
  }
603
593
 
@@ -780,7 +770,7 @@ function findInheritableKnowledge(keywords, reports) {
780
770
  }
781
771
 
782
772
  console.log('💡 特定のレポートから継承を準備するには:');
783
- console.log(` npx shikigami inherit --from "${matched[0].path}"`);
773
+ console.log(` npx @nahisaho/shikigami inherit --from "${matched[0].path}"`);
784
774
  }
785
775
 
786
776
  /**
package/scripts/init.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * SHIKIGAMI manual init command
4
- * Usage: npx shikigami-init
4
+ * Usage: npx @nahisaho/shikigami-init
5
5
  *
6
6
  * Manually copies SHIKIGAMI files to current directory
7
7
  * Useful when postinstall was skipped or for manual setup
@@ -62,7 +62,7 @@ function showHelp() {
62
62
  console.log(`
63
63
  🎭 SHIKIGAMI Init
64
64
 
65
- Usage: npx shikigami-init [options]
65
+ Usage: npx @nahisaho/shikigami-init [options]
66
66
 
67
67
  Options:
68
68
  -f, --force Overwrite existing files
@@ -167,22 +167,6 @@ function init() {
167
167
  console.log(`📊 Summary: ${copiedCount} copied, ${overwrittenCount} overwritten, ${skippedCount} skipped`);
168
168
  console.log('');
169
169
 
170
- // Check Cowork MCP status
171
- try {
172
- const { isInstalled, isMcpConfigured } = require('./setup-cowork.js');
173
- if (!isInstalled() || !isMcpConfigured()) {
174
- console.log('🤝 Copilot Cowork MCP (M365連携):');
175
- console.log(' メール・カレンダー・Teams・OneDrive にCopilot CLIからアクセス可能に');
176
- console.log(' セットアップ: npx shikigami cowork');
177
- console.log('');
178
- } else {
179
- console.log('🤝 Copilot Cowork MCP: ✅ Configured');
180
- console.log('');
181
- }
182
- } catch {
183
- // Ignore errors from cowork check
184
- }
185
-
186
170
  console.log('📝 Next steps:');
187
171
  console.log(' 1. cd mcp-server && npm install && npm run build');
188
172
  console.log(' 2. Restart VS Code to activate Agent Skills');
@@ -29,7 +29,7 @@ const itemsToCopy = [
29
29
  ];
30
30
 
31
31
  // Note: projects/ directory is NOT created automatically.
32
- // Use `npx shikigami new <name>` to create project directories.
32
+ // Use `npx @nahisaho/shikigami new <name>` to create project directories.
33
33
  const itemsToCreate = [];
34
34
 
35
35
  /**