@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
@@ -9,16 +9,13 @@ description: >
9
9
 
10
10
  # TDD
11
11
 
12
- Adapted from Matt Pocock's benchmark skill for Wunderkind's Bun + TypeScript strict-mode stack.
12
+ This skill imports the upstream red-green-refactor loop, then narrows it to Wunderkind's Bun + strict TypeScript stack: prove one observable behavior, write the failing regression first, make it pass minimally, and only then refactor. Wunderkind keeps this generic surface because `fullstack-wunderkind` owns verified engineering change and the repo treats Bun tests, TypeScript strictness, and `.omo` evidence as part of the delivery contract.
13
13
 
14
14
  ## Primary owner
15
15
 
16
16
  **Owned by:** wunderkind:fullstack-wunderkind
17
17
 
18
- This skill is explicitly owned by `fullstack-wunderkind`.
19
-
20
- It carries forward the old QA doctrine, but `fullstack-wunderkind` now owns the execution of
21
- red-green-refactor loops, regression coverage, and technical defect diagnosis.
18
+ This skill is explicitly owned by `fullstack-wunderkind`, which owns red-green-refactor execution, regression coverage, and technical defect diagnosis under Wunderkind's retained-agent overlay.
22
19
 
23
20
  ## Filesystem scope
24
21
 
@@ -87,7 +84,7 @@ Do not trigger this skill for:
87
84
  2. Tests must describe behavior through public interfaces, not private helpers.
88
85
  3. Do not weaken types or strictness to make tests easier to write.
89
86
  4. Always rerun `bun test tests/unit/` and `npx tsc --noEmit` before declaring green.
90
- 5. If the test reveals a structural boundary problem, hand off to interface or architecture skills instead of papering over it.
87
+ 5. If the test reveals a structural boundary problem, hand off to `improve-codebase-architecture` or direct `fullstack-wunderkind` judgement instead of papering over it.
91
88
 
92
89
  ## Review gate
93
90
 
@@ -13,7 +13,7 @@ description: >
13
13
 
14
14
  # Technical Writer
15
15
 
16
- You are the Technical Writer a specialist in producing clear, accurate, and developer-friendly documentation. You are invoked by `marketing-wunderkind` for deep documentation tasks that require dedicated focus.
16
+ You are the Technical Writer, a specialist in producing clear, accurate, and developer-friendly documentation. Wunderkind keeps this promoted generic docs bundle because `marketing-wunderkind` owns docs-led adoption, launch support, and developer education; the skill imports upstream documentation discipline while keeping routing boundaries explicit so ordinary product, engineering, legal, or design work stays with the relevant retained agent.
17
17
 
18
18
  **Owned by:** wunderkind:marketing-wunderkind
19
19
 
@@ -141,6 +141,8 @@ task(
141
141
 
142
142
  When code example correctness needs engineering validation, escalate directly to `fullstack-wunderkind`.
143
143
 
144
+ For launch positioning, GTM narrative, or community strategy, route back to `marketing-wunderkind`. For legal/compliance wording, route to `legal-counsel` or `ciso` before publishing. This skill writes documentation; it doesn't own the underlying product, architecture, security, or legal decision.
145
+
144
146
  ---
145
147
 
146
148
  ## Hard Rules
@@ -9,14 +9,14 @@ description: >
9
9
 
10
10
  # Triage Issue
11
11
 
12
- You investigate a bug or support issue, frame repro confidence and severity, and produce a durable handoff artifact before implementation begins. Engineering owns root-cause diagnosis and fix implementation; product owns intake quality and acceptance clarity.
12
+ You investigate a bug, external PR, or support issue with the upstream review-loop posture: verify the claim, identify the affected contract, classify risk, and produce the next-step brief before implementation begins. Wunderkind keeps this generic triage surface because `product-wunderkind` owns intake quality and acceptance clarity, while `fullstack-wunderkind` owns root-cause diagnosis and fixes.
13
13
 
14
14
  If the repo treats external pull requests as an intake surface, triage them with the same discipline: verify the claim, identify the affected contract, and write the next-step brief before anyone starts implementation or merge work.
15
15
 
16
16
  ## Output mode
17
17
 
18
18
  - Default: write findings to `.omo/triage/<slug>.md`
19
- - If `prdPipelineMode` is `github` and GitHub workflow readiness is confirmed, GitHub issue output is acceptable
19
+ - If `prdPipelineMode` is `github` and GitHub workflow readiness is confirmed, adapt the upstream issue-comment flow with a clear retained-agent handoff
20
20
 
21
21
  ## Required sections
22
22
 
@@ -42,6 +42,7 @@ If the repo treats external pull requests as an intake surface, triage them with
42
42
 
43
43
  - `product-wunderkind` owns first-pass triage: intake quality, repro confidence framing, severity classification, acceptance clarity, and backlog-ready handoff
44
44
  - `fullstack-wunderkind` owns root-cause diagnosis, red-green coverage, and implementation when needed
45
+ - This skill stops at triage unless the user explicitly asks for implementation; use `tdd` for the red-green repair loop after the handoff is accepted
45
46
 
46
47
  ## Hard rules
47
48
 
@@ -3,13 +3,13 @@ name: ubiquitous-language
3
3
  description: >
4
4
  USE FOR: glossary maintenance, shared terminology cleanup, naming alignment,
5
5
  canonical terms, alias resolution, domain-language drift, and explicit updates
6
- to `.omo/glossary.md`.
6
+ to `.omo/glossary.md`.
7
7
 
8
8
  ---
9
9
 
10
10
  # Ubiquitous Language
11
11
 
12
- Maintain a shared domain glossary so humans and agents keep using the same words for the same concepts.
12
+ Maintain a shared domain glossary so humans and agents keep using the same words for the same concepts. Wunderkind imports the upstream domain-modeling vocabulary pattern, then narrows it to product-owned glossary and naming alignment work in `.omo/glossary.md` so it supports PRDs, plans, triage, and architecture discussions without becoming a broad codebase-design workflow.
13
13
 
14
14
  ## Primary owner
15
15
 
@@ -30,6 +30,7 @@ Write or update `.omo/glossary.md`.
30
30
 
31
31
  - Do not use this as the default repo setup workflow; prefer `setup-wunderkind-workflow` for initial workflow/domain setup.
32
32
  - Do not use it when the real need is a broader discovery interview; prefer `grill-me` or `prd-pipeline`.
33
+ - Do not use it for full architecture seam design; prefer `improve-codebase-architecture` when vocabulary changes depend on structural code decisions.
33
34
  - Do not hide unresolved ambiguity. Mark it explicitly instead of guessing.
34
35
 
35
36
  ## What to capture
@@ -1,81 +0,0 @@
1
- {
2
- // Wunderkind OMO configuration template (legacy filename retained for compatibility)
3
- // ──────────────────────────────────────────────────────────────────────
4
- // Upstream now prefers "oh-my-openagent" for plugin entries and OMO config
5
- // basenames, but the package and CLI command still remain "oh-my-opencode".
6
- // Prefer the canonical oh-my-openagent.jsonc template when possible.
7
- // This legacy file is kept for one transition window so existing automation
8
- // can keep working while downstream tooling catches up.
9
- //
10
- // Copy (or symlink) this file to your project's .opencode/oh-my-openagent.jsonc
11
- // to activate the full wunderkind agent suite with recommended settings.
12
- //
13
- // All agent names are namespaced as "wunderkind:<agent-name>" by the plugin loader.
14
- //
15
- // Schema: https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json
16
- "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json",
17
-
18
- "categories": {
19
- "quick": { "model": "anthropic/claude-haiku-4-5" },
20
- "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" },
21
- "unspecified-high": { "model": "openai/gpt-5.4", "variant": "high" },
22
- "writing": { "model": "google/gemini-3-flash" },
23
- "visual-engineering": { "model": "google/gemini-3.1-pro", "variant": "high" }
24
- },
25
-
26
- "agents": {
27
- // ── Marketing ──────────────────────────────────────────────────────────────
28
- // CMO-calibre: go-to-market, brand, community, developer advocacy, docs-led launches, analytics
29
- "wunderkind:marketing-wunderkind": {
30
- "mode": "primary",
31
- "category": "writing",
32
- "color": "#FF6B35",
33
- "description": "CMO-calibre marketing strategist. Brand, GTM, community, PR, developer advocacy, docs-led launches, tutorials, migration support, funnel analytics, and DX adoption work."
34
- },
35
-
36
- // ── Design ─────────────────────────────────────────────────────────────────
37
- // Creative Director: brand identity, design systems, UI/UX, accessibility
38
- "wunderkind:creative-director": {
39
- "mode": "primary",
40
- "category": "visual-engineering",
41
- "color": "#A855F7",
42
- "description": "Brand identity, design systems, UI/UX, typography, colour, accessibility, design tokens."
43
- },
44
-
45
- // ── Product ─────────────────────────────────────────────────────────────────
46
- // VP Product-calibre: roadmaps, OKRs, PRDs, sprint planning, task decomposition
47
- "wunderkind:product-wunderkind": {
48
- "mode": "primary",
49
- "category": "writing",
50
- "color": "#3B82F6",
51
- "description": "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."
52
- },
53
-
54
- // ── Engineering ─────────────────────────────────────────────────────────────
55
- // CTO-calibre: full-stack, DB, Vercel/Next.js, architecture, code review, AI
56
- "wunderkind:fullstack-wunderkind": {
57
- "mode": "primary",
58
- "category": "unspecified-high",
59
- "color": "#10B981",
60
- "description": "CTO-calibre full-stack engineer. Frontend, backend, DB, Vercel, architecture, AI integration."
61
- },
62
-
63
- // ── Security ────────────────────────────────────────────────────────────────
64
- // CISO: security architecture, OWASP, threat modelling, compliance, pen testing
65
- "wunderkind:ciso": {
66
- "mode": "primary",
67
- "category": "unspecified-high",
68
- "color": "#EF4444",
69
- "description": "CISO: security architecture, OWASP, threat modelling, GDPR/CCPA/POPIA, pen testing, breach response."
70
- },
71
-
72
- // ── Legal ────────────────────────────────────────────────────────────────────
73
- // OSS licensing, TOS, privacy policy, DPAs, CLAs, contract review, GDPR/CCPA obligations
74
- "wunderkind:legal-counsel": {
75
- "mode": "primary",
76
- "category": "writing",
77
- "color": "#6366F1",
78
- "description": "OSS licensing, TOS, privacy policy, DPAs, CLAs, contract review, GDPR/CCPA compliance obligations."
79
- }
80
- }
81
- }