Skip to content

Commit 4ed0085

Browse files
author
Ray Han
committed
Bump version to 0.3.0 + fix plugin manifests for renamed skills
The plugin manifests still pointed to the old slug paths (ai-idea-diagnostic, pilot-design, etc.) — the install would have been broken for anyone trying the renamed repo until this. Updated both .claude-plugin/plugin.json and .claude-plugin/marketplace.json to reference the new bucket-prefixed paths. Bumped version 0.2.0 -> 0.3.0 (breaking change: slug renames require reinstall). Added CHANGELOG.md documenting the rename map, conflict fixes, citation disambiguation, and demo script.
1 parent ce986c1 commit 4ed0085

3 files changed

Lines changed: 79 additions & 33 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
},
77
"metadata": {
88
"description": "Fifteen installable skills for diagnosing, designing, governing, and scaling enterprise AI transformation — distilled from 21 flagship research sources (Stanford, MIT, McKinsey, BCG, Deloitte, PwC, Accenture, NIST, EU AI Act, IMDA, WEF).",
9-
"version": "0.2.0"
9+
"version": "0.3.0"
1010
},
1111
"plugins": [
1212
{
1313
"name": "enterprise-ai-transformation-skills",
14-
"description": "Decision frameworks, diagnostic tools, and gate criteria for enterprise AI transformation — covering discovery, concept gating, pilot design, ROI, build-vs-buy, data governance, productionization, agent guardrails, stack diagnostics, frontline engagement, portfolio observability, readiness, maturity, workforce literacy, and peer case library.",
14+
"description": "Decision frameworks, diagnostic tools, and gate criteria for enterprise AI transformation — grouped into four buckets: general (strategy/diagnosis), process (pilot/ship/observe), tech (stack/sourcing/data/agents), people (leadership/workforce/frontline).",
1515
"source": "./",
1616
"strict": true,
1717
"skills": [
18-
"./skills/ai-idea-diagnostic",
19-
"./skills/pilot-design",
20-
"./skills/roi-gate-pwc",
21-
"./skills/agent-guardrail-imda",
22-
"./skills/stack-diagnostic",
23-
"./skills/buy-vs-build",
24-
"./skills/readiness-conversation",
25-
"./skills/maturity-assessment",
26-
"./skills/use-case-discovery",
27-
"./skills/data-trust-deployment-pattern",
28-
"./skills/productionization-playbook",
29-
"./skills/ai-portfolio-observability",
30-
"./skills/augmentation-frontline-engagement",
31-
"./skills/peer-case-library",
32-
"./skills/workforce-literacy-curriculum"
18+
"./skills/general-idea-diagnostic",
19+
"./skills/general-use-case-discovery",
20+
"./skills/general-maturity-assessment",
21+
"./skills/general-peer-cases",
22+
"./skills/general-roi-gate",
23+
"./skills/process-pilot-design",
24+
"./skills/process-productionization",
25+
"./skills/process-portfolio-observability",
26+
"./skills/tech-stack-diagnostic",
27+
"./skills/tech-buy-vs-build",
28+
"./skills/tech-data-deployment",
29+
"./skills/tech-agent-guardrail",
30+
"./skills/people-readiness-conversation",
31+
"./skills/people-literacy-curriculum",
32+
"./skills/people-frontline-engagement"
3333
]
3434
}
3535
]

.claude-plugin/plugin.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"name": "enterprise-ai-transformation-skills",
33
"displayName": "Enterprise AI Transformation Skills",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "Fifteen installable skills for diagnosing, designing, governing, and scaling enterprise AI transformation. Distilled from 21 flagship sources (Stanford, MIT, McKinsey, BCG, Deloitte, PwC, Accenture, NIST, EU AI Act, IMDA, WEF).",
66
"author": "Ray Han",
77
"license": "MIT",
88
"homepage": "https://github.com/geledek/enterprise-ai-transformation-skills",
99
"skills": [
10-
"skills/ai-idea-diagnostic",
11-
"skills/pilot-design",
12-
"skills/roi-gate-pwc",
13-
"skills/agent-guardrail-imda",
14-
"skills/stack-diagnostic",
15-
"skills/buy-vs-build",
16-
"skills/readiness-conversation",
17-
"skills/maturity-assessment",
18-
"skills/use-case-discovery",
19-
"skills/data-trust-deployment-pattern",
20-
"skills/productionization-playbook",
21-
"skills/ai-portfolio-observability",
22-
"skills/augmentation-frontline-engagement",
23-
"skills/peer-case-library",
24-
"skills/workforce-literacy-curriculum"
10+
"skills/general-idea-diagnostic",
11+
"skills/general-use-case-discovery",
12+
"skills/general-maturity-assessment",
13+
"skills/general-peer-cases",
14+
"skills/general-roi-gate",
15+
"skills/process-pilot-design",
16+
"skills/process-productionization",
17+
"skills/process-portfolio-observability",
18+
"skills/tech-stack-diagnostic",
19+
"skills/tech-buy-vs-build",
20+
"skills/tech-data-deployment",
21+
"skills/tech-agent-guardrail",
22+
"skills/people-readiness-conversation",
23+
"skills/people-literacy-curriculum",
24+
"skills/people-frontline-engagement"
2525
]
2626
}

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Changelog
2+
3+
All notable changes to this plugin are documented here.
4+
5+
## [0.3.0] — 2026-06-16
6+
7+
### Added
8+
- Bucket prefix in human-readable skill titles. Every SKILL.md and README.md H1 now reads `<Bucket> — <Title>` (e.g. `# General — AI Idea Diagnostic`).
9+
- `docs/demo-script-metrobank.md` — six-prompt MetroBank Singapore live-demo script covering all four buckets.
10+
- `docs/effectiveness/` — skill effectiveness reports.
11+
- `references/queries/` — research query archive.
12+
13+
### Changed (BREAKING)
14+
- All 15 skills renamed with bucket prefixes. **Reinstall required** for anyone on 0.2.x — the slugs in `.claude-plugin/plugin.json` and `.claude-plugin/marketplace.json` now point at the new directories.
15+
16+
| Old slug | New slug |
17+
|---|---|
18+
| `ai-idea-diagnostic` | `general-idea-diagnostic` |
19+
| `use-case-discovery` | `general-use-case-discovery` |
20+
| `maturity-assessment` | `general-maturity-assessment` |
21+
| `peer-case-library` | `general-peer-cases` |
22+
| `roi-gate-pwc` | `general-roi-gate` |
23+
| `pilot-design` | `process-pilot-design` |
24+
| `productionization-playbook` | `process-productionization` |
25+
| `ai-portfolio-observability` | `process-portfolio-observability` |
26+
| `stack-diagnostic` | `tech-stack-diagnostic` |
27+
| `buy-vs-build` | `tech-buy-vs-build` |
28+
| `data-trust-deployment-pattern` | `tech-data-deployment` |
29+
| `agent-guardrail-imda` | `tech-agent-guardrail` |
30+
| `readiness-conversation` | `people-readiness-conversation` |
31+
| `workforce-literacy-curriculum` | `people-literacy-curriculum` |
32+
| `augmentation-frontline-engagement` | `people-frontline-engagement` |
33+
34+
- README rewritten as a decision-tree-first beginner guide, organized by the four buckets (general / process / tech / people) with a "Which skill when?" lookup table.
35+
- INSTALL.md verification table regrouped by bucket.
36+
- INSTALL.md — Claude Desktop install path corrected: Customization → Add plugin (`+`) → Create Plugin → Add Marketplace → Add from a repository.
37+
38+
### Fixed
39+
- **Customer-facing pilot conflict.** `general-use-case-discovery` Role 4 now defaults customer-facing first-pilot candidates to *Stage-and-watch* unless the sponsor signs a tighter reliability bar. Previously the discovery skill's value-pool prompts pushed toward customer-pain pools that `process-pilot-design` would then downrate at the blast-radius check.
40+
- **BCG 88/25 citation drift.** `tech-data-deployment` previously co-opted "BCG 88/25" to refer to the broad-use-vs-value-capture gap; now uses explicit wording and flags that the 88/25 *manager role-modeling* finding lives in the people bucket.
41+
- **70/20/10 vs 10/20/70 confusion.** Three skills used the same digits for different things. `process-portfolio-observability` now explicitly labels its anchor as the *portfolio mix* prior (70% core / 20% adjacent / 10% transformational), distinct from BCG's 10/20/70 *effort split* and `people-literacy-curriculum`'s 70-20-10 *training-budget* split.
42+
- `people-literacy-curriculum` BCG 88/25 attribution corrected to the manager-modeling source.
43+
44+
## [0.2.0] — 2026-06-14
45+
46+
Initial public release. Fifteen skills covering enterprise AI transformation, distilled from 21 flagship research sources (Stanford, MIT, McKinsey, BCG, Deloitte, PwC, Accenture, NIST, EU AI Act, IMDA, WEF).

0 commit comments

Comments
 (0)