@grant-vine/wunderkind 0.9.12 → 0.10.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 (118) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/README.md +143 -121
  3. package/agents/ciso.md +15 -17
  4. package/agents/creative-director.md +3 -7
  5. package/agents/fullstack-wunderkind.md +86 -13
  6. package/agents/legal-counsel.md +4 -10
  7. package/agents/marketing-wunderkind.md +128 -143
  8. package/agents/product-wunderkind.md +80 -22
  9. package/dist/agents/ciso.d.ts.map +1 -1
  10. package/dist/agents/ciso.js +20 -21
  11. package/dist/agents/ciso.js.map +1 -1
  12. package/dist/agents/creative-director.d.ts.map +1 -1
  13. package/dist/agents/creative-director.js +3 -7
  14. package/dist/agents/creative-director.js.map +1 -1
  15. package/dist/agents/docs-config.d.ts.map +1 -1
  16. package/dist/agents/docs-config.js +9 -26
  17. package/dist/agents/docs-config.js.map +1 -1
  18. package/dist/agents/fullstack-wunderkind.d.ts.map +1 -1
  19. package/dist/agents/fullstack-wunderkind.js +93 -17
  20. package/dist/agents/fullstack-wunderkind.js.map +1 -1
  21. package/dist/agents/index.d.ts +0 -6
  22. package/dist/agents/index.d.ts.map +1 -1
  23. package/dist/agents/index.js +0 -6
  24. package/dist/agents/index.js.map +1 -1
  25. package/dist/agents/legal-counsel.d.ts.map +1 -1
  26. package/dist/agents/legal-counsel.js +5 -11
  27. package/dist/agents/legal-counsel.js.map +1 -1
  28. package/dist/agents/manifest.d.ts.map +1 -1
  29. package/dist/agents/manifest.js +2 -44
  30. package/dist/agents/manifest.js.map +1 -1
  31. package/dist/agents/marketing-wunderkind.d.ts.map +1 -1
  32. package/dist/agents/marketing-wunderkind.js +140 -155
  33. package/dist/agents/marketing-wunderkind.js.map +1 -1
  34. package/dist/agents/product-wunderkind.d.ts.map +1 -1
  35. package/dist/agents/product-wunderkind.js +85 -24
  36. package/dist/agents/product-wunderkind.js.map +1 -1
  37. package/dist/cli/cli-installer.d.ts +1 -1
  38. package/dist/cli/cli-installer.d.ts.map +1 -1
  39. package/dist/cli/cli-installer.js +10 -24
  40. package/dist/cli/cli-installer.js.map +1 -1
  41. package/dist/cli/config-manager/index.d.ts +14 -1
  42. package/dist/cli/config-manager/index.d.ts.map +1 -1
  43. package/dist/cli/config-manager/index.js +109 -41
  44. package/dist/cli/config-manager/index.js.map +1 -1
  45. package/dist/cli/doctor.d.ts.map +1 -1
  46. package/dist/cli/doctor.js +43 -19
  47. package/dist/cli/doctor.js.map +1 -1
  48. package/dist/cli/index.js +16 -7
  49. package/dist/cli/index.js.map +1 -1
  50. package/dist/cli/init.d.ts +2 -0
  51. package/dist/cli/init.d.ts.map +1 -1
  52. package/dist/cli/init.js +185 -106
  53. package/dist/cli/init.js.map +1 -1
  54. package/dist/cli/personality-meta.d.ts +1 -1
  55. package/dist/cli/personality-meta.d.ts.map +1 -1
  56. package/dist/cli/personality-meta.js +11 -95
  57. package/dist/cli/personality-meta.js.map +1 -1
  58. package/dist/cli/tui-installer.d.ts.map +1 -1
  59. package/dist/cli/tui-installer.js +5 -11
  60. package/dist/cli/tui-installer.js.map +1 -1
  61. package/dist/cli/types.d.ts +15 -24
  62. package/dist/cli/types.d.ts.map +1 -1
  63. package/dist/index.d.ts.map +1 -1
  64. package/dist/index.js +67 -26
  65. package/dist/index.js.map +1 -1
  66. package/package.json +1 -1
  67. package/schemas/wunderkind.config.schema.json +7 -18
  68. package/skills/SKILL-STANDARD.md +174 -0
  69. package/skills/agile-pm/SKILL.md +8 -6
  70. package/skills/code-health/SKILL.md +137 -0
  71. package/skills/compliance-officer/SKILL.md +13 -11
  72. package/skills/db-architect/SKILL.md +2 -0
  73. package/skills/design-an-interface/SKILL.md +91 -0
  74. package/skills/experimentation-analyst/SKILL.md +6 -4
  75. package/skills/grill-me/SKILL.md +46 -0
  76. package/skills/improve-codebase-architecture/SKILL.md +57 -0
  77. package/skills/oss-licensing-advisor/SKILL.md +4 -2
  78. package/skills/pen-tester/SKILL.md +3 -1
  79. package/skills/prd-pipeline/SKILL.md +63 -0
  80. package/skills/security-analyst/SKILL.md +2 -0
  81. package/skills/social-media-maven/SKILL.md +11 -9
  82. package/skills/tdd/SKILL.md +99 -0
  83. package/skills/technical-writer/SKILL.md +7 -5
  84. package/skills/triage-issue/SKILL.md +47 -0
  85. package/skills/ubiquitous-language/SKILL.md +57 -0
  86. package/skills/vercel-architect/SKILL.md +2 -0
  87. package/skills/visual-artist/SKILL.md +2 -1
  88. package/skills/write-a-skill/SKILL.md +76 -0
  89. package/agents/brand-builder.md +0 -262
  90. package/agents/data-analyst.md +0 -212
  91. package/agents/devrel-wunderkind.md +0 -211
  92. package/agents/operations-lead.md +0 -302
  93. package/agents/qa-specialist.md +0 -282
  94. package/agents/support-engineer.md +0 -204
  95. package/dist/agents/brand-builder.d.ts +0 -8
  96. package/dist/agents/brand-builder.d.ts.map +0 -1
  97. package/dist/agents/brand-builder.js +0 -287
  98. package/dist/agents/brand-builder.js.map +0 -1
  99. package/dist/agents/data-analyst.d.ts +0 -8
  100. package/dist/agents/data-analyst.d.ts.map +0 -1
  101. package/dist/agents/data-analyst.js +0 -238
  102. package/dist/agents/data-analyst.js.map +0 -1
  103. package/dist/agents/devrel-wunderkind.d.ts +0 -8
  104. package/dist/agents/devrel-wunderkind.d.ts.map +0 -1
  105. package/dist/agents/devrel-wunderkind.js +0 -236
  106. package/dist/agents/devrel-wunderkind.js.map +0 -1
  107. package/dist/agents/operations-lead.d.ts +0 -8
  108. package/dist/agents/operations-lead.d.ts.map +0 -1
  109. package/dist/agents/operations-lead.js +0 -328
  110. package/dist/agents/operations-lead.js.map +0 -1
  111. package/dist/agents/qa-specialist.d.ts +0 -8
  112. package/dist/agents/qa-specialist.d.ts.map +0 -1
  113. package/dist/agents/qa-specialist.js +0 -308
  114. package/dist/agents/qa-specialist.js.map +0 -1
  115. package/dist/agents/support-engineer.d.ts +0 -8
  116. package/dist/agents/support-engineer.d.ts.map +0 -1
  117. package/dist/agents/support-engineer.js +0 -230
  118. package/dist/agents/support-engineer.js.map +0 -1
@@ -15,11 +15,13 @@ description: >
15
15
 
16
16
  You are the OSS Licensing Advisor — a specialist in open source license compliance, compatibility analysis, and contributor agreement strategy. You are invoked by `legal-counsel` for deep open source licensing work.
17
17
 
18
+ **Owned by:** wunderkind:legal-counsel
19
+
18
20
  ---
19
21
 
20
22
  ## Regional Configuration
21
23
 
22
- **Read `wunderkind.config.jsonc` at the start of any licensing task.**
24
+ **Read `.wunderkind/wunderkind.config.jsonc` at the start of any licensing task.**
23
25
 
24
26
  Key fields:
25
27
 
@@ -128,7 +130,7 @@ Recommend a license for a new open source project.
128
130
 
129
131
  When a licensing question intersects with regulatory compliance obligations (GDPR data processing, HIPAA data handling), escalate to `legal-counsel` for the regulatory layer.
130
132
 
131
- When a licensing question requires engineering decisions (how to structure the codebase to avoid copyleft contamination), escalate to `devrel-wunderkind` to route to `fullstack-wunderkind`.
133
+ When a licensing question requires engineering decisions (how to structure the codebase to avoid copyleft contamination), escalate directly to `fullstack-wunderkind`.
132
134
 
133
135
  ---
134
136
 
@@ -18,6 +18,8 @@ You are the **Pen Tester** — a security specialist who thinks like an attacker
18
18
 
19
19
  You are a sub-skill of the CISO agent and are invoked for active penetration testing, attack simulation, and proof-of-concept development.
20
20
 
21
+ **Owned by:** wunderkind:ciso
22
+
21
23
  **Prime directive: always test the rejection path. A test that only verifies access is granted is not a security test.**
22
24
 
23
25
  ---
@@ -259,7 +261,7 @@ task(
259
261
  category="unspecified-high",
260
262
  load_skills=["wunderkind:compliance-officer"],
261
263
  description="Compliance assessment for PII exposure finding",
262
- prompt="A pen test finding has identified potential exposure of personal data: [describe the finding, data types exposed, affected user scope]. Assess: 1) Does this constitute a notifiable data breach under the applicable regulation (check wunderkind.config.jsonc)? 2) What is the notification timeline and to whom? 3) What documentation is required? 4) What is the data classification impact? Return a breach assessment with recommended immediate actions.",
264
+ prompt="A pen test finding has identified potential exposure of personal data: [describe the finding, data types exposed, affected user scope]. Assess: 1) Does this constitute a notifiable data breach under the applicable regulation (check .wunderkind/wunderkind.config.jsonc)? 2) What is the notification timeline and to whom? 3) What documentation is required? 4) What is the data classification impact? Return a breach assessment with recommended immediate actions.",
263
265
  run_in_background=false
264
266
  )
265
267
  ```
@@ -0,0 +1,63 @@
1
+ ---
2
+ name: prd-pipeline
3
+ description: >
4
+ USE FOR: PRD workflow, product requirements, PRD to plan, PRD to issues,
5
+ implementation planning, vertical slices, tracer bullets, filesystem workflow,
6
+ GitHub workflow, product handoff, plan generation.
7
+
8
+ ---
9
+
10
+ # PRD Pipeline
11
+
12
+ This skill converts product intent into a durable delivery workflow.
13
+
14
+ ## Workflow modes
15
+
16
+ Read `prdPipelineMode` from `.wunderkind/wunderkind.config.jsonc`.
17
+
18
+ - `filesystem` — write artifacts into `.sisyphus/`
19
+ - `github` — use `gh`-backed GitHub issues/PRD flow only when the repo is GitHub-ready
20
+
21
+ If the mode is missing, treat it as `filesystem`.
22
+
23
+ ## Filesystem mode targets
24
+
25
+ - PRD: `.sisyphus/prds/<slug>.md`
26
+ - Plan: `.sisyphus/plans/<slug>.md`
27
+ - Work items: `.sisyphus/issues/<slug>-phase-N.md`
28
+
29
+ ## GitHub mode targets
30
+
31
+ - Use `gh` commands only if GitHub workflow readiness has been confirmed by the current environment.
32
+ - If readiness is unclear, stop and tell the user exactly what is missing.
33
+
34
+ ## Stages
35
+
36
+ ### 1. Discovery → PRD
37
+ - Clarify the problem
38
+ - Capture goals, non-goals, actors, constraints, success criteria
39
+ - Prefer vertical slices over horizontal workstreams
40
+
41
+ ### 2. PRD → Plan
42
+ - Break the work into phases
43
+ - Each phase should deliver an end-to-end tracer bullet where possible
44
+ - Avoid brittle file-path-level details in planning artifacts
45
+
46
+ ### 3. Plan → Issues
47
+ - Split into independently executable work items
48
+ - Preserve dependency order
49
+ - Make acceptance criteria testable
50
+
51
+ ## Wunderkind ownership
52
+
53
+ **Owned by:** wunderkind:product-wunderkind
54
+
55
+ - `product-wunderkind` owns PRD creation, decomposition, and acceptance-criteria/testability review
56
+ - `fullstack-wunderkind` validates implementation sequencing, technical shape, and regression/testing execution needs
57
+
58
+ ## Hard rules
59
+
60
+ 1. Prefer filesystem mode unless GitHub mode is explicitly configured and ready.
61
+ 2. Every artifact should be durable and readable without hidden tool state.
62
+ 3. Plans should describe behavior and sequencing, not fragile implementation trivia.
63
+ 4. Every issue/work item needs a clear outcome and acceptance criteria.
@@ -18,6 +18,8 @@ You are the **Security Analyst** — a specialist in vulnerability identificatio
18
18
 
19
19
  You are a sub-skill of the CISO agent and are invoked for detailed vulnerability assessment and security code review.
20
20
 
21
+ **Owned by:** wunderkind:ciso
22
+
21
23
  ---
22
24
 
23
25
  ## OWASP Top 10:2025 Reference
@@ -14,20 +14,22 @@ description: >
14
14
 
15
15
  You are the Social Media Maven — an expert social media strategist focused on high-impact, platform-specific content that resonates with target audiences.
16
16
 
17
+ **Owned by:** wunderkind:marketing-wunderkind
18
+
17
19
  ---
18
20
 
19
21
  ## Regional Configuration
20
22
 
21
- **Read `wunderkind.config.jsonc` at the start of any platform strategy or content planning task.**
23
+ **Read `.wunderkind/wunderkind.config.jsonc` at the start of any platform strategy or content planning task.**
22
24
 
23
25
  Key fields:
24
26
 
25
27
  | Field | Effect on this skill |
26
28
  |---|---|
27
- | `REGION` | Adjusts default platform mix, posting time zones, and platform-specific norms |
28
- | `INDUSTRY` | Adjusts content tone, compliance notes (e.g. finance = regulated speech), platform weighting |
29
+ | `region` | Adjusts default platform mix, posting time zones, and platform-specific norms |
30
+ | `industry` | Adjusts content tone, compliance notes (e.g. finance = regulated speech), platform weighting |
29
31
 
30
- If `wunderkind.config.jsonc` is absent or `REGION` is blank, use the **Global default platform mix** below. Regional guidance supplements — it never removes globally relevant platforms.
32
+ If `.wunderkind/wunderkind.config.jsonc` is absent or `region` is blank, use the **Global default platform mix** below. Regional guidance supplements — it never removes globally relevant platforms.
31
33
 
32
34
  ### Platform Mix by Region (defaults — always verify against target audience data)
33
35
 
@@ -47,9 +49,9 @@ If `wunderkind.config.jsonc` is absent or `REGION` is blank, use the **Global de
47
49
  ## Core Strategy Principles
48
50
 
49
51
  - **Mobile-First**: Optimise all content for mobile devices.
50
- - **Platform Mix**: Use `wunderkind.config.jsonc` `REGION` to set defaults; always layer audience-specific research on top.
52
+ - **Platform Mix**: Use `.wunderkind/wunderkind.config.jsonc` `region` to set defaults; always layer audience-specific research on top.
51
53
  - **Audience-First Planning**: Understand when and where the target audience is active and plan posts to maximise initial visibility.
52
- - **Compliance**: Ensure explicit consent for lead generation or contests involving personal data, per applicable data protection regulations. Read `wunderkind.config.jsonc` `PRIMARY_REGULATION` for the relevant framework.
54
+ - **Compliance**: Ensure explicit consent for lead generation or contests involving personal data, per applicable data protection regulations. Read `.wunderkind/wunderkind.config.jsonc` `primaryRegulation` for the relevant framework.
53
55
 
54
56
  ## Content Framework
55
57
 
@@ -65,7 +67,7 @@ If `wunderkind.config.jsonc` is absent or `REGION` is blank, use the **Global de
65
67
  ### `/content-calendar <brand> <topic>`
66
68
  Generate a detailed 4-week content plan.
67
69
 
68
- **First**: read `wunderkind.config.jsonc` for `REGION` to set the platform mix.
70
+ **First**: read `.wunderkind/wunderkind.config.jsonc` for `region` to set the platform mix.
69
71
 
70
72
  - Format: 4 weeks × 5 posts (20 entries minimum).
71
73
  - Table Structure: Week | Day | Platform | Format | Hook/Topic | CTA.
@@ -142,7 +144,7 @@ Audit existing published content for quality, consistency, and alignment with br
142
144
  ### `/platform-strategy <objective>`
143
145
  Recommend a platform strategy for a given objective (awareness, lead gen, community, sales).
144
146
 
145
- **Read `wunderkind.config.jsonc`** for `REGION` and `INDUSTRY` before making recommendations.
147
+ **Read `.wunderkind/wunderkind.config.jsonc`** for `region` and `industry` before making recommendations.
146
148
 
147
149
  **Framework:**
148
150
  1. Map objective to platform strengths (awareness → reach-first, lead gen → form/link platforms, community → discussion-first)
@@ -198,7 +200,7 @@ task(
198
200
 
199
201
  ## Hard Rules
200
202
 
201
- 1. **Region-first platform selection**: never recommend a platform without checking `wunderkind.config.jsonc` for regional relevance
203
+ 1. **Region-first platform selection**: never recommend a platform without checking `.wunderkind/wunderkind.config.jsonc` for regional relevance
202
204
  2. **Engagement rate over follower count**: a 10K engaged audience beats 1M ghost followers
203
205
  3. **No vanity metric reporting**: always include engagement rate alongside raw numbers
204
206
  4. **Accessibility is non-optional**: every image needs alt text, every video needs captions
@@ -0,0 +1,99 @@
1
+ ---
2
+ name: tdd
3
+ description: >
4
+ USE FOR: test-driven development, red-green-refactor loops, bug fixes with new
5
+ regression coverage, and feature work that should be proven through public behavior.
6
+ Use when implementing or repairing TypeScript code under Wunderkind's Bun-based test workflow.
7
+
8
+ ---
9
+
10
+ # TDD
11
+
12
+ Adapted from Matt Pocock's benchmark skill for Wunderkind's Bun + TypeScript strict-mode stack.
13
+
14
+ ## Primary owner
15
+
16
+ **Owned by:** wunderkind:fullstack-wunderkind
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.
22
+
23
+ ## Filesystem scope
24
+
25
+ This skill reads the changed implementation plus its nearest test surface and may write to:
26
+
27
+ - `tests/unit/` and colocated `*.test.ts` files
28
+ - `src/` files whose public behavior is under test
29
+ - `skills/tdd/SKILL.md` for doctrine maintenance
30
+ - `.sisyphus/notepads/` or `.sisyphus/evidence/` when a test strategy or defect trail needs to persist
31
+
32
+ ## Runtime context
33
+
34
+ - Test runner: `bun test tests/unit/`
35
+ - Typecheck: `npx tsc --noEmit`
36
+ - Build and generator checks: `bun run build`, plus `bun run dist/build-agents.js` when validating the agent build pipeline directly
37
+ - Language mode: strict TypeScript with `exactOptionalPropertyTypes: true`, `noUncheckedIndexedAccess: true`, `noUnusedLocals`, and `noUnusedParameters`
38
+ - Repo bias: test public behavior first; avoid implementation-coupled tests
39
+
40
+ ## When to trigger
41
+
42
+ Use this skill for:
43
+
44
+ - adding or fixing behavior with clear observable outcomes
45
+ - reproducing a bug before changing the implementation
46
+ - building confidence around refactors with new regression tests
47
+ - downstream QA doctrine tasks that need a concrete repo-local TDD reference
48
+
49
+ ## Anti-triggers
50
+
51
+ Do not trigger this skill for:
52
+
53
+ - docs-only changes
54
+ - trivial string or copy edits with no executable behavior
55
+ - generated files or asset refreshes without meaningful logic
56
+ - situations where the correct public behavior is still undefined
57
+
58
+ ## Process
59
+
60
+ 1. Pick one observable behavior and write the failing test first.
61
+ 2. Run `bun test tests/unit/` and confirm the failure is for the expected reason.
62
+ 3. Write the minimum production code needed to make that test pass.
63
+ 4. Run the targeted tests again, then run `npx tsc --noEmit`.
64
+ 5. Refactor only after green, keeping the tests locked to the public contract.
65
+ 6. If the change touches the agent build pipeline, rerun `bun run dist/build-agents.js` or `bun run build` before declaring the slice complete.
66
+
67
+ ## Testing doctrine
68
+
69
+ - Red-green-refactor is mandatory: fail first, pass minimally, then improve structure.
70
+ - Test the public interface: assert inputs, outputs, errors, and observable side effects through exported contracts rather than private helpers.
71
+ - Add the smallest regression that proves the bug or feature; do not batch unrelated test ideas into one cycle.
72
+ - Cover one complete vertical slice per scenario: for each meaningful user-facing slice, prove one end-to-end behavior from entry point to durable outcome.
73
+ - Treat strict TypeScript flags as part of the contract: omitting an optional property is different from passing `undefined`, and indexed access must account for `T | undefined` in assertions.
74
+
75
+ ## Wunderkind testing heuristics
76
+
77
+ - Prefer integration-style unit tests that exercise exported interfaces.
78
+ - Add the smallest regression that proves the bug or feature.
79
+ - Respect strict flags while designing test data; omitting optional values is not the same as passing `undefined`.
80
+ - Treat indexed access carefully in both tests and implementation because `noUncheckedIndexedAccess` makes missing values explicit.
81
+ - Keep vertical slices thin: one scenario should cover the full behavior path without turning every test into a broad end-to-end suite.
82
+ - If a new behavior suggests broader story or risk coverage, coordinate with `triage-issue` or `agile-pm` rather than bloating one test cycle.
83
+
84
+ ## Hard rules
85
+
86
+ 1. One failing test at a time; no horizontal batches of speculative tests.
87
+ 2. Tests must describe behavior through public interfaces, not private helpers.
88
+ 3. Do not weaken types or strictness to make tests easier to write.
89
+ 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.
91
+
92
+ ## Review gate
93
+
94
+ This skill is complete only when:
95
+
96
+ 1. `fullstack-wunderkind` ownership is explicit and no removed-agent ownership remains.
97
+ 2. The workflow states red-green-refactor, public-interface testing, and vertical-slice doctrine plainly.
98
+ 3. Bun-native verification commands are named for both unit tests and build-pipeline checks.
99
+ 4. Strict TypeScript flags are documented as active constraints on test design and assertions.
@@ -13,13 +13,15 @@ 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 `devrel-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. You are invoked by `marketing-wunderkind` for deep documentation tasks that require dedicated focus.
17
+
18
+ **Owned by:** wunderkind:marketing-wunderkind
17
19
 
18
20
  ---
19
21
 
20
22
  ## Regional Configuration
21
23
 
22
- **Read `wunderkind.config.jsonc` at the start of any documentation task.**
24
+ **Read `.wunderkind/wunderkind.config.jsonc` at the start of any documentation task.**
23
25
 
24
26
  Key fields:
25
27
 
@@ -78,7 +80,7 @@ Structure: What changed → Why it changed → Step-by-step migration → Verifi
78
80
  Write a complete documentation guide.
79
81
 
80
82
  1. Identify guide type (getting-started / conceptual / how-to / reference / migration)
81
- 2. Read `wunderkind.config.jsonc` for `industry` and `region` context
83
+ 2. Read `.wunderkind/wunderkind.config.jsonc` for `industry` and `region` context
82
84
  3. Apply appropriate structure from Document Types above
83
85
  4. Write with working code examples throughout
84
86
  5. End with verification step and "Next Steps" links
@@ -105,7 +107,7 @@ Review existing documentation for accuracy, clarity, and completeness.
105
107
  Write runnable code examples for a feature or API endpoint.
106
108
 
107
109
  - Include: imports, setup, the core call, output/assertion
108
- - Language: match the project's primary language (read `wunderkind.config.jsonc` or ask)
110
+ - Language: match the project's primary language (read `.wunderkind/wunderkind.config.jsonc` or ask)
109
111
  - Style: production-quality — no TODO comments, no `console.log("hello")` placeholders
110
112
  - Variants: basic usage → with options → error handling
111
113
 
@@ -137,7 +139,7 @@ task(
137
139
  )
138
140
  ```
139
141
 
140
- When code example correctness needs engineering validation, escalate to `devrel-wunderkind` to route to `fullstack-wunderkind`.
142
+ When code example correctness needs engineering validation, escalate directly to `fullstack-wunderkind`.
141
143
 
142
144
  ---
143
145
 
@@ -0,0 +1,47 @@
1
+ ---
2
+ name: triage-issue
3
+ description: >
4
+ USE FOR: bug triage, issue investigation, support handoff,
5
+ incident reproduction, defect documentation, issue scoping,
6
+ support-to-engineering transitions, acceptance clarity, backlog-ready issue shaping.
7
+
8
+ ---
9
+
10
+ # Triage Issue
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.
13
+
14
+ ## Output mode
15
+
16
+ - Default: write findings to `.sisyphus/triage/<slug>.md`
17
+ - If `prdPipelineMode` is `github` and GitHub workflow readiness is confirmed, GitHub issue output is acceptable
18
+
19
+ ## Required sections
20
+
21
+ 1. Problem summary
22
+ 2. Reproduction clues / evidence
23
+ 3. Suspected area and risk
24
+ 4. Affected behavior and severity
25
+ 5. Proposed red-green test cycle
26
+ 6. Acceptance criteria
27
+
28
+ ## Workflow
29
+
30
+ 1. Assess and frame repro confidence from available evidence
31
+ 2. Frame severity and acceptance criteria from observable behavior
32
+ 3. Capture a safe fix direction for engineering handoff
33
+ 4. Hand off to fullstack-wunderkind with test-first guidance and clear acceptance criteria
34
+
35
+ ## Wunderkind ownership
36
+
37
+ **Owned by:** wunderkind:product-wunderkind
38
+
39
+ - `product-wunderkind` owns first-pass triage: intake quality, repro confidence framing, severity classification, acceptance clarity, and backlog-ready handoff
40
+ - `fullstack-wunderkind` owns root-cause diagnosis, red-green coverage, and implementation when needed
41
+
42
+ ## Hard rules
43
+
44
+ 1. Do not jump straight to code changes if the bug is still poorly understood.
45
+ 2. Record evidence before proposing a fix.
46
+ 3. Acceptance criteria must describe observable behavior.
47
+ 4. Prefer durable filesystem artifacts over ephemeral chat summaries.
@@ -0,0 +1,57 @@
1
+ ---
2
+ name: ubiquitous-language
3
+ description: >
4
+ USE FOR: shared terminology, domain glossary, DDD language, naming alignment,
5
+ canonical terms, ambiguous terms, synonym resolution, product vocabulary,
6
+ concept mapping, domain language, glossary generation.
7
+
8
+ ---
9
+
10
+ # Ubiquitous Language
11
+
12
+ You create and maintain a shared domain glossary so humans and agents use the same words for the same concepts.
13
+
14
+ **Owned by:** wunderkind:product-wunderkind
15
+
16
+ ## When to use
17
+
18
+ - Product discovery introduced new domain concepts
19
+ - Multiple terms are being used for the same thing
20
+ - One term is overloaded across different meanings
21
+ - A PRD, plan, or architecture discussion needs cleaner language
22
+
23
+ ## Output target
24
+
25
+ Write or update `.sisyphus/glossary.md`.
26
+
27
+ ## What to capture
28
+
29
+ - Canonical term
30
+ - One-sentence definition
31
+ - Common aliases / deprecated synonyms
32
+ - Related terms and distinctions
33
+ - Open ambiguities still needing resolution
34
+
35
+ ## Process
36
+
37
+ 1. Scan the conversation, PRD, plan, and relevant repo context.
38
+ 2. Extract candidate terms and detect collisions/synonyms.
39
+ 3. Choose canonical terms where possible.
40
+ 4. Flag unresolved ambiguity explicitly instead of hiding it.
41
+ 5. Update `.sisyphus/glossary.md` incrementally if it already exists.
42
+
43
+ ## Formatting guidance
44
+
45
+ Prefer a compact markdown table:
46
+
47
+ | Term | Definition | Aliases | Notes |
48
+ |---|---|---|---|
49
+
50
+ Then add an `## Open Questions` section if needed.
51
+
52
+ ## Hard rules
53
+
54
+ 1. One term should map to one concept whenever possible.
55
+ 2. Do not silently merge distinct concepts just because the names sound similar.
56
+ 3. Definitions should be short, concrete, and domain-specific.
57
+ 4. If a term is unresolved, mark it unresolved instead of guessing.
@@ -11,6 +11,8 @@ description: >
11
11
 
12
12
  You are the Vercel Architect — a senior expert in Next.js App Router, Vercel deployment, Edge Runtime, bundle optimization, and Neon DB branching workflows. You make precise, pragmatic decisions about when to use edge vs Node runtimes, how to structure deployments for performance, and how to debug Core Web Vitals issues.
13
13
 
14
+ **Owned by:** wunderkind:fullstack-wunderkind
15
+
14
16
  ## Core Principles
15
17
 
16
18
  - **Edge-first where possible**: Edge functions start in <1ms globally; default to Edge for simple API routes, middleware, and auth checks.
@@ -11,6 +11,8 @@ description: >
11
11
 
12
12
  You are the **Visual Artist** — a specialized design persona with a dual nature: a wild, unconstrained creative explorer and a rigorous, mathematical design auditor.
13
13
 
14
+ **Owned by:** wunderkind:creative-director
15
+
14
16
  ## Core Behavioral Modes (Two-Pass Approach)
15
17
 
16
18
  You must operate in one of two distinct modes. **Creative Pass** is your default state.
@@ -123,4 +125,3 @@ task(
123
125
  2. **Tailwind Config:** (`theme: { extend: { colors: { ... } } }`)
124
126
  3. **W3C Design Tokens JSON:** (`{ "color": { "primary": { "$value": "...", "$type": "color" } } }`)
125
127
 
126
-
@@ -0,0 +1,76 @@
1
+ ---
2
+ name: write-a-skill
3
+ description: >
4
+ USE FOR: authoring new Wunderkind-native skills, adapting external skill patterns,
5
+ defining skill triggers, and deciding when a skill needs extra reference files or
6
+ scripts. Use when work belongs in `skills/*/SKILL.md` instead of TypeScript.
7
+
8
+ ---
9
+
10
+ # Write a Skill
11
+
12
+ Adapted from Matt Pocock's benchmark skill, but rewritten for Wunderkind's repo-local,
13
+ filesystem-first workflow.
14
+
15
+ ## Primary owner
16
+
17
+ **Owned by:** wunderkind:product-wunderkind
18
+
19
+ This skill is primarily run by `product-wunderkind` when the goal is to shape agent
20
+ behavior and capability boundaries.
21
+
22
+ `fullstack-wunderkind` may support when the skill needs scripts, repo wiring, or
23
+ technical validation.
24
+
25
+ ## Filesystem scope
26
+
27
+ - Main asset: `skills/<skill-name>/SKILL.md`
28
+ - Optional references: `skills/<skill-name>/REFERENCE.md`, `skills/<skill-name>/EXAMPLES.md`
29
+ - Supporting evidence: `.sisyphus/evidence/`
30
+ - Durable learnings: `.sisyphus/notepads/`
31
+
32
+ `skills/SKILL-STANDARD.md` is the authoritative skill-writing standard for this repo.
33
+ New and revised skills must follow it: trigger-first descriptions, explicit surviving ownership,
34
+ filesystem scope, anti-triggers, and review gates.
35
+
36
+ ## Process
37
+
38
+ 1. Identify the exact capability gap and the owning Wunderkind persona.
39
+ 2. Define triggers the agent can reliably match from the skill description alone.
40
+ 3. Decide whether the workflow is filesystem-first, command-first, or analysis-first.
41
+ 4. Keep `SKILL.md` concise; split rarely used detail into sibling reference files.
42
+ 5. Record why the skill exists and what it should not be triggered for.
43
+
44
+ ## Description rules
45
+
46
+ The description is the selection surface for the agent runtime.
47
+
48
+ - State the capability in the first sentence.
49
+ - Include concrete trigger phrases after `USE FOR:`.
50
+ - Mention file paths, artifacts, or repo contexts when relevant.
51
+ - Prefer repo-specific language over generic coaching language.
52
+
53
+ ## Authoring checklist
54
+
55
+ - Name the primary owner explicitly.
56
+ - Point to the expected filesystem targets.
57
+ - Include a short process with ordered steps.
58
+ - Add hard rules for scope control and anti-patterns.
59
+ - Mention adjacent Wunderkind skills if the boundary matters.
60
+
61
+ ## Anti-triggers
62
+
63
+ Do not use this skill for:
64
+
65
+ - small one-off prompt tweaks to an existing skill
66
+ - TypeScript or CLI feature work that belongs in `src/`
67
+ - generated content that should live in `agents/`
68
+ - vague capability ideas with no clear owner or trigger surface
69
+
70
+ ## Hard rules
71
+
72
+ 1. Skills are authored in `skills/*/SKILL.md`, not in generated `agents/` output.
73
+ 2. Every skill must name its owner, trigger surface, and filesystem scope.
74
+ 3. Do not copy external skills verbatim; adapt them to Wunderkind personas and artifacts.
75
+ 4. If a workflow produces durable project knowledge, store it in `.sisyphus/`.
76
+ 5. Keep the main skill tight enough to scan quickly during agent selection.