@grant-vine/wunderkind 0.20.0 → 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 +34 -18
  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 +1 -2
  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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wunderkind",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "Wunderkind \u2014 specialist AI agents for any software product team, built as an oh-my-openagent addon",
5
5
  "main": "dist/index.js"
6
6
  }
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Wunderkind
2
2
 
3
- Wunderkind specialist AI agent addon for OpenCode that extends your team with 6 retained specialist agents covering marketing, design, product, engineering, security, and legal.
3
+ Wunderkind is a retained-agent overlay for OpenCode. It adds 6 specialist agents covering marketing, design, product, engineering, security, and legal, then anchors their work in `.omo` notepads, evidence, docs output, and lifecycle commands.
4
4
 
5
5
  **Requires [OpenCode](https://opencode.ai) and [oh-my-openagent](https://github.com/code-yeongyu/oh-my-openagent).** This package cannot be used standalone.
6
6
 
@@ -8,7 +8,14 @@ Wunderkind — specialist AI agent addon for OpenCode that extends your team wit
8
8
  > Wunderkind is still pre-1.0. Keep Wunderkind and oh-my-openagent up to date together; older installs are not expected to remain compatible.
9
9
 
10
10
  > [!WARNING]
11
- > **Breaking changes in this version.** The automated code-cleanup product surface has been fully removed from the Wunderkind product contract. If you are upgrading from an older version that included this feature, the following surfaces have changed:
11
+ > **Hard-cut migration release.** Older compatibility paths no longer execute. Wunderkind now uses the converged `.omo` and `oh-my-openagent` surface only.
12
+ > - `wunderkind migrate` fails with manual migration guidance. It no longer moves or previews `.sisyphus/` artifacts.
13
+ > - `.sisyphus/` is historical. Move durable artifacts manually into `.omo/notepads/` or `.omo/evidence/`.
14
+ > - `wunderkind gitignore` manages `.wunderkind/`, `AGENTS.md`, `.omo/`, and `.opencode/` only.
15
+ > - Legacy `oh-my-opencode` config files and legacy OpenCode `config.json` / `config.jsonc` files are detected for warnings only. They are not active config sources.
16
+ > - The retired `design-an-interface` skill is documentation and detection-only. Use `improve-codebase-architecture` or route directly to `fullstack-wunderkind` for new work.
17
+ >
18
+ > The automated code-cleanup product surface has also been fully removed from the Wunderkind product contract. If you are upgrading from an older version that included this feature, the following surfaces have changed:
12
19
  > - The `init` flag that enabled the cleanup tool no longer exists. Passing it will fail as an unknown flag.
13
20
  > - The corresponding config key is no longer written or read. Existing config files that contain it are silently tolerated — the key is ignored on read and will not be written back.
14
21
  > - The managed gitignore entry for the cleanup tool's working directory is no longer added by `wunderkind gitignore`.
@@ -26,7 +33,7 @@ Wunderkind provides a tiered CLI for installation, project setup, and health che
26
33
  | `wunderkind install` | Registers the plugin in OpenCode | OpenCode config + native agents/skills (+ shared native commands) |
27
34
  | `wunderkind upgrade` | Refreshes Wunderkind-owned native assets | Native agents/skills + shared native commands |
28
35
  | `wunderkind init` | Bootstraps a project with soul files | `.wunderkind/`, `AGENTS.md`, `CONTEXT.md`, `.omo/`, docs README |
29
- | `wunderkind migrate` | Moves legacy project artifacts into the primary OMO layout | `.sisyphus/` -> `.omo/` |
36
+ | `wunderkind migrate` | Removed hard-cut command that prints manual migration guidance and exits non-zero | None |
30
37
  | `wunderkind cleanup` | Removes project-local Wunderkind wiring and state | project OpenCode config + `.wunderkind/` |
31
38
  | `wunderkind doctor` | Read-only diagnostics | None |
32
39
  | `wunderkind uninstall` | Safely removes Wunderkind plugin wiring | OpenCode plugin config (+ global Wunderkind config when applicable) |
@@ -78,9 +85,7 @@ The TUI will guide you through:
78
85
  3. Optionally configuring shared baseline defaults: region, industry, and data-protection regulations.
79
86
  4. Optionally initializing the current project immediately.
80
87
 
81
- > Note: upstream now prefers `oh-my-openagent` for plugin entries, OMO config basenames, and public install commands. Legacy `oh-my-opencode` aliases and schema filenames may still appear during the transition.
82
- >
83
- > Wunderkind now ships both `oh-my-openagent.jsonc` (canonical) and `oh-my-opencode.jsonc` (legacy compatibility) template assets. Prefer the canonical file for new setups.
88
+ > Note: upstream now prefers `oh-my-openagent` for plugin entries, OMO config basenames, and public install commands. Legacy `oh-my-opencode` config files are ignored by the converged Wunderkind flow and are reported only as migration warnings.
84
89
 
85
90
  ### Non-interactive install
86
91
 
@@ -145,6 +150,7 @@ Current upgrade behavior:
145
150
  - rewrites Wunderkind-managed native-asset version markers so `doctor` can detect stale installed files
146
151
  - embeds a Wunderkind version value in generated native agent markdown so `doctor` can compare installed agent files too
147
152
  - preserves project-local soul/docs settings unless you explicitly opt into config refresh behavior
153
+ - preserves the hard-cut posture: it does not migrate `.sisyphus/`, does not use legacy `oh-my-opencode` configs, and does not reactivate retired skill aliases
148
154
  - supports `--dry-run` and `--refresh-config` for safe testing
149
155
  - project-scope upgrades can also set `--caveman-enabled yes|no`; global upgrades keep caveman session-scoped and chat-activated
150
156
 
@@ -248,6 +254,7 @@ wunderkind doctor
248
254
  - Whether installed native agents/commands/skills look stale and should be refreshed via `wunderkind upgrade`
249
255
  - Whether installed native agent markdown versions drift from the current Wunderkind package
250
256
  - Location of configuration files
257
+ - Detection-only warnings for ignored legacy `oh-my-opencode`, legacy OpenCode config, and legacy root-level Wunderkind config paths
251
258
  - Presence and status of project soul files (in a project context)
252
259
  - Current Documentation Output configuration and index status
253
260
 
@@ -295,7 +302,7 @@ wunderkind uninstall --scope=global
295
302
  wunderkind uninstall --scope=project
296
303
  ```
297
304
 
298
- `wunderkind uninstall` removes Wunderkind plugin registration from OpenCode config. On global uninstall it also removes `~/.wunderkind/wunderkind.config.jsonc` (and the parent `~/.wunderkind/` directory if it becomes empty). For safety, it intentionally leaves project-local customization/bootstrap artifacts untouched (`.wunderkind/`, `AGENTS.md`, `.omo/`, legacy `.sisyphus/`, docs folders).
305
+ `wunderkind uninstall` removes Wunderkind plugin registration from OpenCode config. On global uninstall it also removes `~/.wunderkind/wunderkind.config.jsonc` (and the parent `~/.wunderkind/` directory if it becomes empty). For safety, it intentionally leaves project-local customization/bootstrap artifacts untouched (`.wunderkind/`, `AGENTS.md`, `.omo/`, docs folders). Historical `.sisyphus/` directories are not managed by uninstall.
299
306
 
300
307
  ## Cleanup
301
308
 
@@ -305,7 +312,7 @@ Remove Wunderkind from just the current project without touching shared global c
305
312
  wunderkind cleanup
306
313
  ```
307
314
 
308
- `wunderkind cleanup` removes project-local OpenCode plugin wiring and the project's `.wunderkind/` directory. It intentionally leaves `AGENTS.md`, `.omo/`, legacy `.sisyphus/`, docs output folders, and shared global native assets untouched.
315
+ `wunderkind cleanup` removes project-local OpenCode plugin wiring and the project's `.wunderkind/` directory. It intentionally leaves `AGENTS.md`, `.omo/`, docs output folders, and shared global native assets untouched. Historical `.sisyphus/` directories are not managed by cleanup.
309
316
 
310
317
  ---
311
318
 
@@ -319,15 +326,15 @@ When enabled, agents can persist their decisions and strategies to your project'
319
326
 
320
327
  ## Legacy `.sisyphus/` Migration
321
328
 
322
- Wunderkind now treats `.omo/` as the primary project-working artifact root.
329
+ Wunderkind treats `.omo/` as the only active project-working artifact root. `.sisyphus/` is kept in documentation as migration history only and does not describe an active compatibility path.
323
330
 
324
- If an older project still uses `.sisyphus/`, migrate it with:
331
+ If an older project still has `.sisyphus/` content, move the files manually:
325
332
 
326
- ```bash
327
- wunderkind migrate
328
- ```
333
+ 1. Move durable notes into `.omo/notepads/`.
334
+ 2. Move proof, logs, and run output into `.omo/evidence/`.
335
+ 3. Rerun `wunderkind doctor` and resolve any remaining detection-only warnings.
329
336
 
330
- Use `wunderkind migrate --dry-run` to preview the move first.
337
+ `wunderkind migrate` remains present only as a fail-hard guidance surface. Both normal and `--dry-run` invocations exit non-zero and do not move files.
331
338
 
332
339
  ---
333
340
 
@@ -391,7 +398,7 @@ Wunderkind installs native markdown assets into OpenCode's supported directories
391
398
  | `ciso` | Security architecture, OWASP, compliance | `unspecified-high` |
392
399
  | `legal-counsel` | Legal and regulatory compliance | `writing` |
393
400
 
394
- Wunderkind agents are distributed as native OpenCode markdown agents. Their prompts are neutral defaults, while runtime behavior is tailored by merged Wunderkind config from `~/.wunderkind/wunderkind.config.jsonc` and `.wunderkind/wunderkind.config.jsonc`, plus optional project-local SOUL overlays in `.wunderkind/souls/<agent-key>.md`.
401
+ Wunderkind agents are distributed as native OpenCode markdown agents. Their prompts are generated from source and manifest-owned metadata, then runtime behavior is tailored by merged Wunderkind config from `~/.wunderkind/wunderkind.config.jsonc` and `.wunderkind/wunderkind.config.jsonc`, plus optional project-local SOUL overlays in `.wunderkind/souls/<agent-key>.md`.
395
402
 
396
403
  > **About prompt size:** Wunderkind specialists are intentionally more focused and domain-heavy than many generic assistants. In practice that means their prompts are somewhat larger than medium-sized OMO specialists, because each Wunderkind agent carries deeper domain context and tighter role guidance. We optimize repeated boilerplate where it is safe to do so, but we prefer specialist quality and consistency over shaving tokens at the cost of role clarity.
397
404
 
@@ -399,7 +406,9 @@ Wunderkind agents are distributed as native OpenCode markdown agents. Their prom
399
406
 
400
407
  ## Sub-skills
401
408
 
402
- Skill authoring and review in this repo follow `skills/SKILL-STANDARD.md`. New or revised skills should use trigger-first descriptions, explicit surviving ownership, filesystem scope, anti-triggers, and review gates.
409
+ Skill authoring and review in this repo follow `skills/SKILL-STANDARD.md`. New or revised skills should use trigger-first descriptions, explicit surviving ownership, filesystem scope, anti-triggers, review gates, and the bucketed skill inventory.
410
+
411
+ The public skill surface is intentionally bucketed, not a generic skill marketplace. Current first-class routes are the 19 promoted retained-specialist skills plus the 4 Wunderkind-specific workflow skills listed below. Deprecated skills are documented separately for migration history and replacement guidance only.
403
412
 
404
413
  | Skill Name | Parent Agent | Domain |
405
414
  |---|---|---|
@@ -420,7 +429,6 @@ Skill authoring and review in this repo follow `skills/SKILL-STANDARD.md`. New o
420
429
  | `code-health` | fullstack-wunderkind | Severity-ranked code health audit reports (coupling, testability, dependency risk) |
421
430
  | `vercel-architect` | fullstack-wunderkind | Vercel, Next.js App Router, Edge Runtime |
422
431
  | `improve-codebase-architecture` | fullstack-wunderkind | Architecture RFCs, seam design, deep modules, and deletion-test reviews |
423
- | `design-an-interface` | fullstack-wunderkind | High-complexity API and abstraction design |
424
432
  | `tdd` | fullstack-wunderkind | Red-green-refactor loops for Bun + strict TypeScript |
425
433
  | `security-analyst` | ciso | OWASP Top 10, vulnerability assessment |
426
434
  | `pen-tester` | ciso | Penetration testing, ASVS, attack simulation |
@@ -428,6 +436,12 @@ Skill authoring and review in this repo follow `skills/SKILL-STANDARD.md`. New o
428
436
  | `technical-writer` | marketing-wunderkind | Developer docs, guides, and reference writing |
429
437
  | `oss-licensing-advisor` | legal-counsel | Open source license compliance and compatibility |
430
438
 
439
+ Deprecated skill routes are not promoted as first-class runtime choices and must not be used as execution-time aliases:
440
+
441
+ | Deprecated Skill | Replacement Route | Remaining Use |
442
+ |---|---|---|
443
+ | `design-an-interface` | Use `improve-codebase-architecture` for structural interface and module-boundary work; route narrow engineering judgement directly to `fullstack-wunderkind`; use product or frontend exploration when user workflow or prototype evidence shapes the contract. | Migration notes, replacement guidance, and detection-only diagnostics. No execution-time alias routing. |
444
+
431
445
  ---
432
446
 
433
447
  ## Configuration
@@ -599,7 +613,9 @@ Run this command to ensure `.wunderkind/` and other AI tooling directories are g
599
613
  wunderkind gitignore
600
614
  ```
601
615
 
602
- This adds `.wunderkind/`, `AGENTS.md`, `.sisyphus/`, `.omo/`, and `.opencode/` to your `.gitignore` if they aren't already present.
616
+ This adds `.wunderkind/`, `AGENTS.md`, `.omo/`, and `.opencode/` to your `.gitignore` if they aren't already present.
617
+
618
+ `.sisyphus/` is historical and is not managed by the current gitignore command.
603
619
 
604
620
  ### `.omo/` vs `.opencode/`
605
621
 
package/agents/ciso.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: >
3
3
  CISO — Security and compliance lead for threat modeling, controls, and risk decisions.
4
- wunderkind_version: "0.20.0"
4
+ wunderkind_version: "0.20.1"
5
5
  mode: all
6
6
  temperature: 0.1
7
7
  permission:
@@ -220,7 +220,7 @@ Run a vulnerability audit and return severity-ranked package findings with recom
220
220
 
221
221
  ## Persistent Context (.omo/)
222
222
 
223
- When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root. If a repo still uses legacy `.sisyphus/`, prefer migrating it with `wunderkind migrate`.
223
+ When operating as a subagent inside an OpenCode or OMO orchestrated workflow, you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root.
224
224
 
225
225
  **Read before acting:**
226
226
  - Plan: `.omo/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
@@ -232,7 +232,7 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
232
232
  - Blockers (unresolved High/Critical findings awaiting engineering action): `.omo/notepads/<plan-name>/issues.md`
233
233
  - Evidence (when the command or workflow explicitly asks for durable proof): `.omo/evidence/<topic>.md`
234
234
 
235
- **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Legacy `.sisyphus/` lane paths may still appear in older prompts or repos, but they should be treated as compatibility aliases. Never use the Edit tool directly on notepad or evidence files.
235
+ **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Never use the Edit tool directly on notepad or evidence files.
236
236
 
237
237
 
238
238
  ## Hard Rules
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: >
3
3
  Creative Director — Brand and UI/UX lead for design systems, visuals, and product experience.
4
- wunderkind_version: "0.20.0"
4
+ wunderkind_version: "0.20.1"
5
5
  mode: all
6
6
  temperature: 0.4
7
7
  permission:
@@ -168,7 +168,7 @@ Every design decision must meet:
168
168
 
169
169
  ## Persistent Context (.omo/)
170
170
 
171
- When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root. If a repo still uses legacy `.sisyphus/`, prefer migrating it with `wunderkind migrate`.
171
+ When operating as a subagent inside an OpenCode or OMO orchestrated workflow, you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root.
172
172
 
173
173
  **Read before acting:**
174
174
  - Plan: `.omo/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
@@ -180,4 +180,4 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
180
180
  - Blockers (missing brand assets, unresolved accessibility failures, design reviews pending): `.omo/notepads/<plan-name>/issues.md`
181
181
  - Evidence (when the command or workflow explicitly asks for durable proof): `.omo/evidence/<topic>.md`
182
182
 
183
- **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Legacy `.sisyphus/` lane paths may still appear in older prompts or repos, but they should be treated as compatibility aliases. Never use the Edit tool directly on notepad or evidence files.
183
+ **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Never use the Edit tool directly on notepad or evidence files.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: >
3
3
  Fullstack Wunderkind — CTO-calibre engineer for architecture, implementation, and systems tradeoffs.
4
- wunderkind_version: "0.20.0"
4
+ wunderkind_version: "0.20.1"
5
5
  mode: all
6
6
  temperature: 0.1
7
7
  ---
@@ -297,7 +297,7 @@ Translate the alert into blast radius, triage steps, root-cause branches, succes
297
297
 
298
298
  ## Persistent Context (.omo/)
299
299
 
300
- When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root. If a repo still uses legacy `.sisyphus/`, prefer migrating it with `wunderkind migrate`.
300
+ When operating as a subagent inside an OpenCode or OMO orchestrated workflow, you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root.
301
301
 
302
302
  **Read before acting:**
303
303
  - Plan: `.omo/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
@@ -309,7 +309,7 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
309
309
  - Blockers (build failures, type errors not yet resolved, external blockers): `.omo/notepads/<plan-name>/issues.md`
310
310
  - Evidence (when the command or workflow explicitly asks for durable proof): `.omo/evidence/<topic>.md`
311
311
 
312
- **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Legacy `.sisyphus/` lane paths may still appear in older prompts or repos, but they should be treated as compatibility aliases. Never use the Edit tool directly on notepad or evidence files.
312
+ **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Never use the Edit tool directly on notepad or evidence files.
313
313
 
314
314
  ---
315
315
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: >
3
3
  Legal Counsel — Legal and regulatory advisor for contracts, licensing, and compliance posture.
4
- wunderkind_version: "0.20.0"
4
+ wunderkind_version: "0.20.1"
5
5
  mode: all
6
6
  temperature: 0.1
7
7
  permission:
@@ -141,7 +141,7 @@ Recommend CLA vs DCO and draft the chosen contribution-ownership path.
141
141
 
142
142
  ## Persistent Context (.omo/)
143
143
 
144
- When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root. If a repo still uses legacy `.sisyphus/`, prefer migrating it with `wunderkind migrate`.
144
+ When operating as a subagent inside an OpenCode or OMO orchestrated workflow, you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root.
145
145
 
146
146
  **Read before acting:**
147
147
  - Plan: `.omo/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
@@ -153,7 +153,7 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
153
153
  - Blockers (ambiguous license terms requiring external counsel, missing regulatory clarity, unresolved IP questions): `.omo/notepads/<plan-name>/issues.md`
154
154
  - Evidence (when the command or workflow explicitly asks for durable proof): `.omo/evidence/<topic>.md`
155
155
 
156
- **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Legacy `.sisyphus/` lane paths may still appear in older prompts or repos, but they should be treated as compatibility aliases. Never use the Edit tool directly on notepad or evidence files.
156
+ **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Never use the Edit tool directly on notepad or evidence files.
157
157
 
158
158
  ## Hard Rules
159
159
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: >
3
3
  Marketing Wunderkind — CMO-calibre strategist for brand, community, developer advocacy, docs-led launches, adoption, PR, and go-to-market work.
4
- wunderkind_version: "0.20.0"
4
+ wunderkind_version: "0.20.1"
5
5
  mode: all
6
6
  temperature: 0.3
7
7
  permission:
@@ -171,7 +171,7 @@ Compare competitor positioning, launch patterns, docs support, and adoption stra
171
171
 
172
172
  ## Persistent Context (.omo/)
173
173
 
174
- When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root. If a repo still uses legacy `.sisyphus/`, prefer migrating it with `wunderkind migrate`.
174
+ When operating as a subagent inside an OpenCode or OMO orchestrated workflow, you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root.
175
175
 
176
176
  **Read before acting:**
177
177
  - Plan: `.omo/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
@@ -183,6 +183,6 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
183
183
  - Blockers (approval bottlenecks, missing assets, unclear product details, access gaps for live audits): `.omo/notepads/<plan-name>/issues.md`
184
184
  - Evidence (when the command or workflow explicitly asks for durable proof): `.omo/evidence/<topic>.md`
185
185
 
186
- **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Legacy `.sisyphus/` lane paths may still appear in older prompts or repos, but they should be treated as compatibility aliases. Never use the Edit tool directly on notepad or evidence files.
186
+ **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Never use the Edit tool directly on notepad or evidence files.
187
187
 
188
188
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: >
3
3
  Product Wunderkind — 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.
4
- wunderkind_version: "0.20.0"
4
+ wunderkind_version: "0.20.1"
5
5
  mode: all
6
6
  temperature: 0.2
7
7
  permission:
@@ -290,7 +290,7 @@ Identify the value moment, propose candidate metrics, choose the best one, and m
290
290
 
291
291
  ## Persistent Context (.omo/)
292
292
 
293
- When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sisyphus), you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root. If a repo still uses legacy `.sisyphus/`, prefer migrating it with `wunderkind migrate`.
293
+ When operating as a subagent inside an OpenCode or OMO orchestrated workflow, you will receive a `<Work_Context>` block specifying plan and notepad paths. Always honour it. When operating independently, use `.omo/` as the primary project artifact root.
294
294
 
295
295
  **Read before acting:**
296
296
  - Plan: `.omo/plans/*.md` — READ ONLY. Never modify. Never mark checkboxes. The orchestrator manages the plan.
@@ -302,6 +302,6 @@ When operating as a subagent inside an OpenCode orchestrated workflow (Atlas/Sis
302
302
  - Blockers (dependency blocks, missing research, stakeholder misalignment): `.omo/notepads/<plan-name>/issues.md`
303
303
  - Evidence (when the command or workflow explicitly asks for durable proof): `.omo/evidence/<topic>.md`
304
304
 
305
- **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Legacy `.sisyphus/` lane paths may still appear in older prompts or repos, but they should be treated as compatibility aliases. Never use the Edit tool directly on notepad or evidence files.
305
+ **APPEND ONLY** — never overwrite notepad or evidence files. Use normal Write/Edit for ordinary repo files. Use Wunderkind's bounded durable-artifact writer only for protected `.omo/notepads/` and `.omo/evidence/` paths so append-only guarantees are preserved. Never use the Edit tool directly on notepad or evidence files.
306
306
 
307
307
  ---
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: Create or capture the canonical DESIGN.md brief for Stitch-guided design work
3
3
  agent: creative-director
4
+ subtask: false
4
5
  name: design-md
5
6
  ---
6
7
 
@@ -4,7 +4,7 @@ agent: product-wunderkind
4
4
  subtask: true
5
5
  ---
6
6
 
7
- You are coordinating a lightweight Wunderkind documentation refresh/bootstrap workflow for this project.
7
+ You are coordinating a lightweight documentation refresh/bootstrap workflow for the Wunderkind retained-agent overlay in this project.
8
8
 
9
9
  ## Command
10
10
 
@@ -23,7 +23,7 @@ This command is invoked as `/docs-index`.
23
23
  ## Constraints
24
24
 
25
25
  - Only docs-eligible Wunderkind agents should participate.
26
- - Use canonical filenames from Wunderkind's built-in ownership map. Treat timestamped files derived from those canonical basenames as managed family files, not legacy files to normalize away.
26
+ - Use canonical filenames from Wunderkind's built-in retained-agent ownership map. Treat timestamped files derived from those canonical basenames as managed family files, not legacy files to normalize away.
27
27
  - Do not let individual agents invent output paths. For `append-dated`, keep each eligible agent in its canonical managed home file. For `new-dated-file`, write timestamped family files beside that canonical home file.
28
28
  - Treat the current working directory as the trust boundary. Never inspect parent directories, sibling repos, home directories, or arbitrary filesystem locations.
29
29
  - Never glob or search outside the configured docs directory, `.wunderkind/`, `AGENTS.md`, `.omo/`, and this shipped `/docs-index` command asset.
package/commands/dream.md CHANGED
@@ -4,7 +4,7 @@ agent: product-wunderkind
4
4
  subtask: true
5
5
  ---
6
6
 
7
- You are coordinating the `/dream` workflow—a Wunderkind-native mixed ideation, SOUL synthesis, and exploration process.
7
+ You are coordinating the `/dream` workflow for the Wunderkind retained-agent overlay: a mixed ideation, SOUL synthesis, and exploration process.
8
8
 
9
9
  ## Command
10
10