@grant-vine/wunderkind 0.9.0 → 0.9.3
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.
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +147 -17
- package/agents/brand-builder.md +6 -4
- package/agents/ciso.md +6 -4
- package/agents/creative-director.md +8 -5
- package/agents/data-analyst.md +7 -2
- package/agents/devrel-wunderkind.md +7 -5
- package/agents/fullstack-wunderkind.md +2 -4
- package/agents/legal-counsel.md +7 -2
- package/agents/marketing-wunderkind.md +7 -4
- package/agents/operations-lead.md +6 -4
- package/agents/product-wunderkind.md +6 -4
- package/agents/qa-specialist.md +6 -4
- package/agents/support-engineer.md +6 -2
- package/commands/docs-index.md +1 -1
- package/dist/agents/brand-builder.d.ts.map +1 -1
- package/dist/agents/brand-builder.js +0 -3
- package/dist/agents/brand-builder.js.map +1 -1
- package/dist/agents/ciso.d.ts.map +1 -1
- package/dist/agents/ciso.js +0 -3
- package/dist/agents/ciso.js.map +1 -1
- package/dist/agents/creative-director.d.ts.map +1 -1
- package/dist/agents/creative-director.js +1 -4
- package/dist/agents/creative-director.js.map +1 -1
- package/dist/agents/data-analyst.d.ts.map +1 -1
- package/dist/agents/data-analyst.js +0 -1
- package/dist/agents/data-analyst.js.map +1 -1
- package/dist/agents/devrel-wunderkind.d.ts.map +1 -1
- package/dist/agents/devrel-wunderkind.js +1 -4
- package/dist/agents/devrel-wunderkind.js.map +1 -1
- package/dist/agents/fullstack-wunderkind.d.ts.map +1 -1
- package/dist/agents/fullstack-wunderkind.js +0 -2
- package/dist/agents/fullstack-wunderkind.js.map +1 -1
- package/dist/agents/legal-counsel.d.ts.map +1 -1
- package/dist/agents/legal-counsel.js +0 -1
- package/dist/agents/legal-counsel.js.map +1 -1
- package/dist/agents/manifest.d.ts +8 -0
- package/dist/agents/manifest.d.ts.map +1 -0
- package/dist/agents/manifest.js +28 -0
- package/dist/agents/manifest.js.map +1 -0
- package/dist/agents/marketing-wunderkind.d.ts.map +1 -1
- package/dist/agents/marketing-wunderkind.js +0 -3
- package/dist/agents/marketing-wunderkind.js.map +1 -1
- package/dist/agents/operations-lead.d.ts.map +1 -1
- package/dist/agents/operations-lead.js +0 -3
- package/dist/agents/operations-lead.js.map +1 -1
- package/dist/agents/product-wunderkind.d.ts.map +1 -1
- package/dist/agents/product-wunderkind.js +0 -3
- package/dist/agents/product-wunderkind.js.map +1 -1
- package/dist/agents/qa-specialist.d.ts.map +1 -1
- package/dist/agents/qa-specialist.js +0 -3
- package/dist/agents/qa-specialist.js.map +1 -1
- package/dist/agents/render-markdown.d.ts +3 -0
- package/dist/agents/render-markdown.d.ts.map +1 -0
- package/dist/agents/render-markdown.js +34 -0
- package/dist/agents/render-markdown.js.map +1 -0
- package/dist/agents/support-engineer.d.ts.map +1 -1
- package/dist/agents/support-engineer.js +0 -1
- package/dist/agents/support-engineer.js.map +1 -1
- package/dist/build-agents.js +7 -23
- package/dist/build-agents.js.map +1 -1
- package/dist/cli/cli-installer.d.ts.map +1 -1
- package/dist/cli/cli-installer.js +7 -1
- package/dist/cli/cli-installer.js.map +1 -1
- package/dist/cli/config-manager/index.d.ts +10 -0
- package/dist/cli/config-manager/index.d.ts.map +1 -1
- package/dist/cli/config-manager/index.js +69 -4
- package/dist/cli/config-manager/index.js.map +1 -1
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +54 -4
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/init.d.ts.map +1 -1
- package/dist/cli/init.js +120 -107
- package/dist/cli/init.js.map +1 -1
- package/dist/cli/personality-meta.d.ts +8 -0
- package/dist/cli/personality-meta.d.ts.map +1 -0
- package/dist/cli/personality-meta.js +213 -0
- package/dist/cli/personality-meta.js.map +1 -0
- package/dist/cli/tui-installer.d.ts.map +1 -1
- package/dist/cli/tui-installer.js +8 -1
- package/dist/cli/tui-installer.js.map +1 -1
- package/dist/cli/uninstall.d.ts.map +1 -1
- package/dist/cli/uninstall.js +12 -1
- package/dist/cli/uninstall.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -4
- package/schemas/wunderkind.config.schema.json +4 -0
- package/oh-my-opencode.jsonc +0 -131
package/README.md
CHANGED
|
@@ -130,11 +130,11 @@ wunderkind init [options]
|
|
|
130
130
|
| Option | Description | Default |
|
|
131
131
|
|---|---|---|
|
|
132
132
|
| `--docs-path <path>` | Relative path for agent docs output | `./docs` |
|
|
133
|
-
| `--docs-history-mode <mode>` | Update style
|
|
133
|
+
| `--docs-history-mode <mode>` | Update style: `overwrite` (default), `append-dated`, `new-dated-file`, `overwrite-archive` | `overwrite` |
|
|
134
134
|
| `--docs-enabled <yes\|no>` | Enable or disable documentation output | `no` |
|
|
135
135
|
| `--no-tui` | Skip interactive prompts | (false) |
|
|
136
136
|
|
|
137
|
-
Interactive `wunderkind init`
|
|
137
|
+
Interactive `wunderkind init` always asks for team culture, org structure, and docs-output settings. It can also optionally walk you through specialist personality overrides; if you skip that step, Wunderkind keeps the current/default specialist personalities already in effect.
|
|
138
138
|
|
|
139
139
|
`wunderkind init` creates the following project "soul files":
|
|
140
140
|
- `.wunderkind/wunderkind.config.jsonc` — Project-specific configuration
|
|
@@ -182,6 +182,32 @@ wunderkind doctor
|
|
|
182
182
|
|
|
183
183
|
`wunderkind doctor` is strictly read-only and makes no changes to your filesystem.
|
|
184
184
|
|
|
185
|
+
### Doctor Verbose (`--verbose`)
|
|
186
|
+
|
|
187
|
+
`wunderkind doctor --verbose` additionally shows:
|
|
188
|
+
- Full path resolution for global and project OpenCode configs
|
|
189
|
+
- Active region, industry, and regulation baseline
|
|
190
|
+
- All agent personality settings with human-readable descriptions
|
|
191
|
+
- Docs output configuration (path, history mode, enabled status)
|
|
192
|
+
|
|
193
|
+
Example output (project context with defaults):
|
|
194
|
+
|
|
195
|
+
```
|
|
196
|
+
Agent Personalities
|
|
197
|
+
- ciso: pragmatic-risk-manager (Balances risk vs. velocity; default posture)
|
|
198
|
+
- fullstack: code-archaeologist (Deep digs into legacy systems; explains history)
|
|
199
|
+
- marketing: data-driven (Metrics and attribution first; no vanity metrics)
|
|
200
|
+
- qa: risk-based-pragmatist (Tests what matters most; ships with confidence)
|
|
201
|
+
- product: outcome-obsessed (Business outcomes and measurable impact first)
|
|
202
|
+
- ops: on-call-veteran (Incident-hardened; runbook-first)
|
|
203
|
+
- creative: pragmatic-problem-solver (Design that ships; form follows function)
|
|
204
|
+
- brand: authentic-builder (No spin; build trust through radical transparency)
|
|
205
|
+
- devrel: dx-engineer (Developer experience as a product; DX metrics)
|
|
206
|
+
- legal: pragmatic-advisor (Risk-calibrated; enables the business to move)
|
|
207
|
+
- support: systematic-triage (Classification, routing, and severity-driven)
|
|
208
|
+
- data analyst: insight-storyteller (Translates data into narratives for decisions)
|
|
209
|
+
```
|
|
210
|
+
|
|
185
211
|
---
|
|
186
212
|
|
|
187
213
|
## Uninstall
|
|
@@ -220,7 +246,9 @@ When enabled, agents can persist their decisions and strategies to your project'
|
|
|
220
246
|
| `global` (default) | Adds the plugin to `~/.config/opencode/opencode.json`. Agents are available in all projects. |
|
|
221
247
|
| `project` | Adds the plugin to `./opencode.json` (created if missing). Agents are limited to the current project. |
|
|
222
248
|
|
|
223
|
-
Wunderkind
|
|
249
|
+
Wunderkind installs its native agent markdown files into OpenCode's supported agent directories. Removing Wunderkind leaves any separate oh-my-openagent installation intact.
|
|
250
|
+
|
|
251
|
+
> **Native agent install note**: Wunderkind now registers its specialist agents through OpenCode-native markdown agent files. Global installs write to `~/.config/opencode/agents/`; project installs and `wunderkind init` write to `.opencode/agents/` for project-local precedence.
|
|
224
252
|
|
|
225
253
|
---
|
|
226
254
|
|
|
@@ -228,20 +256,20 @@ Wunderkind writes its own agent config to a separate file — it never modifies
|
|
|
228
256
|
|
|
229
257
|
| Agent Key | Role | Category |
|
|
230
258
|
|---|---|---|
|
|
231
|
-
| `
|
|
232
|
-
| `
|
|
233
|
-
| `
|
|
234
|
-
| `
|
|
235
|
-
| `
|
|
236
|
-
| `
|
|
237
|
-
| `
|
|
238
|
-
| `
|
|
239
|
-
| `
|
|
240
|
-
| `
|
|
241
|
-
| `
|
|
242
|
-
| `
|
|
243
|
-
|
|
244
|
-
|
|
259
|
+
| `marketing-wunderkind` | CMO-calibre strategist | primary |
|
|
260
|
+
| `creative-director` | Brand & UI/UX lead | primary |
|
|
261
|
+
| `product-wunderkind` | VP Product | primary |
|
|
262
|
+
| `fullstack-wunderkind` | CTO-calibre engineer | primary |
|
|
263
|
+
| `brand-builder` | Community, PR, thought leadership | primary |
|
|
264
|
+
| `qa-specialist` | TDD, coverage, user story review | primary |
|
|
265
|
+
| `operations-lead` | SRE/SLO, runbooks, incident response | primary |
|
|
266
|
+
| `ciso` | Security architecture, OWASP, compliance | primary |
|
|
267
|
+
| `devrel-wunderkind` | Developer relations and advocacy | primary |
|
|
268
|
+
| `legal-counsel` | Legal and regulatory compliance | primary |
|
|
269
|
+
| `support-engineer` | Technical support and troubleshooting | primary |
|
|
270
|
+
| `data-analyst` | Data analysis and insights | primary |
|
|
271
|
+
|
|
272
|
+
Wunderkind agents are distributed as native OpenCode markdown agents. Their prompts are static defaults, while runtime behavior is tailored by merged Wunderkind config from `~/.wunderkind/wunderkind.config.jsonc` and `.wunderkind/wunderkind.config.jsonc`.
|
|
245
273
|
|
|
246
274
|
---
|
|
247
275
|
|
|
@@ -322,6 +350,108 @@ Edit the global file to change region/industry/regulation defaults after install
|
|
|
322
350
|
|
|
323
351
|
---
|
|
324
352
|
|
|
353
|
+
## Personality Reference
|
|
354
|
+
|
|
355
|
+
Each agent's behaviour is controlled by a `*Personality` key in your project config. Choose the archetype that matches your team's operating style.
|
|
356
|
+
|
|
357
|
+
### CISO (`cisoPersonality`)
|
|
358
|
+
|
|
359
|
+
| Value | What it means |
|
|
360
|
+
|---|---|
|
|
361
|
+
| `paranoid-enforcer` | Maximum threat paranoia; blocks anything unproven |
|
|
362
|
+
| `pragmatic-risk-manager` | Balances risk vs. velocity; default posture (default) |
|
|
363
|
+
| `educator-collaborator` | Guides teams through security thinking collaboratively |
|
|
364
|
+
|
|
365
|
+
### CTO / Fullstack (`ctoPersonality`)
|
|
366
|
+
|
|
367
|
+
| Value | What it means |
|
|
368
|
+
|---|---|
|
|
369
|
+
| `grizzled-sysadmin` | Battle-hardened ops mindset; stability over novelty |
|
|
370
|
+
| `startup-bro` | Move fast; bias toward shipping |
|
|
371
|
+
| `code-archaeologist` | Deep digs into legacy systems; explains history (default) |
|
|
372
|
+
|
|
373
|
+
### CMO / Marketing (`cmoPersonality`)
|
|
374
|
+
|
|
375
|
+
| Value | What it means |
|
|
376
|
+
|---|---|
|
|
377
|
+
| `data-driven` | Metrics and attribution first; no vanity metrics (default) |
|
|
378
|
+
| `brand-storyteller` | Narrative and emotional resonance over raw data |
|
|
379
|
+
| `growth-hacker` | Experiments, loops, and funnel obsession |
|
|
380
|
+
|
|
381
|
+
### QA (`qaPersonality`)
|
|
382
|
+
|
|
383
|
+
| Value | What it means |
|
|
384
|
+
|---|---|
|
|
385
|
+
| `rule-enforcer` | Strict standards; gates every release |
|
|
386
|
+
| `risk-based-pragmatist` | Tests what matters most; ships with confidence (default) |
|
|
387
|
+
| `rubber-duck` | Walks devs through their own bugs; collaborative |
|
|
388
|
+
|
|
389
|
+
### Product (`productPersonality`)
|
|
390
|
+
|
|
391
|
+
| Value | What it means |
|
|
392
|
+
|---|---|
|
|
393
|
+
| `user-advocate` | User pain and delight over internal efficiency |
|
|
394
|
+
| `velocity-optimizer` | Throughput and cycle time over perfect specs |
|
|
395
|
+
| `outcome-obsessed` | Business outcomes and measurable impact first (default) |
|
|
396
|
+
|
|
397
|
+
### Operations (`opsPersonality`)
|
|
398
|
+
|
|
399
|
+
| Value | What it means |
|
|
400
|
+
|---|---|
|
|
401
|
+
| `on-call-veteran` | Incident-hardened; runbook-first (default) |
|
|
402
|
+
| `efficiency-maximiser` | Automates everything; cost and throughput focused |
|
|
403
|
+
| `process-purist` | Change management and process integrity |
|
|
404
|
+
|
|
405
|
+
### Creative Director (`creativePersonality`)
|
|
406
|
+
|
|
407
|
+
| Value | What it means |
|
|
408
|
+
|---|---|
|
|
409
|
+
| `perfectionist-craftsperson` | Pixel-perfect; never ships unpolished |
|
|
410
|
+
| `bold-provocateur` | Intentionally disruptive visual choices |
|
|
411
|
+
| `pragmatic-problem-solver` | Design that ships; form follows function (default) |
|
|
412
|
+
|
|
413
|
+
### Brand Builder (`brandPersonality`)
|
|
414
|
+
|
|
415
|
+
| Value | What it means |
|
|
416
|
+
|---|---|
|
|
417
|
+
| `community-evangelist` | Builds through authentic community engagement |
|
|
418
|
+
| `pr-spinner` | Narrative control and media-savvy messaging |
|
|
419
|
+
| `authentic-builder` | No spin; build trust through radical transparency (default) |
|
|
420
|
+
|
|
421
|
+
### DevRel (`devrelPersonality`)
|
|
422
|
+
|
|
423
|
+
| Value | What it means |
|
|
424
|
+
|---|---|
|
|
425
|
+
| `community-champion` | Forum presence, events, OSS contribution |
|
|
426
|
+
| `docs-perfectionist` | Every API documented; no gaps tolerated |
|
|
427
|
+
| `dx-engineer` | Developer experience as a product; DX metrics (default) |
|
|
428
|
+
|
|
429
|
+
### Legal Counsel (`legalPersonality`)
|
|
430
|
+
|
|
431
|
+
| Value | What it means |
|
|
432
|
+
|---|---|
|
|
433
|
+
| `cautious-gatekeeper` | Blocks anything legally ambiguous |
|
|
434
|
+
| `pragmatic-advisor` | Risk-calibrated; enables the business to move (default) |
|
|
435
|
+
| `plain-english-counselor` | Translates legalese into plain language |
|
|
436
|
+
|
|
437
|
+
### Support Engineer (`supportPersonality`)
|
|
438
|
+
|
|
439
|
+
| Value | What it means |
|
|
440
|
+
|---|---|
|
|
441
|
+
| `empathetic-resolver` | Treats every ticket as a relationship |
|
|
442
|
+
| `systematic-triage` | Classification, routing, and severity-driven (default) |
|
|
443
|
+
| `knowledge-builder` | Every fix becomes a doc; knowledge loop focus |
|
|
444
|
+
|
|
445
|
+
### Data Analyst (`dataAnalystPersonality`)
|
|
446
|
+
|
|
447
|
+
| Value | What it means |
|
|
448
|
+
|---|---|
|
|
449
|
+
| `rigorous-statistician` | Significance, confidence intervals, no p-hacking |
|
|
450
|
+
| `insight-storyteller` | Translates data into narratives for decisions (default) |
|
|
451
|
+
| `pragmatic-quant` | Good-enough analysis fast; directional signals |
|
|
452
|
+
|
|
453
|
+
---
|
|
454
|
+
|
|
325
455
|
## Directory Structure
|
|
326
456
|
|
|
327
457
|
### Per-project (gitignored automatically)
|
package/agents/brand-builder.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: brand-builder
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: community strategy, community building, developer relations, Discord, Discourse, GitHub Discussions, forum strategy, product forums, networking opportunities, thought leadership, personal branding, brand awareness, PR narrative, press strategy, media relations, sponsorships, partnerships, conferences, speaking opportunities, content pillars, audience development, brand community, community health, engagement metrics, CMX framework, cost gating, ROI assessment, budget decisions, build vs buy decisions from a brand perspective, creative economy, creator partnerships, ambassador programs, open source community, knowledge sharing.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.3
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# Brand Builder — Soul
|
|
8
12
|
|
|
9
13
|
You are the **Brand Builder**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -251,8 +255,6 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
251
255
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
252
256
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
253
257
|
|
|
254
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
255
|
-
|
|
256
258
|
## Delegation Patterns
|
|
257
259
|
|
|
258
260
|
When technical documentation or developer education requests arise:
|
package/agents/ciso.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: ciso
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: security architecture, security review, threat modelling, STRIDE, DREAD, NIST CSF, OWASP Top 10, secure by design, defence in depth, shift-left security, zero trust, least privilege, principle of least privilege, security posture assessment, vulnerability management, dependency auditing, CVE, SBOM, software bill of materials, secret scanning, credential exposure, CSP, CORS, HSTS, security headers, rate limiting, auth security, JWT security, OAuth security, session management, RBAC, ABAC, row-level security, data protection, encryption at rest, encryption in transit, TLS configuration, certificate management, compliance, GDPR, POPIA, SOC2, ISO 27001, penetration testing, security audit, code review security, security incident response, breach response, vulnerability disclosure, security training, security culture, pen test coordination, security analyst, compliance officer.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# CISO — Soul
|
|
8
12
|
|
|
9
13
|
You are the **CISO** (Chief Information Security Officer). Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -312,8 +316,6 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
312
316
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
313
317
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
314
318
|
|
|
315
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
316
|
-
|
|
317
319
|
## Delegation Patterns
|
|
318
320
|
|
|
319
321
|
When OSS licensing, TOS/Privacy Policy, DPAs, CLAs, or contract review is needed:
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: creative-director
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: brand identity, visual identity, creative direction, design system, design language, typography, colour palette, colour theory, logo design, icon design, illustration style, photography art direction, motion design, animation, video creative, advertising creative, campaign creative, creative brief, creative strategy, UI design, UX design, user experience, information architecture, wireframes, prototypes, design critique, design review, design audit, accessibility, WCAG, contrast ratios, design tokens, CSS custom properties, Tailwind theme, W3C design tokens, Figma, component design, design system documentation, brand guidelines, style guide, visual storytelling, art direction, mood boards, creative concepts, copywriting, headline writing, taglines, microcopy, UX writing, print design, digital design, social media graphics, email templates, web design, landing page design, responsive design, dark mode, light mode, theming, design consistency, pixel perfect, spacing system, grid system, layout design.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.4
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
10
|
+
task: deny
|
|
5
11
|
---
|
|
6
|
-
|
|
7
12
|
# Creative Director — Soul
|
|
8
13
|
|
|
9
14
|
You are the **Creative Director**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -273,6 +278,4 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
273
278
|
- `overwrite` — Replace the file contents each time.
|
|
274
279
|
- `append-dated` — Append a dated section to the file.
|
|
275
280
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
276
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
277
|
-
|
|
278
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
281
|
+
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
package/agents/data-analyst.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: data-analyst
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: data analyst, product analyst, product analytics, growth analytics, event tracking, event taxonomy, tracking plan, analytics implementation, Mixpanel, Amplitude, PostHog, Segment, Google Analytics 4, GA4, BigQuery, Snowflake, dbt, data warehouse, adoption funnel, activation funnel, user funnel, funnel analysis, drop-off analysis, cohort analysis, retention analysis, churn analysis, engagement metrics, DAU, WAU, MAU, stickiness, feature adoption, feature usage, product metrics, north star metric, OKR metrics, metric definition, metric framework, HEART framework, PULSE framework, dashboard spec, dashboard design, KPI definition, A/B test, experiment design, hypothesis, statistical significance, confidence interval, sample size, power analysis, experiment readout, test results, p-value, MDE, minimum detectable effect, conversion rate, activation rate, retention rate, NPS, CSAT, product-led growth metrics, time-to-value, onboarding completion, aha moment, habit moment, product instrumentation, event schema, identify call, track call, page call, user properties, group analytics, data quality, data trust, metric consistency, single source of truth, metric catalogue.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.2
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
10
|
+
task: deny
|
|
5
11
|
---
|
|
6
|
-
|
|
7
12
|
# Data Analyst — Soul
|
|
8
13
|
|
|
9
14
|
You are the **Data Analyst**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: devrel-wunderkind
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: developer relations, devrel, developer advocacy, developer experience, DX audit, DX review, getting started guide, quickstart guide, API documentation, API reference docs, SDK documentation, tutorials, code examples, sample code, migration guide, upgrade guide, changelog, release notes, OSS contribution guide, CONTRIBUTING.md, code of conduct, README, developer onboarding, technical writing, docs architecture, documentation structure, docs site, docusaurus, mintlify, developer portal, developer education, technical content, technical blog post, conference talk abstract, conference talk outline, CFP submission, hackathon brief, developer community, discord bot documentation, GitHub discussions, GitHub issues documentation, FAQ, troubleshooting guide, error message copy, CLI help text, interactive tutorial, code playground, developer newsletter, devtool marketing, open source strategy, OSS community, npm package docs, library documentation, framework documentation, integration guide, webhook documentation, authentication guide, SDK tutorial, API walkthrough, postman collection, openapi spec review, developer feedback, DX friction, onboarding friction, first-run experience, time-to-first-value, TTFV, developer satisfaction, docs gap analysis.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.2
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# DevRel Wunderkind — Soul
|
|
8
12
|
|
|
9
13
|
You are the **DevRel Wunderkind**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -220,6 +224,4 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
220
224
|
- `overwrite` — Replace the file contents each time.
|
|
221
225
|
- `append-dated` — Append a dated section to the file.
|
|
222
226
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
223
|
-
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
224
|
-
|
|
225
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
227
|
+
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: fullstack-wunderkind
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: full-stack development, frontend, backend, infrastructure, database, Astro, React, Next.js, TypeScript, JavaScript, Tailwind CSS, CSS, HTML, Node.js, Vercel deployment, Vercel, serverless, edge functions, API design, REST API, GraphQL, tRPC, authentication, authorisation, JWT, OAuth, session management, PostgreSQL, Neon DB, Drizzle ORM, schema design, migrations, query optimisation, EXPLAIN ANALYZE, index audit, ERD, database architecture, performance optimisation, Core Web Vitals, Lighthouse, bundle analysis, code splitting, lazy loading, ISR, SSR, SSG, App Router, Edge Runtime, Neon DB branching, preview URLs, CI/CD, GitHub Actions, automated testing, unit tests, integration tests, end-to-end tests, Playwright, security, OWASP, data privacy, architecture decisions, system design, microservices, monorepo, refactoring, code review, technical debt, dependency management, bun, npm, package management, environment variables, secrets management, logging, monitoring, error tracking, web accessibility, WCAG, responsive design, mobile-first, dark mode, design system implementation, component library, Storybook, testing, debugging, DevOps, infrastructure as code, cloud, AI integration, LLM, embeddings, vector search, streaming.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
5
6
|
---
|
|
6
|
-
|
|
7
7
|
# Fullstack Wunderkind — Soul
|
|
8
8
|
|
|
9
9
|
You are the **Fullstack Wunderkind**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -340,8 +340,6 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
340
340
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
341
341
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
342
342
|
|
|
343
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
344
|
-
|
|
345
343
|
## Delegation Patterns
|
|
346
344
|
|
|
347
345
|
When external developer documentation or tutorials are needed:
|
package/agents/legal-counsel.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: legal-counsel
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: legal counsel, general counsel, legal advice, OSS license, open source license, MIT license, Apache 2.0, GPL, LGPL, AGPL, copyleft, SPDX, license compatibility, license compliance, license audit, third-party license, dependency license, terms of service, TOS, terms and conditions, privacy policy, privacy notice, GDPR privacy, CCPA privacy, data processing agreement, DPA, data protection agreement, controller processor agreement, contributor license agreement, CLA, individual CLA, corporate CLA, developer certificate of origin, DCO, SaaS agreement, MSA, master service agreement, enterprise agreement, subscription agreement, BAA, business associate agreement, HIPAA BAA, vendor agreement, procurement, contract review, contract negotiation, IP risk, intellectual property, copyright, trademark, patent risk, FOSS compliance, OpenChain, REUSE, regulatory obligation, legal obligation, compliance obligation, data subject rights, right to erasure, right to access, data breach notification obligation, incident response legal, regulatory notification, GDPR article 33, POPIA notification, legal risk, liability, indemnification, limitation of liability, force majeure, governing law, jurisdiction, dispute resolution.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
10
|
+
task: deny
|
|
5
11
|
---
|
|
6
|
-
|
|
7
12
|
# Legal Counsel — Soul
|
|
8
13
|
|
|
9
14
|
You are the **Legal Counsel**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: marketing-wunderkind
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: brand strategy, go-to-market, positioning, messaging, content marketing, content calendar, content strategy, SEO, SEM, paid search, paid social, Google Ads, Meta Ads, email marketing, CRM, marketing automation, analytics, attribution, CRO, conversion rate optimisation, landing pages, A/B testing, PR, press releases, influencer marketing, partnerships, growth hacking, product marketing, demand generation, social media strategy, community management, copywriting, campaign planning, hashtag research, TikTok, Instagram, LinkedIn, X/Twitter, Facebook, audience research, competitor analysis, market research, brand guidelines, tone of voice, value proposition, customer journey mapping, funnel analysis, lead generation, customer acquisition, retention, churn, LTV, CAC, ROAS, marketing budget, media planning, sponsorships, events, thought leadership, personal branding, viral marketing, referral programs, affiliate marketing, podcast marketing, video marketing, YouTube, newsletter strategy.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.3
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
10
|
+
task: deny
|
|
5
11
|
---
|
|
6
|
-
|
|
7
12
|
# Marketing Wunderkind — Soul
|
|
8
13
|
|
|
9
14
|
You are the **Marketing Wunderkind**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -293,6 +298,4 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
293
298
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
294
299
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
295
300
|
|
|
296
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
297
|
-
|
|
298
301
|
---
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: operations-lead
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: site reliability, SRE, SLO, SLI, SLA, error budget, toil elimination, on-call, incident response, postmortem, runbook, runbook writing, observability, monitoring, alerting, logging, metrics, tracing, distributed tracing, OpenTelemetry, admin panel, admin tooling, internal tooling, OODA loop, supportability assessment, operational readiness review, capacity planning, reliability engineering, uptime, availability, latency, throughput, error rate, golden signals, on-call rotation, pager duty, escalation policy, incident commander, war room, blameless culture, mean time to recovery, MTTR, mean time to detect, MTTD, change management, deployment risk, feature flags, canary releases, rollback procedures, build vs buy, admin dashboards, internal tools, service catalogue, dependency mapping.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# Operations Lead — Soul
|
|
8
12
|
|
|
9
13
|
You are the **Operations Lead**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -290,8 +294,6 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
290
294
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
291
295
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
292
296
|
|
|
293
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
294
|
-
|
|
295
297
|
## Delegation Patterns
|
|
296
298
|
|
|
297
299
|
When user-reported bugs arrive that are not yet confirmed production incidents:
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: product-wunderkind
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: product strategy, product roadmap, OKRs, product vision, product discovery, user research, customer interviews, jobs to be done, personas, user stories, epics, sprint planning, backlog management, backlog prioritisation, story points, agile, scrum, kanban, lean, task decomposition, work breakdown structure, dependency ordering, parallel task safety, file conflict check, concern grouping, feature prioritisation, MoSCoW, RICE scoring, Kano model, go-to-market, product launch, product metrics, AARRR, North Star metric, product analytics, A/B testing, feature flags, rollout strategy, stakeholder management, product communication, PRD, product requirements document, user journey mapping, service design, product-market fit, pivots, product positioning, competitive analysis, product ops, product tooling, Jira, Linear, Notion, product principles, product culture, team structure, squad model, cross-functional collaboration, technical product management, API product management, platform strategy, data product management, AI product management.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.2
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# Product Wunderkind — Soul
|
|
8
12
|
|
|
9
13
|
You are the **Product Wunderkind**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -317,6 +321,4 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
317
321
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
318
322
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
319
323
|
|
|
320
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
321
|
-
|
|
322
324
|
---
|
package/agents/qa-specialist.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: qa-specialist
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: TDD, test-driven development, red-green-refactor, testing pyramid, unit tests, integration tests, end-to-end tests, E2E, Playwright, Vitest, Jest, test writing, test review, test optimisation, flaky tests, test coverage, coverage analysis, coverage by module, test naming conventions, user story review, acceptance criteria, definition of done, test strategy, testing plan, test architecture, page object model, POM, per-test browser context, BrowserContext isolation, targeted test runs, test debugging, test runner configuration, CI test setup, test parallelisation, test reporting, snapshot testing, visual regression, component testing, API testing, contract testing, security boundary testing, happy path, rejection path, mutation testing.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# QA Specialist — Soul
|
|
8
12
|
|
|
9
13
|
You are the **QA Specialist**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
|
@@ -270,8 +274,6 @@ Read `.wunderkind/wunderkind.config.jsonc` at runtime for `docsPath` (default: `
|
|
|
270
274
|
- `new-dated-file` — Create a new file with a date suffix.
|
|
271
275
|
- `overwrite-archive` — Overwrite the current file and archive the old one.
|
|
272
276
|
|
|
273
|
-
After writing, run `/docs-index` to update the project documentation index.
|
|
274
|
-
|
|
275
277
|
## Delegation Patterns
|
|
276
278
|
|
|
277
279
|
When post-release bug reports or user issues need triage:
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: support-engineer
|
|
3
2
|
description: >
|
|
4
3
|
USE FOR: support engineering, bug triage, issue triage, bug report, GitHub issue, user complaint, error report, crash report, repro steps, reproduction steps, bug reproduction, severity classification, P0, P1, P2, P3, critical bug, severity rating, issue ownership, likely owner, escalation path, engineering handoff, support ticket, user feedback synthesis, known issues, known issue documentation, FAQ, troubleshooting guide, regression isolation, regression analysis, workaround, user-reported bug, production bug, customer complaint, error message analysis, stack trace analysis, log analysis, issue template, GitHub issue template, bug report template, feature request triage, support queue, first response, initial response, issue routing, component ownership, team routing, duplicate detection, issue deduplication, user pain synthesis, feedback aggregation, issue backlog, triage session.
|
|
4
|
+
mode: primary
|
|
5
|
+
temperature: 0.1
|
|
6
|
+
permission:
|
|
7
|
+
write: deny
|
|
8
|
+
edit: deny
|
|
9
|
+
apply_patch: deny
|
|
5
10
|
---
|
|
6
|
-
|
|
7
11
|
# Support Engineer — Soul
|
|
8
12
|
|
|
9
13
|
You are the **Support Engineer**. Before acting, read `.wunderkind/wunderkind.config.jsonc` and load:
|
package/commands/docs-index.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"brand-builder.d.ts","sourceRoot":"","sources":["../../src/agents/brand-builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,sBAAsB,EAAE,mBAwBpC,CAAA;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,
|
|
1
|
+
{"version":3,"file":"brand-builder.d.ts","sourceRoot":"","sources":["../../src/agents/brand-builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,sBAAsB,EAAE,mBAwBpC,CAAA;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CA2RlE;yBA3Re,uBAAuB"}
|
|
@@ -29,7 +29,6 @@ export function createBrandBuilderAgent(model) {
|
|
|
29
29
|
"write",
|
|
30
30
|
"edit",
|
|
31
31
|
"apply_patch",
|
|
32
|
-
"call_omo_agent",
|
|
33
32
|
]);
|
|
34
33
|
return {
|
|
35
34
|
description: "USE FOR: community strategy, community building, developer relations, Discord, Discourse, GitHub Discussions, forum strategy, product forums, networking opportunities, thought leadership, personal branding, brand awareness, PR narrative, press strategy, media relations, sponsorships, partnerships, conferences, speaking opportunities, content pillars, audience development, brand community, community health, engagement metrics, CMX framework, cost gating, ROI assessment, budget decisions, build vs buy decisions from a brand perspective, creative economy, creator partnerships, ambassador programs, open source community, knowledge sharing.",
|
|
@@ -284,8 +283,6 @@ Read \`.wunderkind/wunderkind.config.jsonc\` at runtime for \`docsPath\` (defaul
|
|
|
284
283
|
- \`new-dated-file\` — Create a new file with a date suffix.
|
|
285
284
|
- \`overwrite-archive\` — Overwrite the current file and archive the old one.
|
|
286
285
|
|
|
287
|
-
After writing, run \`/docs-index\` to update the project documentation index.
|
|
288
|
-
|
|
289
286
|
## Delegation Patterns
|
|
290
287
|
|
|
291
288
|
When technical documentation or developer education requests arise:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"brand-builder.js","sourceRoot":"","sources":["../../src/agents/brand-builder.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,sBAAsB,GAAwB;IACzD,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,eAAe;IAC5B,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,mBAAmB;YAC3B,OAAO,EACL,0HAA0H;SAC7H;KACF;IACD,OAAO,EAAE;QACP,0DAA0D;QAC1D,4CAA4C;QAC5C,qCAAqC;QACrC,gDAAgD;QAChD,yDAAyD;KAC1D;IACD,SAAS,EAAE;QACT,sDAAsD;QACtD,uDAAuD;QACvD,uCAAuC;QACvC,gGAAgG;KACjG;CACF,CAAA;AAED,MAAM,UAAU,uBAAuB,CAAC,KAAa;IACnD,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;
|
|
1
|
+
{"version":3,"file":"brand-builder.js","sourceRoot":"","sources":["../../src/agents/brand-builder.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,sBAAsB,GAAwB;IACzD,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,eAAe;IAC5B,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,mBAAmB;YAC3B,OAAO,EACL,0HAA0H;SAC7H;KACF;IACD,OAAO,EAAE;QACP,0DAA0D;QAC1D,4CAA4C;QAC5C,qCAAqC;QACrC,gDAAgD;QAChD,yDAAyD;KAC1D;IACD,SAAS,EAAE;QACT,sDAAsD;QACtD,uDAAuD;QACvD,uCAAuC;QACvC,gGAAgG;KACjG;CACF,CAAA;AAED,MAAM,UAAU,uBAAuB,CAAC,KAAa;IACnD,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;KACd,CAAC,CAAA;IAEF,OAAO;QACL,WAAW,EACT,qoBAAqoB;QACvoB,IAAI,EAAE,IAAI;QACV,KAAK;QACL,WAAW,EAAE,GAAG;QAChB,GAAG,YAAY;QACf,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FA2QmF;KAC5F,CAAA;AACH,CAAC;AAED,uBAAuB,CAAC,IAAI,GAAG,IAAI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ciso.d.ts","sourceRoot":"","sources":["../../src/agents/ciso.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,aAAa,EAAE,mBAyB3B,CAAA;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,
|
|
1
|
+
{"version":3,"file":"ciso.d.ts","sourceRoot":"","sources":["../../src/agents/ciso.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,aAAa,EAAE,mBAyB3B,CAAA;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CAyV1D;yBAzVe,eAAe"}
|
package/dist/agents/ciso.js
CHANGED
|
@@ -30,7 +30,6 @@ export function createCisoAgent(model) {
|
|
|
30
30
|
"write",
|
|
31
31
|
"edit",
|
|
32
32
|
"apply_patch",
|
|
33
|
-
"call_omo_agent",
|
|
34
33
|
]);
|
|
35
34
|
return {
|
|
36
35
|
description: "USE FOR: security architecture, security review, threat modelling, STRIDE, DREAD, NIST CSF, OWASP Top 10, secure by design, defence in depth, shift-left security, zero trust, least privilege, principle of least privilege, security posture assessment, vulnerability management, dependency auditing, CVE, SBOM, software bill of materials, secret scanning, credential exposure, CSP, CORS, HSTS, security headers, rate limiting, auth security, JWT security, OAuth security, session management, RBAC, ABAC, row-level security, data protection, encryption at rest, encryption in transit, TLS configuration, certificate management, compliance, GDPR, POPIA, SOC2, ISO 27001, penetration testing, security audit, code review security, security incident response, breach response, vulnerability disclosure, security training, security culture, pen test coordination, security analyst, compliance officer.",
|
|
@@ -346,8 +345,6 @@ Read \`.wunderkind/wunderkind.config.jsonc\` at runtime for \`docsPath\` (defaul
|
|
|
346
345
|
- \`new-dated-file\` — Create a new file with a date suffix.
|
|
347
346
|
- \`overwrite-archive\` — Overwrite the current file and archive the old one.
|
|
348
347
|
|
|
349
|
-
After writing, run \`/docs-index\` to update the project documentation index.
|
|
350
|
-
|
|
351
348
|
## Delegation Patterns
|
|
352
349
|
|
|
353
350
|
When OSS licensing, TOS/Privacy Policy, DPAs, CLAs, or contract review is needed:
|
package/dist/agents/ciso.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ciso.js","sourceRoot":"","sources":["../../src/agents/ciso.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,aAAa,GAAwB;IAChD,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,MAAM;IACnB,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,uBAAuB;YAC/B,OAAO,EACL,0JAA0J;SAC7J;KACF;IACD,OAAO,EAAE;QACP,8EAA8E;QAC9E,mDAAmD;QACnD,iDAAiD;QACjD,6CAA6C;QAC7C,6DAA6D;QAC7D,sDAAsD;KACvD;IACD,SAAS,EAAE;QACT,qDAAqD;QACrD,2CAA2C;QAC3C,wFAAwF;QACxF,4GAA4G;KAC7G;CACF,CAAA;AAED,MAAM,UAAU,eAAe,CAAC,KAAa;IAC3C,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;
|
|
1
|
+
{"version":3,"file":"ciso.js","sourceRoot":"","sources":["../../src/agents/ciso.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,aAAa,GAAwB;IAChD,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,MAAM;IACnB,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,uBAAuB;YAC/B,OAAO,EACL,0JAA0J;SAC7J;KACF;IACD,OAAO,EAAE;QACP,8EAA8E;QAC9E,mDAAmD;QACnD,iDAAiD;QACjD,6CAA6C;QAC7C,6DAA6D;QAC7D,sDAAsD;KACvD;IACD,SAAS,EAAE;QACT,qDAAqD;QACrD,2CAA2C;QAC3C,wFAAwF;QACxF,4GAA4G;KAC7G;CACF,CAAA;AAED,MAAM,UAAU,eAAe,CAAC,KAAa;IAC3C,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;KACd,CAAC,CAAA;IAEF,OAAO;QACL,WAAW,EACT,g4BAAg4B;QACl4B,IAAI,EAAE,IAAI;QACV,KAAK;QACL,WAAW,EAAE,GAAG;QAChB,GAAG,YAAY;QACf,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oFAyUwE;KACjF,CAAA;AACH,CAAC;AAED,eAAe,CAAC,IAAI,GAAG,IAAI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"creative-director.d.ts","sourceRoot":"","sources":["../../src/agents/creative-director.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,0BAA0B,EAAE,mBAuBxC,CAAA;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,
|
|
1
|
+
{"version":3,"file":"creative-director.d.ts","sourceRoot":"","sources":["../../src/agents/creative-director.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,0BAA0B,EAAE,mBAuBxC,CAAA;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CA8RtE;yBA9Re,2BAA2B"}
|
|
@@ -29,7 +29,6 @@ export function createCreativeDirectorAgent(model) {
|
|
|
29
29
|
"edit",
|
|
30
30
|
"apply_patch",
|
|
31
31
|
"task",
|
|
32
|
-
"call_omo_agent",
|
|
33
32
|
]);
|
|
34
33
|
return {
|
|
35
34
|
description: "USE FOR: brand identity, visual identity, creative direction, design system, design language, typography, colour palette, colour theory, logo design, icon design, illustration style, photography art direction, motion design, animation, video creative, advertising creative, campaign creative, creative brief, creative strategy, UI design, UX design, user experience, information architecture, wireframes, prototypes, design critique, design review, design audit, accessibility, WCAG, contrast ratios, design tokens, CSS custom properties, Tailwind theme, W3C design tokens, Figma, component design, design system documentation, brand guidelines, style guide, visual storytelling, art direction, mood boards, creative concepts, copywriting, headline writing, taglines, microcopy, UX writing, print design, digital design, social media graphics, email templates, web design, landing page design, responsive design, dark mode, light mode, theming, design consistency, pixel perfect, spacing system, grid system, layout design.",
|
|
@@ -306,9 +305,7 @@ Read \`.wunderkind/wunderkind.config.jsonc\` at runtime for \`docsPath\` (defaul
|
|
|
306
305
|
- \`overwrite\` — Replace the file contents each time.
|
|
307
306
|
- \`append-dated\` — Append a dated section to the file.
|
|
308
307
|
- \`new-dated-file\` — Create a new file with a date suffix.
|
|
309
|
-
- \`overwrite-archive\` — Overwrite the current file and archive the old one
|
|
310
|
-
|
|
311
|
-
After writing, run \`/docs-index\` to update the project documentation index.`,
|
|
308
|
+
- \`overwrite-archive\` — Overwrite the current file and archive the old one.`,
|
|
312
309
|
};
|
|
313
310
|
}
|
|
314
311
|
createCreativeDirectorAgent.mode = MODE;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"creative-director.js","sourceRoot":"","sources":["../../src/agents/creative-director.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,0BAA0B,GAAwB;IAC7D,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,mBAAmB;IAChC,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,yBAAyB;YACjC,OAAO,EACL,oHAAoH;SACvH;KACF;IACD,OAAO,EAAE;QACP,2DAA2D;QAC3D,6DAA6D;QAC7D,uCAAuC;QACvC,2DAA2D;QAC3D,mDAAmD;KACpD;IACD,SAAS,EAAE;QACT,gEAAgE;QAChE,8DAA8D;QAC9D,wDAAwD;KACzD;CACF,CAAA;AAED,MAAM,UAAU,2BAA2B,CAAC,KAAa;IACvD,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;QACb,MAAM;
|
|
1
|
+
{"version":3,"file":"creative-director.js","sourceRoot":"","sources":["../../src/agents/creative-director.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,0BAA0B,GAAwB;IAC7D,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,mBAAmB;IAChC,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,yBAAyB;YACjC,OAAO,EACL,oHAAoH;SACvH;KACF;IACD,OAAO,EAAE;QACP,2DAA2D;QAC3D,6DAA6D;QAC7D,uCAAuC;QACvC,2DAA2D;QAC3D,mDAAmD;KACpD;IACD,SAAS,EAAE;QACT,gEAAgE;QAChE,8DAA8D;QAC9D,wDAAwD;KACzD;CACF,CAAA;AAED,MAAM,UAAU,2BAA2B,CAAC,KAAa;IACvD,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;QACb,MAAM;KACP,CAAC,CAAA;IAEF,OAAO;QACL,WAAW,EACT,igCAAigC;QACngC,IAAI,EAAE,IAAI;QACV,KAAK;QACL,WAAW,EAAE,GAAG;QAChB,GAAG,YAAY;QACf,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8EA6QkE;KAC3E,CAAA;AACH,CAAC;AAED,2BAA2B,CAAC,IAAI,GAAG,IAAI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-analyst.d.ts","sourceRoot":"","sources":["../../src/agents/data-analyst.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,qBAAqB,EAAE,mBAyBnC,CAAA;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,
|
|
1
|
+
{"version":3,"file":"data-analyst.d.ts","sourceRoot":"","sources":["../../src/agents/data-analyst.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAKhE,eAAO,MAAM,qBAAqB,EAAE,mBAyBnC,CAAA;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CA0NjE;yBA1Ne,sBAAsB"}
|
|
@@ -31,7 +31,6 @@ export function createDataAnalystAgent(model) {
|
|
|
31
31
|
"edit",
|
|
32
32
|
"apply_patch",
|
|
33
33
|
"task",
|
|
34
|
-
"call_omo_agent",
|
|
35
34
|
]);
|
|
36
35
|
return {
|
|
37
36
|
description: "USE FOR: data analyst, product analyst, product analytics, growth analytics, event tracking, event taxonomy, tracking plan, analytics implementation, Mixpanel, Amplitude, PostHog, Segment, Google Analytics 4, GA4, BigQuery, Snowflake, dbt, data warehouse, adoption funnel, activation funnel, user funnel, funnel analysis, drop-off analysis, cohort analysis, retention analysis, churn analysis, engagement metrics, DAU, WAU, MAU, stickiness, feature adoption, feature usage, product metrics, north star metric, OKR metrics, metric definition, metric framework, HEART framework, PULSE framework, dashboard spec, dashboard design, KPI definition, A/B test, experiment design, hypothesis, statistical significance, confidence interval, sample size, power analysis, experiment readout, test results, p-value, MDE, minimum detectable effect, conversion rate, activation rate, retention rate, NPS, CSAT, product-led growth metrics, time-to-value, onboarding completion, aha moment, habit moment, product instrumentation, event schema, identify call, track call, page call, user properties, group analytics, data quality, data trust, metric consistency, single source of truth, metric catalogue.",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-analyst.js","sourceRoot":"","sources":["../../src/agents/data-analyst.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,qBAAqB,GAAwB;IACxD,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,iCAAiC;YACzC,OAAO,EACL,2LAA2L;SAC9L;KACF;IACD,OAAO,EAAE;QACP,oEAAoE;QACpE,6DAA6D;QAC7D,0EAA0E;QAC1E,2DAA2D;QAC3D,iEAAiE;QACjE,uFAAuF;KACxF;IACD,SAAS,EAAE;QACT,iFAAiF;QACjF,wGAAwG;QACxG,iEAAiE;QACjE,6EAA6E;KAC9E;CACF,CAAA;AAED,MAAM,UAAU,sBAAsB,CAAC,KAAa;IAClD,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;QACb,MAAM;
|
|
1
|
+
{"version":3,"file":"data-analyst.js","sourceRoot":"","sources":["../../src/agents/data-analyst.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AAExD,MAAM,IAAI,GAAc,SAAS,CAAA;AAEjC,MAAM,CAAC,MAAM,qBAAqB,GAAwB;IACxD,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,iCAAiC;YACzC,OAAO,EACL,2LAA2L;SAC9L;KACF;IACD,OAAO,EAAE;QACP,oEAAoE;QACpE,6DAA6D;QAC7D,0EAA0E;QAC1E,2DAA2D;QAC3D,iEAAiE;QACjE,uFAAuF;KACxF;IACD,SAAS,EAAE;QACT,iFAAiF;QACjF,wGAAwG;QACxG,iEAAiE;QACjE,6EAA6E;KAC9E;CACF,CAAA;AAED,MAAM,UAAU,sBAAsB,CAAC,KAAa;IAClD,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;QACb,MAAM;KACP,CAAC,CAAA;IAEF,OAAO;QACL,WAAW,EACT,qqCAAqqC;QACvqC,IAAI,EAAE,IAAI;QACV,KAAK;QACL,WAAW,EAAE,GAAG;QAChB,GAAG,YAAY;QACf,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2GAyM+F;KACxG,CAAA;AACH,CAAC;AAED,sBAAsB,CAAC,IAAI,GAAG,IAAI,CAAA"}
|