@grant-vine/wunderkind 0.19.1 → 0.20.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 (80) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/README.md +35 -19
  3. package/agents/ciso.md +3 -3
  4. package/agents/creative-director.md +3 -3
  5. package/agents/fullstack-wunderkind.md +3 -3
  6. package/agents/legal-counsel.md +3 -3
  7. package/agents/marketing-wunderkind.md +3 -3
  8. package/agents/product-wunderkind.md +3 -3
  9. package/commands/design-md.md +1 -0
  10. package/commands/docs-index.md +2 -2
  11. package/commands/dream.md +1 -1
  12. package/dist/agents/canonical-manifest.d.ts +583 -0
  13. package/dist/agents/canonical-manifest.d.ts.map +1 -0
  14. package/dist/agents/canonical-manifest.js +700 -0
  15. package/dist/agents/canonical-manifest.js.map +1 -0
  16. package/dist/agents/docs-config.d.ts +1 -1
  17. package/dist/agents/docs-config.d.ts.map +1 -1
  18. package/dist/agents/docs-config.js +10 -34
  19. package/dist/agents/docs-config.js.map +1 -1
  20. package/dist/agents/manifest.d.ts.map +1 -1
  21. package/dist/agents/manifest.js +15 -38
  22. package/dist/agents/manifest.js.map +1 -1
  23. package/dist/agents/render-markdown.js +2 -2
  24. package/dist/agents/render-markdown.js.map +1 -1
  25. package/dist/agents/shared-prompt-sections.js +2 -2
  26. package/dist/agents/shared-prompt-sections.js.map +1 -1
  27. package/dist/agents/slash-commands.d.ts +3 -186
  28. package/dist/agents/slash-commands.d.ts.map +1 -1
  29. package/dist/agents/slash-commands.js +28 -288
  30. package/dist/agents/slash-commands.js.map +1 -1
  31. package/dist/agents/versioning.d.ts +2 -1
  32. package/dist/agents/versioning.d.ts.map +1 -1
  33. package/dist/agents/versioning.js +5 -1
  34. package/dist/agents/versioning.js.map +1 -1
  35. package/dist/artifact-writer.d.ts.map +1 -1
  36. package/dist/artifact-writer.js +3 -2
  37. package/dist/artifact-writer.js.map +1 -1
  38. package/dist/cli/cleanup.js +2 -2
  39. package/dist/cli/cleanup.js.map +1 -1
  40. package/dist/cli/config-manager/index.d.ts +4 -2
  41. package/dist/cli/config-manager/index.d.ts.map +1 -1
  42. package/dist/cli/config-manager/index.js +103 -103
  43. package/dist/cli/config-manager/index.js.map +1 -1
  44. package/dist/cli/doctor.d.ts.map +1 -1
  45. package/dist/cli/doctor.js +22 -2
  46. package/dist/cli/doctor.js.map +1 -1
  47. package/dist/cli/gitignore-manager.d.ts.map +1 -1
  48. package/dist/cli/gitignore-manager.js +0 -1
  49. package/dist/cli/gitignore-manager.js.map +1 -1
  50. package/dist/cli/index.js +15 -15
  51. package/dist/cli/index.js.map +1 -1
  52. package/dist/cli/mcp-helpers.d.ts.map +1 -1
  53. package/dist/cli/mcp-helpers.js +0 -6
  54. package/dist/cli/mcp-helpers.js.map +1 -1
  55. package/dist/cli/migrate.d.ts.map +1 -1
  56. package/dist/cli/migrate.js +19 -103
  57. package/dist/cli/migrate.js.map +1 -1
  58. package/dist/cli/uninstall.d.ts.map +1 -1
  59. package/dist/cli/uninstall.js +2 -8
  60. package/dist/cli/uninstall.js.map +1 -1
  61. package/dist/index.js +2 -2
  62. package/dist/index.js.map +1 -1
  63. package/dist/project-artifacts.d.ts +3 -1
  64. package/dist/project-artifacts.d.ts.map +1 -1
  65. package/dist/project-artifacts.js +7 -8
  66. package/dist/project-artifacts.js.map +1 -1
  67. package/package.json +7 -5
  68. package/skills/SKILL-STANDARD.md +78 -27
  69. package/skills/agile-pm/SKILL.md +2 -2
  70. package/skills/code-health/SKILL.md +3 -1
  71. package/skills/design-an-interface/SKILL.md +35 -30
  72. package/skills/diagnose/SKILL.md +1 -1
  73. package/skills/grill-me/SKILL.md +2 -1
  74. package/skills/improve-codebase-architecture/SKILL.md +8 -5
  75. package/skills/prd-pipeline/SKILL.md +3 -2
  76. package/skills/tdd/SKILL.md +3 -6
  77. package/skills/technical-writer/SKILL.md +3 -1
  78. package/skills/triage-issue/SKILL.md +3 -2
  79. package/skills/ubiquitous-language/SKILL.md +3 -2
  80. package/oh-my-opencode.jsonc +0 -81
@@ -0,0 +1,700 @@
1
+ export const WUNDERKIND_CANONICAL_MANIFEST = {
2
+ package: {
3
+ name: "@grant-vine/wunderkind",
4
+ version: "0.20.1",
5
+ description: "Wunderkind — specialist AI agent addon for OpenCode with 6 retained specialist agents for any software product team",
6
+ agentVersionFrontmatterKey: "wunderkind_version",
7
+ keywords: ["oh-my-openagent", "oh-my-opencode", "opencode", "plugin", "wunderkind", "agents", "ai-agents"],
8
+ files: [
9
+ "dist/",
10
+ "agents/",
11
+ "commands/",
12
+ "schemas/",
13
+ "skills/",
14
+ ".claude-plugin/",
15
+ "bin/",
16
+ "oh-my-openagent.jsonc",
17
+ "wunderkind.config.jsonc",
18
+ ],
19
+ },
20
+ plugin: {
21
+ name: "wunderkind",
22
+ description: "Wunderkind — specialist AI agents for any software product team, built as an oh-my-openagent addon",
23
+ main: "dist/index.js",
24
+ },
25
+ nativeAssets: {
26
+ markerFilename: ".wunderkind-version.json",
27
+ kinds: ["agents", "commands", "skills"],
28
+ openCodeDirs: {
29
+ agents: "agents",
30
+ commands: "commands",
31
+ skills: "skills",
32
+ },
33
+ upstream: {
34
+ omoCanonicalPackageName: "oh-my-openagent",
35
+ omoLegacyPackageName: "oh-my-opencode",
36
+ },
37
+ configSchemaUrl: "https://raw.githubusercontent.com/grant-vine/wunderkind/main/schemas/wunderkind.config.schema.json",
38
+ },
39
+ agents: [
40
+ {
41
+ id: "marketing-wunderkind",
42
+ roleLabel: "Marketing Wunderkind",
43
+ summary: "CMO-calibre strategist for brand, community, developer advocacy, docs-led launches, adoption, PR, and go-to-market work.",
44
+ factoryKey: "marketing-wunderkind",
45
+ omoCategory: "writing",
46
+ omoColor: "#FF6B35",
47
+ omoMode: "primary",
48
+ omoDescription: "CMO-calibre marketing strategist. Brand, GTM, community, PR, developer advocacy, docs-led launches, tutorials, migration support, funnel analytics, and DX adoption work.",
49
+ },
50
+ {
51
+ id: "creative-director",
52
+ roleLabel: "Creative Director",
53
+ summary: "Brand and UI/UX lead for design systems, visuals, and product experience.",
54
+ factoryKey: "creative-director",
55
+ omoCategory: "visual-engineering",
56
+ omoColor: "#A855F7",
57
+ omoMode: "primary",
58
+ omoDescription: "Brand identity, design systems, UI/UX, typography, colour, accessibility, design tokens.",
59
+ },
60
+ {
61
+ id: "product-wunderkind",
62
+ roleLabel: "Product Wunderkind",
63
+ summary: "Default orchestrator and front door for all Wunderkind requests. Routes, clarifies, and synthesizes across specialists. VP Product authority for strategy, roadmaps, PRDs, OKRs, issue intake, acceptance review, and decomposition.",
64
+ factoryKey: "product-wunderkind",
65
+ omoCategory: "writing",
66
+ omoColor: "#3B82F6",
67
+ omoMode: "primary",
68
+ omoDescription: "Default orchestrator and front door for all Wunderkind requests. Routes mixed-domain and ambiguous work. VP Product authority: roadmaps, OKRs, PRDs, issue intake, acceptance review, sprint planning, and decomposition.",
69
+ },
70
+ {
71
+ id: "fullstack-wunderkind",
72
+ roleLabel: "Fullstack Wunderkind",
73
+ summary: "CTO-calibre engineer for architecture, implementation, and systems tradeoffs.",
74
+ factoryKey: "fullstack-wunderkind",
75
+ omoCategory: "unspecified-high",
76
+ omoColor: "#10B981",
77
+ omoMode: "primary",
78
+ omoDescription: "CTO-calibre full-stack engineer. Frontend, backend, DB, Vercel, architecture, AI integration.",
79
+ },
80
+ {
81
+ id: "ciso",
82
+ roleLabel: "CISO",
83
+ summary: "Security and compliance lead for threat modeling, controls, and risk decisions.",
84
+ factoryKey: "ciso",
85
+ omoCategory: "unspecified-high",
86
+ omoColor: "#EF4444",
87
+ omoMode: "primary",
88
+ omoDescription: "CISO: security architecture, OWASP, threat modelling, GDPR/CCPA/POPIA, pen testing, breach response.",
89
+ },
90
+ {
91
+ id: "legal-counsel",
92
+ roleLabel: "Legal Counsel",
93
+ summary: "Legal and regulatory advisor for contracts, licensing, and compliance posture.",
94
+ factoryKey: "legal-counsel",
95
+ omoCategory: "writing",
96
+ omoColor: "#6366F1",
97
+ omoMode: "primary",
98
+ omoDescription: "OSS licensing, TOS, privacy policy, DPAs, CLAs, contract review, GDPR/CCPA compliance obligations.",
99
+ },
100
+ ],
101
+ skills: [
102
+ {
103
+ id: "agile-pm",
104
+ bucket: "promoted",
105
+ ownerAgentId: "product-wunderkind",
106
+ description: "USE FOR: sprint planning, task breakdown, agile, task decomposition, file conflict check, concern grouping, backlog management, story points, dependency ordering, parallel task safety, agent-friendly task structure, work breakdown structure, sprint retrospective, sprint review, velocity tracking, story splitting, definition of done, story review, acceptance criteria, INVEST criteria.",
107
+ sourcePath: "skills/agile-pm/SKILL.md",
108
+ },
109
+ {
110
+ id: "code-health",
111
+ bucket: "promoted",
112
+ ownerAgentId: "fullstack-wunderkind",
113
+ description: "USE FOR: code health audits, engineering hygiene assessments, coupling analysis, testability reviews, dependency classification, severity-ranked findings reports, and identifying systemic code quality patterns across a codebase.",
114
+ sourcePath: "skills/code-health/SKILL.md",
115
+ },
116
+ {
117
+ id: "compliance-officer",
118
+ bucket: "promoted",
119
+ ownerAgentId: "ciso",
120
+ description: "USE FOR: GDPR, POPIA, CCPA, CPRA, PIPEDA, LGPD, PDPA, APP, data protection, privacy compliance, data classification, consent management, data subject rights, right to erasure, right to access, data retention, data minimisation, purpose limitation, breach notification, 72 hour notification, data processing agreements, DPA, privacy impact assessment, DPIA, privacy by design, data residency, cross-border data transfer, SCCs, standard contractual clauses, adequacy decisions, data processor, data controller, legitimate interest, lawful basis, sensitive personal information, special categories, SOC2 Type II, ISO 27001, compliance audit, compliance assessment, compliance gap, regulatory requirements, privacy policy, terms of service, cookie consent, data inventory, data mapping, records of processing activities, ROPA, opt-out, do not sell, consumer privacy rights, personal information protection, data localisation.",
121
+ sourcePath: "skills/compliance-officer/SKILL.md",
122
+ },
123
+ {
124
+ id: "db-architect",
125
+ bucket: "promoted",
126
+ ownerAgentId: "fullstack-wunderkind",
127
+ description: "USE FOR: database schema design, Drizzle ORM, PostgreSQL, Neon DB, ERD generation, query analysis, EXPLAIN ANALYZE, index audit, migration diff, drizzle-kit, schema introspection, destructive operations (with confirmation), foreign key analysis.",
128
+ sourcePath: "skills/db-architect/SKILL.md",
129
+ },
130
+ {
131
+ id: "design-an-interface",
132
+ bucket: "deprecated",
133
+ ownerAgentId: "fullstack-wunderkind",
134
+ description: "DEPRECATED: docs-history and detection-only reference for the retired design-an-interface route. Do not invoke for new work. Use improve-codebase-architecture for structural interface work, direct fullstack-wunderkind routing for narrow engineering judgement, or product/frontend exploration when user workflow or prototype evidence shapes the contract.",
135
+ sourcePath: "skills/design-an-interface/SKILL.md",
136
+ },
137
+ {
138
+ id: "diagnose",
139
+ bucket: "promoted",
140
+ ownerAgentId: "fullstack-wunderkind",
141
+ description: "USE FOR: deterministic bug diagnosis, reproducible failure loops, ranked hypotheses, focused instrumentation, root-cause isolation, and deciding the smallest proving regression surface before implementation starts.",
142
+ sourcePath: "skills/diagnose/SKILL.md",
143
+ },
144
+ {
145
+ id: "docs-with-grill",
146
+ bucket: "wunderkind-specific",
147
+ ownerAgentId: "product-wunderkind",
148
+ description: "USE FOR: context-aware documentation grilling, Matt-style grill-with-docs adaptation, repo-aware questioning, `CONTEXT.md` maintenance, validating domain language against code and docs, and preparing Wunderkind-native docs follow-up without copying external filesystem layouts verbatim.",
149
+ sourcePath: "skills/docs-with-grill/SKILL.md",
150
+ },
151
+ {
152
+ id: "experimentation-analyst",
153
+ bucket: "promoted",
154
+ ownerAgentId: "product-wunderkind",
155
+ description: "USE FOR: A/B test design, experiment design, hypothesis formulation, sample size calculation, power analysis, minimum detectable effect, MDE, statistical significance, p-value, confidence interval, control group, treatment group, experiment duration, experiment readout, test results analysis, statistical testing, t-test, chi-square test, z-test, bootstrap, Bayesian A/B testing, frequentist testing, multiple testing correction, Bonferroni, false positive rate, false negative rate, Type I error, Type II error, guardrail metrics, novelty effect, network effects in experiments, holdout group, switchback test, multivariate test, MVT, feature flag rollout, staged rollout, experiment infrastructure.",
156
+ sourcePath: "skills/experimentation-analyst/SKILL.md",
157
+ },
158
+ {
159
+ id: "grill-me",
160
+ bucket: "promoted",
161
+ ownerAgentId: "product-wunderkind",
162
+ description: "USE FOR: discovery interrogation, stress-testing requirements, uncovering ambiguity, product questioning, assumption checking, pseudo-orchestrator questioning, scope clarification, decision-tree exploration, requirement grilling, contradiction detection.",
163
+ sourcePath: "skills/grill-me/SKILL.md",
164
+ },
165
+ {
166
+ id: "improve-codebase-architecture",
167
+ bucket: "promoted",
168
+ ownerAgentId: "fullstack-wunderkind",
169
+ description: "USE FOR: architecture improvement, codebase deepening, module boundaries, seam design, coupling reduction, dependency review, deletion-test analysis, RFC creation, structural refactoring, and AI-navigable interfaces.",
170
+ sourcePath: "skills/improve-codebase-architecture/SKILL.md",
171
+ },
172
+ {
173
+ id: "oss-licensing-advisor",
174
+ bucket: "promoted",
175
+ ownerAgentId: "legal-counsel",
176
+ description: "USE FOR: OSS license audit, open source license compatibility, MIT license, Apache 2.0, GPL, LGPL, AGPL, copyleft risk, SPDX identifier, license compatibility matrix, dependency license check, third-party license compliance, FOSS compliance, OpenChain, REUSE spec, license header, contributor license agreement, CLA, individual CLA, corporate CLA, developer certificate of origin, DCO, license selection, choosing a license, dual licensing, commercial exception, license FAQ, license obligations, attribution requirements, notice file, NOTICE.txt, copyright notice, license compatibility with SaaS, OSS in commercial product.",
177
+ sourcePath: "skills/oss-licensing-advisor/SKILL.md",
178
+ },
179
+ {
180
+ id: "pen-tester",
181
+ bucket: "promoted",
182
+ ownerAgentId: "ciso",
183
+ description: "USE FOR: penetration testing, pen test, attack simulation, ethical hacking, OWASP ASVS, Application Security Verification Standard, auth flow testing, JWT attack, JWT algorithm confusion, force browsing, broken access control testing, privilege escalation testing, session hijacking, CSRF testing, XSS testing, injection testing, API fuzzing, authentication bypass, authorisation bypass, IDOR exploitation, parameter tampering, business logic testing, rate limit bypass, security regression testing, attacker mindset, red team, vulnerability proof of concept, security testing, active testing, dynamic analysis, DAST.",
184
+ sourcePath: "skills/pen-tester/SKILL.md",
185
+ },
186
+ {
187
+ id: "prd-pipeline",
188
+ bucket: "promoted",
189
+ ownerAgentId: "product-wunderkind",
190
+ description: "USE FOR: PRD workflow, product requirements, PRD to plan, PRD to issues, implementation planning, vertical slices, tracer bullets, filesystem workflow, GitHub workflow, product handoff, plan generation.",
191
+ sourcePath: "skills/prd-pipeline/SKILL.md",
192
+ },
193
+ {
194
+ id: "security-analyst",
195
+ bucket: "promoted",
196
+ ownerAgentId: "ciso",
197
+ description: "USE FOR: OWASP Top 10, vulnerability assessment, security code review, auth testing, IDOR, broken access control, injection vulnerabilities, XSS, CSRF, security misconfigurations, sensitive data exposure, insecure design, software component vulnerabilities, authentication failures, cryptographic failures, server-side request forgery, SSRF, security logging and monitoring failures, security analysis, static analysis, dependency audit, CVE research, attack surface analysis, input validation review, output encoding, SQL injection, NoSQL injection, command injection, path traversal, file upload vulnerabilities, JWT vulnerabilities, OAuth vulnerabilities, API security, REST security, GraphQL security.",
198
+ sourcePath: "skills/security-analyst/SKILL.md",
199
+ },
200
+ {
201
+ id: "setup-wunderkind-workflow",
202
+ bucket: "wunderkind-specific",
203
+ ownerAgentId: "product-wunderkind",
204
+ description: "USE FOR: repo-local workflow setup, issue flow selection, triage vocabulary, glossary/docs location setup, `.omo` conventions, and adapting Matt-style setup patterns to Wunderkind-native files like `AGENTS.md` and `.omo/*`.",
205
+ sourcePath: "skills/setup-wunderkind-workflow/SKILL.md",
206
+ },
207
+ {
208
+ id: "social-media-maven",
209
+ bucket: "promoted",
210
+ ownerAgentId: "marketing-wunderkind",
211
+ description: "USE FOR: social media strategy, content calendar, content planning, hashtag research, platform strategy, engagement audit, content audit, Lighthouse audit of social pages, campaign planning, engagement strategy, TikTok, Instagram, LinkedIn, X/Twitter, Facebook, WhatsApp, WeChat, platform mix, posting cadence, social analytics, community engagement, social ROI, follower growth, reach, impressions, engagement rate, social listening, trend research, competitor social audit.",
212
+ sourcePath: "skills/social-media-maven/SKILL.md",
213
+ },
214
+ {
215
+ id: "tdd",
216
+ bucket: "promoted",
217
+ ownerAgentId: "fullstack-wunderkind",
218
+ description: "USE FOR: test-driven development, red-green-refactor loops, bug fixes with new regression coverage, and feature work that should be proven through public behavior. Use when implementing or repairing TypeScript code under Wunderkind's Bun-based test workflow.",
219
+ sourcePath: "skills/tdd/SKILL.md",
220
+ },
221
+ {
222
+ id: "technical-writer",
223
+ bucket: "promoted",
224
+ ownerAgentId: "marketing-wunderkind",
225
+ description: "USE FOR: technical writing, documentation writing, API documentation, getting started guide, quickstart guide, tutorial writing, conceptual guide, how-to guide, reference documentation, SDK documentation, integration guide, migration guide, upgrade guide, code examples, sample code, README writing, CONTRIBUTING.md, developer onboarding docs, docs architecture, documentation structure, docs site copy, Mintlify, Docusaurus, developer portal content, technical blog post, changelog writing, release notes, CLI help text, error message copy, interactive tutorial, FAQ writing, troubleshooting guide, OpenAPI spec review, webhook docs.",
226
+ sourcePath: "skills/technical-writer/SKILL.md",
227
+ },
228
+ {
229
+ id: "triage-issue",
230
+ bucket: "promoted",
231
+ ownerAgentId: "product-wunderkind",
232
+ description: "USE FOR: bug triage, external PR triage, issue investigation, support handoff, incident reproduction, defect documentation, issue scoping, support-to-engineering transitions, acceptance clarity, backlog-ready issue shaping.",
233
+ sourcePath: "skills/triage-issue/SKILL.md",
234
+ },
235
+ {
236
+ id: "ubiquitous-language",
237
+ bucket: "promoted",
238
+ ownerAgentId: "product-wunderkind",
239
+ description: "USE FOR: glossary maintenance, shared terminology cleanup, naming alignment, canonical terms, alias resolution, domain-language drift, and explicit updates to `.omo/glossary.md`.",
240
+ sourcePath: "skills/ubiquitous-language/SKILL.md",
241
+ },
242
+ {
243
+ id: "vercel-architect",
244
+ bucket: "promoted",
245
+ ownerAgentId: "fullstack-wunderkind",
246
+ description: "USE FOR: Vercel deployment, Next.js App Router, Edge Runtime, ISR/SSR/SSG, bundle analysis, performance optimisation, Neon DB branching, preview URLs, edge vs Node runtime decisions, Lighthouse CI, Core Web Vitals, validate page, serverless functions.",
247
+ sourcePath: "skills/vercel-architect/SKILL.md",
248
+ },
249
+ {
250
+ id: "visual-artist",
251
+ bucket: "promoted",
252
+ ownerAgentId: "creative-director",
253
+ description: "USE FOR: brand identity, colour palette, design system, design audit, token export, WCAG contrast, typography, spacing, visual design review, design language, brand guidelines, Tailwind theme, CSS custom properties, W3C design tokens.",
254
+ sourcePath: "skills/visual-artist/SKILL.md",
255
+ },
256
+ {
257
+ id: "write-a-skill",
258
+ bucket: "wunderkind-specific",
259
+ ownerAgentId: "product-wunderkind",
260
+ description: "USE FOR: authoring new Wunderkind-native skills, adapting external skill patterns, defining skill triggers, and deciding when a skill needs extra reference files or scripts. Use when work belongs in `skills/*/SKILL.md` instead of TypeScript.",
261
+ sourcePath: "skills/write-a-skill/SKILL.md",
262
+ },
263
+ {
264
+ id: "caveman",
265
+ bucket: "wunderkind-specific",
266
+ ownerAgentId: "product-wunderkind",
267
+ description: "USE FOR: terse mode, low-token replies, compressed communication, user asks like \"caveman mode\", \"be brief\", \"less tokens\", or \"talk like caveman\" while keeping technical accuracy intact.",
268
+ sourcePath: "skills/caveman/SKILL.md",
269
+ },
270
+ ],
271
+ commands: {
272
+ static: [
273
+ {
274
+ name: "docs-index",
275
+ command: "/docs-index",
276
+ ownerAgentId: "product-wunderkind",
277
+ summary: "Regenerate Wunderkind-managed project documentation and refresh the docs index",
278
+ subtask: true,
279
+ sourcePath: "commands/docs-index.md",
280
+ },
281
+ {
282
+ name: "dream",
283
+ command: "/dream",
284
+ ownerAgentId: "product-wunderkind",
285
+ summary: "Wunderkind-native mixed workflow for ideation, SOUL synthesis, and exploration",
286
+ subtask: true,
287
+ sourcePath: "commands/dream.md",
288
+ },
289
+ {
290
+ name: "design-md",
291
+ command: "/design-md",
292
+ ownerAgentId: "creative-director",
293
+ summary: "Create or capture the canonical DESIGN.md brief for Stitch-guided design work",
294
+ subtask: false,
295
+ sourcePath: "commands/design-md.md",
296
+ },
297
+ ],
298
+ generated: [
299
+ {
300
+ ownerAgentId: "marketing-wunderkind",
301
+ command: "/gtm-plan <product>",
302
+ summary: "Build a go-to-market plan for a product, feature, or release.",
303
+ details: [
304
+ "Define audience segments, positioning, journey stages, channel mix, launch assets, and measurement.",
305
+ "Include docs, onboarding, or migration dependencies needed for adoption.",
306
+ ],
307
+ },
308
+ {
309
+ ownerAgentId: "marketing-wunderkind",
310
+ command: "/content-calendar <platform> <period>",
311
+ summary: "Generate a platform-specific content calendar.",
312
+ details: [
313
+ "Invoke via `skill(name=\"social-media-maven\")` for channel-native plans, posting cadence, themes, and copy scaffolding.",
314
+ ],
315
+ },
316
+ {
317
+ ownerAgentId: "marketing-wunderkind",
318
+ command: "/community-audit",
319
+ summary: "Audit community presence across owned and external channels.",
320
+ },
321
+ {
322
+ ownerAgentId: "marketing-wunderkind",
323
+ command: "/thought-leadership-plan <quarter>",
324
+ summary: "Plan quarterly narrative pillars, channels, authors, and amplification motions.",
325
+ },
326
+ {
327
+ ownerAgentId: "marketing-wunderkind",
328
+ command: "/docs-launch-brief <release>",
329
+ summary: "Plan the audience-facing launch package for a technical release.",
330
+ details: ["Invoke via `skill(name=\"technical-writer\")` when the work becomes deep developer-documentation drafting."],
331
+ },
332
+ {
333
+ ownerAgentId: "marketing-wunderkind",
334
+ command: "/dx-audit",
335
+ summary: "Audit the first-run audience experience for a technical product and identify the smallest adoption fixes.",
336
+ },
337
+ {
338
+ ownerAgentId: "marketing-wunderkind",
339
+ command: "/competitor-analysis <competitors>",
340
+ summary: "Compare competitor positioning, launch patterns, docs support, and adoption strategy.",
341
+ },
342
+ {
343
+ ownerAgentId: "creative-director",
344
+ command: "/brand-identity <brief>",
345
+ summary: "Develop a brand identity system from a creative brief.",
346
+ details: ["Invoke via `skill(name=\"visual-artist\")` for palette generation, token export, and WCAG auditing."],
347
+ },
348
+ {
349
+ ownerAgentId: "creative-director",
350
+ command: "/design-audit <url>",
351
+ summary: "Run a rigorous design and accessibility audit of a live page or design.",
352
+ details: ["Use `agent-browser` to capture screenshots, axe violations, and computed-style evidence."],
353
+ },
354
+ {
355
+ ownerAgentId: "creative-director",
356
+ command: "/generate-palette <seed>",
357
+ summary: "Generate an accessible color system from a seed color.",
358
+ details: ["Invoke via `skill(name=\"visual-artist\")` for palette math, token export, and WCAG checks."],
359
+ },
360
+ {
361
+ ownerAgentId: "creative-director",
362
+ command: "/design-system-review",
363
+ summary: "Audit an existing design system for consistency, gaps, redundancies, and token drift.",
364
+ },
365
+ {
366
+ ownerAgentId: "creative-director",
367
+ command: "/creative-brief <project>",
368
+ summary: "Write a creative brief covering audience, objective, deliverables, constraints, and success criteria.",
369
+ },
370
+ {
371
+ ownerAgentId: "product-wunderkind",
372
+ command: "/setup-wunderkind-workflow",
373
+ summary: "Establish the repo-local workflow contract for issue flow, triage vocabulary, glossary/docs locations, and `.omo/` artifact conventions.",
374
+ details: ["Invoke via `skill(name=\"setup-wunderkind-workflow\")` to adapt Matt-style setup patterns to Wunderkind-native locations such as `AGENTS.md` and `.omo/`."],
375
+ },
376
+ {
377
+ ownerAgentId: "product-wunderkind",
378
+ command: "/docs-with-grill <topic>",
379
+ summary: "Stress-test a docs or product topic against repo context, update `CONTEXT.md` when needed, and prepare Wunderkind-native documentation follow-up.",
380
+ details: ["Invoke via `skill(name=\"docs-with-grill\")` for one-question-at-a-time context grilling that inspects the repo before asking and treats `CONTEXT.md` as the compact shared context lane."],
381
+ },
382
+ {
383
+ ownerAgentId: "product-wunderkind",
384
+ command: "/breakdown <task>",
385
+ summary: "Invoke via `skill(name=\"agile-pm\")` for concern-grouped, parallel-safe subtasks with file targets and dependency order.",
386
+ },
387
+ {
388
+ ownerAgentId: "product-wunderkind",
389
+ command: "/sprint-plan",
390
+ summary: "Invoke via `skill(name=\"agile-pm\")` for a sprint plan with points, file targets, dependencies, and stretch work.",
391
+ },
392
+ {
393
+ ownerAgentId: "product-wunderkind",
394
+ command: "/prd <feature>",
395
+ summary: "Produce Context, Goals, Non-Goals, User Stories, Requirements, Open Questions, Success Metrics, and Timeline.",
396
+ details: ["After drafting, request a technical acceptance follow-up from `fullstack-wunderkind`."],
397
+ },
398
+ {
399
+ ownerAgentId: "product-wunderkind",
400
+ command: "/okr-design <level> <objective>",
401
+ summary: "Refine the objective, propose measurable KRs, validate alignment, and flag objective-vs-KR risks.",
402
+ },
403
+ {
404
+ ownerAgentId: "product-wunderkind",
405
+ command: "/file-conflict-check",
406
+ summary: "Invoke via `skill(name=\"agile-pm\")` to build a file-to-task conflict matrix with severity and safe sequencing.",
407
+ },
408
+ {
409
+ ownerAgentId: "product-wunderkind",
410
+ command: "/north-star <product>",
411
+ summary: "Identify the value moment, propose candidate metrics, choose the best one, and map input metrics plus cadence.",
412
+ },
413
+ {
414
+ ownerAgentId: "fullstack-wunderkind",
415
+ command: "/diagnose <issue>",
416
+ summary: "Run a deterministic engineering diagnosis loop before implementation or refactor decisions.",
417
+ details: ["Invoke via `skill(name=\"diagnose\")` to reproduce the failure, rank hypotheses, add the smallest proving instrumentation, and define the tightest regression surface before changing code."],
418
+ },
419
+ {
420
+ ownerAgentId: "fullstack-wunderkind",
421
+ command: "/validate-page <url>",
422
+ summary: "Run a browser-backed audit for accessibility, CWV, console errors, broken links, and a screenshot.",
423
+ details: ["Return a CWV table with measured vs target values (`LCP < 2.5s`, `CLS < 0.1`, `FCP < 1.8s`, `TTFB < 800ms`) plus raw violations and errors."],
424
+ },
425
+ {
426
+ ownerAgentId: "fullstack-wunderkind",
427
+ command: "/bundle-analyze",
428
+ summary: "Invoke via `skill(name=\"vercel-architect\")` to identify largest chunks, heavy dependencies, and concrete replacement opportunities.",
429
+ },
430
+ {
431
+ ownerAgentId: "fullstack-wunderkind",
432
+ command: "/db-audit",
433
+ summary: "Invoke via `skill(name=\"db-architect\")` for schema, index, migration-drift, and slow-query review; report destructive actions without executing them.",
434
+ },
435
+ {
436
+ ownerAgentId: "fullstack-wunderkind",
437
+ command: "/edge-vs-node <filepath>",
438
+ summary: "Invoke via `skill(name=\"vercel-architect\")` to decide runtime compatibility and explain blockers.",
439
+ },
440
+ {
441
+ ownerAgentId: "fullstack-wunderkind",
442
+ command: "/architecture-review <component>",
443
+ summary: "Assess separation of concerns, coupling, traps, and minimal refactor steps with effort and risk.",
444
+ details: ["Invoke via `skill(name=\"improve-codebase-architecture\")` for deep module/RFC work using seam, depth, locality, and deletion-test framing."],
445
+ },
446
+ {
447
+ ownerAgentId: "fullstack-wunderkind",
448
+ command: "/supportability-review <service>",
449
+ summary: "Review observability, rollback readiness, on-call ownership, and launch blockers.",
450
+ },
451
+ {
452
+ ownerAgentId: "fullstack-wunderkind",
453
+ command: "/runbook <service> <alert>",
454
+ summary: "Translate the alert into blast radius, triage steps, root-cause branches, success checks, and escalation conditions.",
455
+ },
456
+ {
457
+ ownerAgentId: "ciso",
458
+ command: "/threat-model <system or feature>",
459
+ summary: "Invoke via `skill(name=\"security-analyst\")` to build a STRIDE threat model, rate risks, and map mitigations.",
460
+ },
461
+ {
462
+ ownerAgentId: "ciso",
463
+ command: "/security-audit <scope>",
464
+ summary: "Invoke via `skill(name=\"pen-tester\")` for active security testing; review OWASP coverage, auth, authorization, validation, secrets, headers, and dependency risk.",
465
+ },
466
+ {
467
+ ownerAgentId: "ciso",
468
+ command: "/compliance-check <regulation>",
469
+ summary: "Invoke via `skill(name=\"compliance-officer\")` to assess obligations and evidence gaps against a named regulation.",
470
+ },
471
+ {
472
+ ownerAgentId: "ciso",
473
+ command: "/incident-response <incident type>",
474
+ summary: "Run contain/assess/notify/eradicate/recover/learn. Delegate operational containment to `fullstack-wunderkind`. Invoke via `skill(name=\"compliance-officer\")` before routing formal wording to `legal-counsel`.",
475
+ },
476
+ {
477
+ ownerAgentId: "ciso",
478
+ command: "/security-headers-check <url>",
479
+ summary: "Use `agent-browser` to capture headers and report missing or misconfigured controls.",
480
+ },
481
+ {
482
+ ownerAgentId: "ciso",
483
+ command: "/dependency-audit",
484
+ summary: "Run a vulnerability audit and return severity-ranked package findings with recommended action.",
485
+ },
486
+ {
487
+ ownerAgentId: "legal-counsel",
488
+ command: "/license-audit",
489
+ summary: "Audit dependency licenses for compatibility, copyleft risk, and remediation options.",
490
+ },
491
+ {
492
+ ownerAgentId: "legal-counsel",
493
+ command: "/draft-tos <product>",
494
+ summary: "Draft a Terms of Service using the active region and regulation context.",
495
+ },
496
+ {
497
+ ownerAgentId: "legal-counsel",
498
+ command: "/draft-privacy-policy",
499
+ summary: "Draft a Privacy Policy that reflects the active primary regulation.",
500
+ },
501
+ {
502
+ ownerAgentId: "legal-counsel",
503
+ command: "/review-contract <type>",
504
+ summary: "Review a contract excerpt for red flags, risk level, and alternative language.",
505
+ },
506
+ {
507
+ ownerAgentId: "legal-counsel",
508
+ command: "/cla-setup",
509
+ summary: "Recommend CLA vs DCO and draft the chosen contribution-ownership path.",
510
+ },
511
+ ],
512
+ generatedSections: [
513
+ {
514
+ ownerAgentId: "marketing-wunderkind",
515
+ heading: "Delegation Patterns",
516
+ items: [
517
+ "Use `visual-engineering` for campaign design, launch visuals, and brand-system execution.",
518
+ "Use `librarian` for market research, event inventories, and external trend gathering.",
519
+ "Invoke via `skill(name=\"technical-writer\")` for deep developer-facing docs or migration-writing execution.",
520
+ "Use `fullstack-wunderkind` to verify technical setup steps or code-example correctness.",
521
+ "Use `legal-counsel` for launch, claim, or regulatory review that needs legal authority.",
522
+ ],
523
+ },
524
+ {
525
+ ownerAgentId: "creative-director",
526
+ heading: "Sub-Skill Delegation",
527
+ items: ["Invoke via `skill(name=\"visual-artist\")` for detailed color systems, design tokens, and WCAG-focused palette work."],
528
+ },
529
+ {
530
+ ownerAgentId: "creative-director",
531
+ heading: "Delegation Patterns",
532
+ items: [
533
+ "Use `visual-engineering` for implementing designs in code.",
534
+ "Use `agent-browser` for browser-based design capture or audit data.",
535
+ "Use `writing` for long-form brand copy, taglines, or UX-writing production at scale.",
536
+ ],
537
+ },
538
+ {
539
+ ownerAgentId: "product-wunderkind",
540
+ heading: "Sub-Skill Delegation",
541
+ items: [
542
+ "Invoke via `skill(name=\"grill-me\")`, `skill(name=\"docs-with-grill\")`, `skill(name=\"prd-pipeline\")`, `skill(name=\"triage-issue\")`, and `skill(name=\"setup-wunderkind-workflow\")` for deep product workflow setup, context-aware docs grilling, and discovery work. Use `skill(name=\"ubiquitous-language\")` narrowly for glossary maintenance and naming alignment.",
543
+ "Invoke via `skill(name=\"agile-pm\")` whenever the request needs sprint planning, backlog structuring, task decomposition, or file-conflict analysis.",
544
+ ],
545
+ },
546
+ {
547
+ ownerAgentId: "product-wunderkind",
548
+ heading: "Delegation Patterns",
549
+ items: [
550
+ "Delegate via `task(...)` to `librarian` for competitor research, market data, and industry-report gathering.",
551
+ "Delegate via `task(...)` to `explore` for codebase mapping before decomposition or acceptance review.",
552
+ "Delegate via `task(...)` to `writing` for PRDs, specs, and long-form product documentation.",
553
+ "Delegate via `task(...)` to `marketing-wunderkind` for campaign, launch, and funnel authority.",
554
+ "Delegate via `task(...)` to `fullstack-wunderkind` for technical follow-up after product intake with the repro, severity, and expected behavior already framed.",
555
+ ],
556
+ },
557
+ {
558
+ ownerAgentId: "fullstack-wunderkind",
559
+ heading: "Sub-Skill Delegation",
560
+ items: [
561
+ "Invoke via `skill(name=\"diagnose\")` for deterministic bug reproduction, ranked hypothesis testing, focused instrumentation, and regression-surface definition before implementation starts.",
562
+ "Invoke via `skill(name=\"tdd\")` for red-green-refactor loops, regression hardening, and defect-driven delivery.",
563
+ "Invoke via `skill(name=\"vercel-architect\")` for Vercel, App Router, Edge runtime, Neon branching, and performance work.",
564
+ "Invoke via `skill(name=\"db-architect\")` for schema design, query analysis, migrations, and index auditing.",
565
+ "Invoke via `skill(name=\"improve-codebase-architecture\")` for deep-module RFCs, seam design, and structural refactoring plans.",
566
+ ],
567
+ },
568
+ {
569
+ ownerAgentId: "fullstack-wunderkind",
570
+ heading: "Delegation Patterns",
571
+ items: [
572
+ "Delegate via `task(...)` to `visual-engineering` for UI implementation and coded visual work.",
573
+ "Delegate via `task(...)` to `agent-browser` for browser automation, E2E capture, and page validation.",
574
+ "Delegate via `task(...)` to `explore` for codebase mapping and `librarian` for external library/documentation research.",
575
+ "Delegate via `task(...)` to `git-master` for git operations.",
576
+ "Invoke via `skill(name=\"technical-writer\")` for external developer docs or tutorials.",
577
+ ],
578
+ },
579
+ {
580
+ ownerAgentId: "ciso",
581
+ heading: "Sub-Skill Delegation",
582
+ items: [
583
+ "Invoke via `skill(name=\"security-analyst\")` for vulnerability assessment, OWASP analysis, code review, and auth testing.",
584
+ "Invoke via `skill(name=\"pen-tester\")` for active testing, attack simulation, ASVS checks, auth-flow abuse, and force browsing.",
585
+ "Invoke via `skill(name=\"compliance-officer\")` for GDPR/POPIA work, data classification, consent handling, and breach notification obligations.",
586
+ ],
587
+ },
588
+ {
589
+ ownerAgentId: "ciso",
590
+ heading: "Delegation Patterns",
591
+ items: ["Delegate via `task(...)` to `legal-counsel` for OSS licensing, TOS/Privacy Policy, DPAs, CLAs, and contract-review work."],
592
+ },
593
+ {
594
+ ownerAgentId: "legal-counsel",
595
+ heading: "Delegation Patterns",
596
+ items: [
597
+ "Escalate technical security controls or audit evidence to `ciso`.",
598
+ "Escalate incident-response execution or SLO breach handling to `fullstack-wunderkind`.",
599
+ "Legal Counsel stays advisory and does not delegate through sub-skills.",
600
+ ],
601
+ },
602
+ ],
603
+ },
604
+ docsOutput: {
605
+ entries: [
606
+ {
607
+ agentId: "marketing-wunderkind",
608
+ canonicalFilename: "marketing-strategy.md",
609
+ eligible: true,
610
+ },
611
+ {
612
+ agentId: "creative-director",
613
+ canonicalFilename: "design-decisions.md",
614
+ eligible: true,
615
+ },
616
+ {
617
+ agentId: "product-wunderkind",
618
+ canonicalFilename: "product-decisions.md",
619
+ eligible: true,
620
+ },
621
+ {
622
+ agentId: "fullstack-wunderkind",
623
+ canonicalFilename: "engineering-decisions.md",
624
+ eligible: true,
625
+ },
626
+ {
627
+ agentId: "ciso",
628
+ canonicalFilename: "security-decisions.md",
629
+ eligible: true,
630
+ },
631
+ {
632
+ agentId: "legal-counsel",
633
+ canonicalFilename: "legal-notes.md",
634
+ eligible: false,
635
+ },
636
+ ],
637
+ docsIndex: {
638
+ invocation: "/docs-index",
639
+ executable: true,
640
+ reason: "Implemented as a plugin command via commands/docs-index.md and intended for lightweight refresh/bootstrap of managed project docs.",
641
+ },
642
+ },
643
+ omoTemplates: {
644
+ schemaUrl: "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json",
645
+ namespacePrefix: "wunderkind",
646
+ categories: [
647
+ { id: "quick", model: "anthropic/claude-haiku-4-5" },
648
+ { id: "unspecified-low", model: "anthropic/claude-sonnet-4-6" },
649
+ { id: "unspecified-high", model: "openai/gpt-5.4", variant: "high" },
650
+ { id: "writing", model: "google/gemini-3-flash" },
651
+ { id: "visual-engineering", model: "google/gemini-3.1-pro", variant: "high" },
652
+ ],
653
+ },
654
+ legacySurfaces: {
655
+ contractPath: ".omo/contracts/wunderkind-upstream-convergence.jsonc",
656
+ referencedTestCaseIds: [
657
+ "legacy-sisyphus-artifact-path",
658
+ "legacy-migrate-command",
659
+ "legacy-sisyphus-gitignore",
660
+ "legacy-oh-my-opencode-config",
661
+ "legacy-design-interface-route",
662
+ "legacy-root-wunderkind-config",
663
+ "legacy-opencode-config-fallback",
664
+ "legacy-history-reference",
665
+ ],
666
+ },
667
+ };
668
+ export function getCanonicalClaudePluginManifest() {
669
+ return {
670
+ name: WUNDERKIND_CANONICAL_MANIFEST.plugin.name,
671
+ version: WUNDERKIND_CANONICAL_MANIFEST.package.version,
672
+ description: WUNDERKIND_CANONICAL_MANIFEST.plugin.description,
673
+ main: WUNDERKIND_CANONICAL_MANIFEST.plugin.main,
674
+ };
675
+ }
676
+ export function renderCanonicalOhMyOpenagentTemplate() {
677
+ const categories = Object.fromEntries(WUNDERKIND_CANONICAL_MANIFEST.omoTemplates.categories.map((category) => [
678
+ category.id,
679
+ {
680
+ model: category.model,
681
+ ...("variant" in category ? { variant: category.variant } : {}),
682
+ },
683
+ ]));
684
+ const agents = Object.fromEntries(WUNDERKIND_CANONICAL_MANIFEST.agents.map((agent) => [
685
+ `${WUNDERKIND_CANONICAL_MANIFEST.omoTemplates.namespacePrefix}:${agent.id}`,
686
+ {
687
+ mode: agent.omoMode,
688
+ category: agent.omoCategory,
689
+ color: agent.omoColor,
690
+ description: agent.omoDescription,
691
+ },
692
+ ]));
693
+ return `${JSON.stringify({
694
+ $schema: WUNDERKIND_CANONICAL_MANIFEST.omoTemplates.schemaUrl,
695
+ categories,
696
+ agents,
697
+ }, null, 2)}
698
+ `;
699
+ }
700
+ //# sourceMappingURL=canonical-manifest.js.map