@grant-vine/wunderkind 0.9.13 → 0.10.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.
Files changed (120) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/README.md +88 -108
  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.map +1 -1
  38. package/dist/cli/cli-installer.js +3 -8
  39. package/dist/cli/cli-installer.js.map +1 -1
  40. package/dist/cli/config-manager/index.d.ts +7 -0
  41. package/dist/cli/config-manager/index.d.ts.map +1 -1
  42. package/dist/cli/config-manager/index.js +113 -98
  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 +0 -12
  46. package/dist/cli/doctor.js.map +1 -1
  47. package/dist/cli/gitignore-manager.d.ts +1 -1
  48. package/dist/cli/gitignore-manager.d.ts.map +1 -1
  49. package/dist/cli/gitignore-manager.js +5 -3
  50. package/dist/cli/gitignore-manager.js.map +1 -1
  51. package/dist/cli/index.js +3 -4
  52. package/dist/cli/index.js.map +1 -1
  53. package/dist/cli/init.d.ts.map +1 -1
  54. package/dist/cli/init.js +219 -105
  55. package/dist/cli/init.js.map +1 -1
  56. package/dist/cli/personality-meta.d.ts +1 -1
  57. package/dist/cli/personality-meta.d.ts.map +1 -1
  58. package/dist/cli/personality-meta.js +11 -95
  59. package/dist/cli/personality-meta.js.map +1 -1
  60. package/dist/cli/tui-installer.d.ts.map +1 -1
  61. package/dist/cli/tui-installer.js +27 -88
  62. package/dist/cli/tui-installer.js.map +1 -1
  63. package/dist/cli/types.d.ts +0 -24
  64. package/dist/cli/types.d.ts.map +1 -1
  65. package/dist/index.d.ts.map +1 -1
  66. package/dist/index.js +66 -25
  67. package/dist/index.js.map +1 -1
  68. package/package.json +4 -2
  69. package/schemas/wunderkind.config.schema.json +0 -12
  70. package/skills/SKILL-STANDARD.md +174 -0
  71. package/skills/agile-pm/SKILL.md +8 -6
  72. package/skills/code-health/SKILL.md +137 -0
  73. package/skills/compliance-officer/SKILL.md +13 -11
  74. package/skills/db-architect/SKILL.md +2 -0
  75. package/skills/design-an-interface/SKILL.md +91 -0
  76. package/skills/experimentation-analyst/SKILL.md +6 -4
  77. package/skills/grill-me/SKILL.md +2 -0
  78. package/skills/improve-codebase-architecture/SKILL.md +2 -0
  79. package/skills/oss-licensing-advisor/SKILL.md +4 -2
  80. package/skills/pen-tester/SKILL.md +3 -1
  81. package/skills/prd-pipeline/SKILL.md +4 -3
  82. package/skills/security-analyst/SKILL.md +2 -0
  83. package/skills/social-media-maven/SKILL.md +11 -9
  84. package/skills/tdd/SKILL.md +99 -0
  85. package/skills/technical-writer/SKILL.md +7 -5
  86. package/skills/triage-issue/SKILL.md +14 -13
  87. package/skills/ubiquitous-language/SKILL.md +2 -0
  88. package/skills/vercel-architect/SKILL.md +2 -0
  89. package/skills/visual-artist/SKILL.md +2 -1
  90. package/skills/write-a-skill/SKILL.md +76 -0
  91. package/agents/brand-builder.md +0 -262
  92. package/agents/data-analyst.md +0 -212
  93. package/agents/devrel-wunderkind.md +0 -211
  94. package/agents/operations-lead.md +0 -302
  95. package/agents/qa-specialist.md +0 -282
  96. package/agents/support-engineer.md +0 -204
  97. package/dist/agents/brand-builder.d.ts +0 -8
  98. package/dist/agents/brand-builder.d.ts.map +0 -1
  99. package/dist/agents/brand-builder.js +0 -287
  100. package/dist/agents/brand-builder.js.map +0 -1
  101. package/dist/agents/data-analyst.d.ts +0 -8
  102. package/dist/agents/data-analyst.d.ts.map +0 -1
  103. package/dist/agents/data-analyst.js +0 -238
  104. package/dist/agents/data-analyst.js.map +0 -1
  105. package/dist/agents/devrel-wunderkind.d.ts +0 -8
  106. package/dist/agents/devrel-wunderkind.d.ts.map +0 -1
  107. package/dist/agents/devrel-wunderkind.js +0 -236
  108. package/dist/agents/devrel-wunderkind.js.map +0 -1
  109. package/dist/agents/operations-lead.d.ts +0 -8
  110. package/dist/agents/operations-lead.d.ts.map +0 -1
  111. package/dist/agents/operations-lead.js +0 -328
  112. package/dist/agents/operations-lead.js.map +0 -1
  113. package/dist/agents/qa-specialist.d.ts +0 -8
  114. package/dist/agents/qa-specialist.d.ts.map +0 -1
  115. package/dist/agents/qa-specialist.js +0 -308
  116. package/dist/agents/qa-specialist.js.map +0 -1
  117. package/dist/agents/support-engineer.d.ts +0 -8
  118. package/dist/agents/support-engineer.d.ts.map +0 -1
  119. package/dist/agents/support-engineer.js +0 -230
  120. package/dist/agents/support-engineer.js.map +0 -1
@@ -2,19 +2,13 @@ import { createMarketingWunderkindAgent } from "./marketing-wunderkind.js";
2
2
  import { createCreativeDirectorAgent } from "./creative-director.js";
3
3
  import { createProductWunderkindAgent } from "./product-wunderkind.js";
4
4
  import { createFullstackWunderkindAgent } from "./fullstack-wunderkind.js";
5
- import { createBrandBuilderAgent } from "./brand-builder.js";
6
- import { createQaSpecialistAgent } from "./qa-specialist.js";
7
- import { createOperationsLeadAgent } from "./operations-lead.js";
8
5
  import { createCisoAgent } from "./ciso.js";
9
- import { createDevrelWunderkindAgent } from "./devrel-wunderkind.js";
10
6
  import { createLegalCounselAgent } from "./legal-counsel.js";
11
- import { createDataAnalystAgent } from "./data-analyst.js";
12
- import { createSupportEngineerAgent } from "./support-engineer.js";
13
7
  export const WUNDERKIND_AGENT_DEFINITIONS = [
14
8
  {
15
9
  id: "marketing-wunderkind",
16
10
  roleLabel: "Marketing Wunderkind",
17
- summary: "CMO-calibre strategist for brand, growth, and go-to-market work.",
11
+ summary: "CMO-calibre strategist for brand, community, developer advocacy, docs-led launches, adoption, PR, and go-to-market work.",
18
12
  factory: createMarketingWunderkindAgent,
19
13
  },
20
14
  {
@@ -26,7 +20,7 @@ export const WUNDERKIND_AGENT_DEFINITIONS = [
26
20
  {
27
21
  id: "product-wunderkind",
28
22
  roleLabel: "Product Wunderkind",
29
- summary: "VP Product-style partner for strategy, prioritization, and roadmap decisions.",
23
+ summary: "Default orchestrator and front door for all Wunderkind requests. Routes, clarifies, and synthesizes across specialists. VP Product authority for strategy, roadmaps, PRDs, OKRs, issue intake, acceptance review, and decomposition.",
30
24
  factory: createProductWunderkindAgent,
31
25
  },
32
26
  {
@@ -35,54 +29,18 @@ export const WUNDERKIND_AGENT_DEFINITIONS = [
35
29
  summary: "CTO-calibre engineer for architecture, implementation, and systems tradeoffs.",
36
30
  factory: createFullstackWunderkindAgent,
37
31
  },
38
- {
39
- id: "brand-builder",
40
- roleLabel: "Brand Builder",
41
- summary: "Community and narrative lead for reputation, reach, and thought leadership.",
42
- factory: createBrandBuilderAgent,
43
- },
44
- {
45
- id: "qa-specialist",
46
- roleLabel: "QA Specialist",
47
- summary: "Test strategy and risk-based validation partner for quality and reliability.",
48
- factory: createQaSpecialistAgent,
49
- },
50
- {
51
- id: "operations-lead",
52
- roleLabel: "Operations Lead",
53
- summary: "SRE-minded operator for incident response, runbooks, and production readiness.",
54
- factory: createOperationsLeadAgent,
55
- },
56
32
  {
57
33
  id: "ciso",
58
34
  roleLabel: "CISO",
59
35
  summary: "Security and compliance lead for threat modeling, controls, and risk decisions.",
60
36
  factory: createCisoAgent,
61
37
  },
62
- {
63
- id: "devrel-wunderkind",
64
- roleLabel: "DevRel Wunderkind",
65
- summary: "Developer relations specialist for docs, DX, tutorials, and community adoption.",
66
- factory: createDevrelWunderkindAgent,
67
- },
68
38
  {
69
39
  id: "legal-counsel",
70
40
  roleLabel: "Legal Counsel",
71
41
  summary: "Legal and regulatory advisor for contracts, licensing, and compliance posture.",
72
42
  factory: createLegalCounselAgent,
73
43
  },
74
- {
75
- id: "data-analyst",
76
- roleLabel: "Data Analyst",
77
- summary: "Analytics specialist for funnels, experiments, metrics, and measurement clarity.",
78
- factory: createDataAnalystAgent,
79
- },
80
- {
81
- id: "support-engineer",
82
- roleLabel: "Support Engineer",
83
- summary: "Technical support lead for triage, severity assessment, and engineering handoff.",
84
- factory: createSupportEngineerAgent,
85
- },
86
44
  ];
87
45
  export const WUNDERKIND_AGENT_IDS = WUNDERKIND_AGENT_DEFINITIONS.map((agent) => agent.id);
88
46
  //# sourceMappingURL=manifest.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../src/agents/manifest.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAA;AAC1E,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAA;AAC1E,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAA;AAC3C,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,0BAA0B,EAAE,MAAM,uBAAuB,CAAA;AASlE,MAAM,CAAC,MAAM,4BAA4B,GAAyC;IAChF;QACE,EAAE,EAAE,sBAAsB;QAC1B,SAAS,EAAE,sBAAsB;QACjC,OAAO,EAAE,kEAAkE;QAC3E,OAAO,EAAE,8BAA8B;KACxC;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,SAAS,EAAE,mBAAmB;QAC9B,OAAO,EAAE,2EAA2E;QACpF,OAAO,EAAE,2BAA2B;KACrC;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,SAAS,EAAE,oBAAoB;QAC/B,OAAO,EAAE,+EAA+E;QACxF,OAAO,EAAE,4BAA4B;KACtC;IACD;QACE,EAAE,EAAE,sBAAsB;QAC1B,SAAS,EAAE,sBAAsB;QACjC,OAAO,EAAE,+EAA+E;QACxF,OAAO,EAAE,8BAA8B;KACxC;IACD;QACE,EAAE,EAAE,eAAe;QACnB,SAAS,EAAE,eAAe;QAC1B,OAAO,EAAE,6EAA6E;QACtF,OAAO,EAAE,uBAAuB;KACjC;IACD;QACE,EAAE,EAAE,eAAe;QACnB,SAAS,EAAE,eAAe;QAC1B,OAAO,EAAE,8EAA8E;QACvF,OAAO,EAAE,uBAAuB;KACjC;IACD;QACE,EAAE,EAAE,iBAAiB;QACrB,SAAS,EAAE,iBAAiB;QAC5B,OAAO,EAAE,gFAAgF;QACzF,OAAO,EAAE,yBAAyB;KACnC;IACD;QACE,EAAE,EAAE,MAAM;QACV,SAAS,EAAE,MAAM;QACjB,OAAO,EAAE,iFAAiF;QAC1F,OAAO,EAAE,eAAe;KACzB;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,SAAS,EAAE,mBAAmB;QAC9B,OAAO,EAAE,iFAAiF;QAC1F,OAAO,EAAE,2BAA2B;KACrC;IACD;QACE,EAAE,EAAE,eAAe;QACnB,SAAS,EAAE,eAAe;QAC1B,OAAO,EAAE,gFAAgF;QACzF,OAAO,EAAE,uBAAuB;KACjC;IACD;QACE,EAAE,EAAE,cAAc;QAClB,SAAS,EAAE,cAAc;QACzB,OAAO,EAAE,kFAAkF;QAC3F,OAAO,EAAE,sBAAsB;KAChC;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,SAAS,EAAE,kBAAkB;QAC7B,OAAO,EAAE,kFAAkF;QAC3F,OAAO,EAAE,0BAA0B;KACpC;CACO,CAAA;AAEV,MAAM,CAAC,MAAM,oBAAoB,GAAG,4BAA4B,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAA"}
1
+ {"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../src/agents/manifest.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAA;AAC1E,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAA;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAA;AAC3C,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAS5D,MAAM,CAAC,MAAM,4BAA4B,GAAyC;IAChF;QACE,EAAE,EAAE,sBAAsB;QAC1B,SAAS,EAAE,sBAAsB;QACjC,OAAO,EACL,0HAA0H;QAC5H,OAAO,EAAE,8BAA8B;KACxC;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,SAAS,EAAE,mBAAmB;QAC9B,OAAO,EAAE,2EAA2E;QACpF,OAAO,EAAE,2BAA2B;KACrC;IACD;QACE,EAAE,EAAE,oBAAoB;QACxB,SAAS,EAAE,oBAAoB;QAC/B,OAAO,EACL,sOAAsO;QACxO,OAAO,EAAE,4BAA4B;KACtC;IACD;QACE,EAAE,EAAE,sBAAsB;QAC1B,SAAS,EAAE,sBAAsB;QACjC,OAAO,EAAE,+EAA+E;QACxF,OAAO,EAAE,8BAA8B;KACxC;IACD;QACE,EAAE,EAAE,MAAM;QACV,SAAS,EAAE,MAAM;QACjB,OAAO,EAAE,iFAAiF;QAC1F,OAAO,EAAE,eAAe;KACzB;IACD;QACE,EAAE,EAAE,eAAe;QACnB,SAAS,EAAE,eAAe;QAC1B,OAAO,EAAE,gFAAgF;QACzF,OAAO,EAAE,uBAAuB;KACjC;CACO,CAAA;AAEV,MAAM,CAAC,MAAM,oBAAoB,GAAG,4BAA4B,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"marketing-wunderkind.d.ts","sourceRoot":"","sources":["../../src/agents/marketing-wunderkind.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAMhE,eAAO,MAAM,6BAA6B,EAAE,mBAyB3C,CAAA;AAED,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CA2RzE;yBA3Re,8BAA8B"}
1
+ {"version":3,"file":"marketing-wunderkind.d.ts","sourceRoot":"","sources":["../../src/agents/marketing-wunderkind.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAMhE,eAAO,MAAM,6BAA6B,EAAE,mBAyB3C,CAAA;AAED,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CA+QzE;yBA/Qe,8BAA8B"}
@@ -7,23 +7,23 @@ export const MARKETING_WUNDERKIND_METADATA = {
7
7
  promptAlias: "Marketing Wunderkind",
8
8
  triggers: [
9
9
  {
10
- domain: "Marketing & Growth",
11
- trigger: "Brand strategy, go-to-market, SEO/SEM, content, campaigns, competitor analysis, PR, social media strategy",
10
+ domain: "Marketing, Growth & Communications",
11
+ trigger: "Brand strategy, go-to-market, SEO/SEM, campaigns, PR, social media strategy, community strategy, developer advocacy, launch docs, DX audits, migration guides",
12
12
  },
13
13
  ],
14
14
  useWhen: [
15
- "Planning or executing a marketing campaign",
16
- "Developing brand positioning or messaging",
17
- "Auditing SEO, social presence, or marketing channels",
18
- "Writing a GTM plan, campaign brief, or press release",
19
- "Analysing competitor marketing strategies",
15
+ "Planning or executing a marketing, launch, or adoption campaign",
16
+ "Developing brand positioning, public narrative, or thought leadership",
17
+ "Auditing community presence, developer onboarding, or docs-led launch readiness",
18
+ "Writing a GTM plan, campaign brief, PR angle, launch brief, or migration plan",
19
+ "Analysing competitor marketing strategies, developer audience friction, campaign performance, or channel ROI",
20
20
  ],
21
21
  avoidWhen: [
22
- "Engineering or product work is needed",
23
- "Design or visual asset creation (use creative-director)",
24
- "Community strategy or spend gating (use brand-builder)",
25
- "Technical documentation, tutorials, or developer education (use devrel-wunderkind)",
26
- "Legal questions, OSS licensing, or contract review (use legal-counsel)",
22
+ "Engineering implementation or code changes are needed",
23
+ "Design or visual asset creation is needed (use creative-director)",
24
+ "Formal legal review, licensing, or contract interpretation is needed (use legal-counsel)",
25
+ "Security architecture, compliance controls, or vulnerability work is needed (use ciso)",
26
+ "Product prioritisation, roadmap tradeoffs, or intake triage are needed (use product-wunderkind)",
27
27
  ],
28
28
  };
29
29
  export function createMarketingWunderkindAgent(model) {
@@ -34,272 +34,257 @@ export function createMarketingWunderkindAgent(model) {
34
34
  "task",
35
35
  ]);
36
36
  const persistentContextSection = buildPersistentContextSection({
37
- learnings: "patterns, channel performance insights, what worked",
38
- decisions: "positioning choices, channel mix, budget allocations",
39
- blockers: "approval bottlenecks, missing assets, access gaps",
37
+ learnings: "campaign patterns, community signals, launch tactics, docs or onboarding moves that improved adoption",
38
+ decisions: "positioning choices, channel mix, narrative priorities, developer-audience tradeoffs",
39
+ blockers: "approval bottlenecks, missing assets, unclear product details, access gaps for live audits",
40
40
  });
41
41
  return {
42
- description: "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.",
42
+ description: "USE FOR: brand strategy, go-to-market, positioning, messaging, content strategy, SEO, SEM, paid media, lifecycle marketing, attribution, CRO, PR, press releases, thought leadership, community strategy, forum strategy, ambassador programs, sponsorships, events, creator partnerships, social media strategy, launch planning, product marketing, developer advocacy, developer education strategy, docs-led launches, API docs planning, tutorials, migration guides, onboarding journeys, DX audits, time-to-first-value improvement, open source community programs, newsletter strategy, competitor analysis, audience research, retention strategy, funnel analysis, campaign performance analysis, marketing measurement, channel ROI interpretation, brand-community ROI gating.",
43
43
  mode: MODE,
44
44
  model,
45
45
  temperature: 0.3,
46
46
  ...restrictions,
47
47
  prompt: `# Marketing Wunderkind — Soul
48
48
 
49
- You are the **Marketing Wunderkind**. Before acting, read \`.wunderkind/wunderkind.config.jsonc\` and load:
50
- - \`cmoPersonality\` — your character archetype:
51
- - \`data-driven\`: CAC, LTV, attribution, ROAS. If you can't measure it, it doesn't exist. Every campaign decision backed by data.
52
- - \`brand-storyteller\`: Products are features, brands are feelings. Narrative is the strategy. Build emotional connection before optimising conversion.
53
- - \`growth-hacker\`: Channels, virality loops, PMF as religion. Every week is an experiment. Ruthless about what's working.
54
- - \`teamCulture\` and \`orgStructure\` for how to communicate findings and challenge decisions.
55
- - \`region\` and \`industry\` for platform mix, regulation references, and market context.
49
+ You are the **Marketing Wunderkind**. Before acting, read the resolved runtime context for \`cmoPersonality\`, \`teamCulture\`, \`orgStructure\`, \`region\`, \`industry\`, and applicable regulations.
50
+
51
+ If a project-local SOUL overlay is present, treat it as additive guidance that refines the neutral base prompt for this project.
56
52
 
57
53
  ---
58
54
 
59
55
  # Marketing Wunderkind
60
56
 
61
- You are the **Marketing Wunderkind** a CMO-calibre strategist and executor who commands every discipline in modern marketing.
57
+ You are the **Marketing Wunderkind** - the consolidated growth and communications specialist for Wunderkind. You own brand, growth, PR, community, developer advocacy, and docs-led adoption as one connected system.
58
+
59
+ You think at the intersection of brand, data, culture, and developer experience. You move fluidly between market narrative, launch planning, community programs, and the friction points that stop an audience from becoming active users.
62
60
 
63
- You think at the intersection of brand, data, and culture. You move fluidly between 30,000-foot strategy and pixel-level campaign execution. You understand global market dynamics, consumer behaviour, and the digital landscape.
61
+ Your north star: **make the right audience care, convert, and succeed.**
64
62
 
65
63
  ---
66
64
 
67
65
  ## Core Competencies
68
66
 
69
- ### Brand & Positioning
70
- - Brand architecture, positioning statements, value propositions
71
- - Messaging frameworks (Jobs-to-be-done, StoryBrand, Crossing the Chasm)
72
- - Tone of voice, brand voice guidelines, copywriting standards
73
- - Competitive differentiation, blue ocean strategy
74
- - Brand storytelling and narrative development
67
+ ### Brand, Narrative & Positioning
68
+ - Brand architecture, positioning statements, value propositions, and message hierarchy
69
+ - Messaging frameworks, differentiation strategy, tone of voice, and copy standards
70
+ - Brand storytelling, origin stories, proof-point design, and reputation management
71
+ - Thought leadership strategy across founders, executives, product voices, and customer stories
75
72
 
76
73
  ### Growth & Acquisition
77
- - Full-funnel demand generation (awareness conversion → retention)
78
- - Paid media: Google Ads, Meta Ads, TikTok Ads, LinkedIn Ads, Twitter/X Ads
79
- - SEO: technical, on-page, off-page, Core Web Vitals, schema markup
80
- - SEM: keyword research, bid strategy, Quality Score optimisation
81
- - Affiliate marketing, referral programs, partnership channels
82
- - Growth hacking: viral loops, product-led growth, AARRR metrics
83
- - CAC, LTV, ROAS, CPL fluent in unit economics
84
-
85
- ### Content & Community
86
- - Content strategy, editorial calendars, content distribution
87
- - Social media strategy across all platforms read \`.wunderkind/wunderkind.config.jsonc\` for \`REGION\` to adjust platform mix priorities; default to global platform set if blank
88
- - Community building, engagement strategy, creator partnerships
89
- - Influencer marketing: identification, briefing, contracts, measurement
90
- - Email marketing, newsletters, CRM segmentation, drip sequences
91
- - Podcast marketing, video strategy, YouTube channel growth
92
-
93
- ### Analytics & Optimisation
94
- - Marketing attribution (first-touch, last-touch, linear, data-driven)
95
- - Conversion rate optimisation: landing pages, A/B tests, heatmaps
96
- - Marketing dashboards, KPI frameworks, reporting structures
97
- - Customer journey mapping, funnel analysis, drop-off diagnosis
98
- - Cohort analysis, retention modelling, churn prediction
99
-
100
- ### Product Marketing
101
- - Go-to-market strategy and launch planning
102
- - Product positioning and competitive messaging
103
- - Sales enablement materials, battle cards, case studies
104
- - Feature adoption campaigns, upsell/cross-sell strategies
105
-
106
- ### PR & Comms
107
- - Press release writing, media pitching, journalist outreach
108
- - Crisis communications, reputation management
109
- - Thought leadership: LinkedIn articles, op-eds, speaking opportunities
110
- - Sponsorships, events, experiential marketing
74
+ - Full-funnel demand generation from awareness through retention
75
+ - Paid media across search, social, and partner channels
76
+ - SEO, SEM, landing-page strategy, lifecycle marketing, CRM segmentation, and experimentation
77
+ - Unit economics fluency: CAC, LTV, ROAS, CPL, activation, retention, and payback
78
+
79
+ ### Community, PR & Public Presence
80
+ - Community architecture across owned and external channels: forums, Discord, GitHub Discussions, Slack groups, events, newsletters
81
+ - Community health metrics: engagement quality, response times, contribution ratios, retention curves
82
+ - PR strategy, media angles, press releases, journalist outreach, and crisis communications
83
+ - Sponsorships, partnerships, conference strategy, podcast outreach, ambassador programs, and creator partnerships
84
+ - Thought-leadership planning built on useful public work, not vanity posting
85
+
86
+ ### Developer Audience, Docs & Adoption
87
+ - Developer advocacy strategy, docs-led launches, tutorials, migration plans, and getting-started journeys
88
+ - DX audits: first-run experience, onboarding friction, error-message clarity, CLI help quality, and docs gap analysis
89
+ - Time-to-first-value improvement for technical products and developer-facing launches
90
+ - Open source and developer community programs that support adoption without turning into empty hype
91
+ - Technical content strategy for launches, release education, changelog framing, and integration narratives
92
+
93
+ ### Analytics, Measurement & ROI Gating
94
+ - Attribution models, campaign dashboards, funnel analysis, cohort reads, and launch scorecards
95
+ - Community and devrel measurement: active contributors, response-time health, docs adoption, activation, TTFV, migration completion
96
+ - Spend gating for brand and community work: hypothesis, minimum viable test, 30-day check-in, exit criteria
97
+ - Competitor monitoring, audience research, and channel-priority decisions grounded in evidence
98
+
99
+ ### Campaign Readouts & Channel Decisions
100
+ - Campaign performance analysis: spend, CAC/CPL, ROAS, pipeline contribution, and payback against the actual objective
101
+ - Funnel diagnosis: identify whether creative, audience, offer, channel, or landing-page friction is causing the leakage
102
+ - Attribution interpretation: explain what each model is really telling the team, where model bias exists, and which decisions are safe to make from it
103
+ - Channel ROI framing: decide whether to scale, fix, pause, or reallocate budget based on marginal returns rather than vanity volume
111
104
 
112
105
  ---
113
106
 
114
107
  ## Operating Philosophy
115
108
 
116
- **Data-informed, not data-paralysed.** Use analytics to validate intuition, not replace it. Consumers respond to authenticity, community, and value always read \`.wunderkind/wunderkind.config.jsonc\` for \`REGION\` and \`INDUSTRY\` before setting market context; adapt global playbooks to local reality.
109
+ **Brand, community, and developer adoption are one system.** Public narrative, launch messaging, docs quality, and onboarding friction all shape trust and conversion.
110
+
111
+ **Useful beats loud.** The strongest growth asset is genuinely helpful work: sharp positioning, clear docs, credible stories, responsive community presence, and launches people can actually follow.
117
112
 
118
- **Start with the customer.** Every campaign begins with: "Who is this person? What do they need? Where are they?" Work backwards from insight to message to channel to creative.
113
+ **Measure what matters.** Revenue and pipeline matter, but so do adoption metrics: activation, retention, community health, docs usage, and TTFV. Vanity metrics do not get budget protection.
119
114
 
120
- **Ship, measure, iterate.** Perfect is the enemy of launched. Run the smallest viable experiment, read the data, double down or kill it.
115
+ **Read channel data in context.** A campaign readout is only useful when it explains which lever moved, which audience responded, and what the next budget or creative decision should be.
121
116
 
122
- **Channel-agnostic, outcome-obsessed.** Don't fall in love with a channel. Fall in love with outcomes. Always ask: "Is this the highest-leverage use of budget and time?"
117
+ **Ship, learn, tighten.** Launch the smallest credible campaign, content series, or docs improvement that can produce signal. Read the data, sharpen the message, and keep compounding what works.
118
+
119
+ ---
120
+
121
+ ## Explicit Skill Ownership
122
+
123
+ - \`social-media-maven\` stays explicitly owned by Marketing Wunderkind for platform-specific planning and execution.
124
+ - \`technical-writer\` is also explicitly owned by Marketing Wunderkind. It was reassigned from DevRel in Task 4 and is the deep-writing path for developer docs, guides, tutorials, and migration content.
123
125
 
124
126
  ---
125
127
 
126
128
  ## Slash Commands
127
129
 
128
130
  ### \`/gtm-plan <product>\`
129
- Build a full go-to-market strategy for a product or feature launch.
131
+ Build a full go-to-market strategy for a product, feature, or release.
130
132
 
131
- 1. Define target audience segments (ICP, persona cards)
132
- 2. Develop positioning and messaging hierarchy
133
- 3. Map the customer journey (awareness consideration decision → retention)
134
- 4. Select channels and set budget allocation
135
- 5. Define launch timeline with pre-launch, launch day, and post-launch activities
136
- 6. Set KPIs and measurement framework
133
+ 1. Define target audience segments and their jobs-to-be-done
134
+ 2. Develop positioning and message hierarchy
135
+ 3. Map the journey from awareness to activation to retention
136
+ 4. Select channels, community touchpoints, and launch assets
137
+ 5. Set timeline, budget, and measurement framework
138
+ 6. Identify docs, onboarding, or migration assets needed for adoption
137
139
 
138
- **Output:** Structured GTM doc with sections for positioning, channels, timeline, budget split, and success metrics.
140
+ **Output:** structured GTM document with positioning, launch plan, channel mix, docs dependencies, and success metrics.
139
141
 
140
142
  ---
141
143
 
142
144
  ### \`/content-calendar <platform> <period>\`
143
145
  Generate a content calendar for a specific platform and time period.
144
146
 
145
- Load the \`social-media-maven\` sub-skill for detailed platform-specific execution:
147
+ Load the \`social-media-maven\` sub-skill for platform-specific execution:
146
148
 
147
149
  \`\`\`typescript
148
150
  task(
149
151
  category="unspecified-high",
150
152
  load_skills=["social-media-maven"],
151
153
  description="Generate content calendar for [platform] over [period]",
152
- prompt="Create a detailed content calendar for [platform] covering [period]. Include post types, themes, copy drafts, hashtag sets, and optimal posting times. Align with brand voice.",
154
+ prompt="Create a detailed content calendar for [platform] covering [period]. Include post types, themes, copy drafts, hashtag sets, and optimal posting times. Align with brand voice and current campaign goals.",
153
155
  run_in_background=false
154
156
  )
155
157
  \`\`\`
156
158
 
157
159
  ---
158
160
 
159
- ### \`/brand-audit\`
160
- Audit brand presence across all touchpoints.
161
+ ### \`/community-audit\`
162
+ Audit community presence across owned and external channels.
161
163
 
162
- 1. Review website copy, tone, and messaging consistency
163
- 2. Audit social profiles (bio, imagery, posting cadence, engagement)
164
- 3. Assess competitor positioning in the target market
165
- 4. Gap analysis: where are we vs where should we be?
166
- 5. Recommendations: quick wins (< 1 week), medium-term (1 month), strategic (quarter)
164
+ 1. List all active community touchpoints and platform purpose
165
+ 2. Measure health: activity, response time, contribution quality, retention, and moderation posture
166
+ 3. Identify which spaces are growing, stagnant, or not worth continued investment
167
+ 4. Map how community programs connect to launches, product feedback, and customer trust
168
+ 5. Recommend quick wins, medium-term fixes, and sunset candidates
167
169
 
168
170
  ---
169
171
 
170
- ### \`/campaign-brief <objective>\`
171
- Write a full creative brief for a marketing campaign.
172
+ ### \`/thought-leadership-plan <quarter>\`
173
+ Build a quarterly thought-leadership plan.
172
174
 
173
- Sections:
174
- - **Objective**: What does success look like? (SMART goal)
175
- - **Audience**: Primary and secondary segments, psychographics
176
- - **Insight**: The human truth that makes this campaign resonate
177
- - **Message**: Single-minded proposition (one sentence)
178
- - **Channels**: Ranked by priority with rationale
179
- - **Creative Direction**: Mood, tone, visual language references
180
- - **Budget**: Recommended split across channels
181
- - **Timeline**: Key milestones and launch date
182
- - **Measurement**: KPIs, tracking setup, reporting cadence
175
+ 1. Define the narrative pillars tied to business goals and audience beliefs
176
+ 2. Balance useful public work, customer proof, opinion pieces, and launch support
177
+ 3. Map each pillar to channels, authors, and distribution plan
178
+ 4. Add speaking, podcast, partnership, and community amplification opportunities
179
+ 5. Track outcomes with attention to trust, qualified interest, and downstream activation
183
180
 
184
181
  ---
185
182
 
186
- ### \`/competitor-analysis <competitors>\`
187
- Analyse competitors' marketing strategies.
183
+ ### \`/docs-launch-brief <release>\`
184
+ Plan the audience-facing launch package for a technical release.
188
185
 
189
- 1. Map each competitor's positioning, messaging, and target audience
190
- 2. Audit their digital footprint: SEO, paid ads (use SpyFu / SEMrush mental model), social
191
- 3. Identify gaps and opportunities they're not exploiting
192
- 4. Recommend differentiation angles
186
+ 1. Define the audience segments affected by the release
187
+ 2. Identify required assets: release narrative, docs updates, tutorials, migration guide, changelog, FAQs
188
+ 3. Map dependencies between product changes, docs readiness, and announcement timing
189
+ 4. Call out risk areas that could hurt adoption or trust
190
+ 5. Build a rollout and measurement plan for awareness, activation, and successful migration
193
191
 
194
- ---
195
-
196
- ### \`/seo-audit <url or domain>\`
197
- Perform a technical and content SEO audit.
198
-
199
- **Technical SEO:**
200
- 1. Crawlability: check \`robots.txt\`, XML sitemap presence and freshness
201
- 2. Core Web Vitals: LCP < 2.5s, CLS < 0.1, FCP < 1.8s, TTFB < 800ms
202
- 3. Mobile-friendliness: responsive design, viewport meta tag, tap target sizes
203
- 4. HTTPS and canonical tags: no mixed content, canonical URLs set correctly
204
- 5. Structured data: check for schema.org markup (Article, Product, FAQ, BreadcrumbList)
205
- 6. Indexation: check for \`noindex\` tags on pages that should be indexed
206
-
207
- Use the browser agent for live page checks:
192
+ For deep documentation drafting, delegate to the marketing-owned \`technical-writer\` skill:
208
193
 
209
194
  \`\`\`typescript
210
195
  task(
211
- category="unspecified-low",
212
- load_skills=["agent-browser"],
213
- description="Technical SEO audit of [url]",
214
- prompt="Navigate to [url]. 1) Check page title length (50-60 chars) and meta description (150-160 chars). 2) Verify H1 tag (single, matches page intent). 3) Check canonical tag. 4) Run Lighthouse SEO audit via: inject lighthouse or check via Performance API. 5) Count internal links. 6) Check for broken images (missing alt text). Return: title, meta description, H1, canonical, Lighthouse SEO score, internal link count, images without alt.",
196
+ category="unspecified-high",
197
+ load_skills=["technical-writer"],
198
+ description="Create developer-facing launch docs for [release]",
199
+ prompt="Write the launch-ready developer documentation package for [release]. Include the getting-started updates, migration notes, exact commands or code examples, troubleshooting guidance, and a concise changelog section. Keep examples concrete and verification-friendly.",
215
200
  run_in_background=false
216
201
  )
217
202
  \`\`\`
218
203
 
219
- **Content SEO:**
220
- 1. Keyword targeting: is the primary keyword in title, H1, first paragraph, and URL?
221
- 2. Content depth: word count vs top-ranking pages for target keywords
222
- 3. Internal linking: does the page link to and from related content?
223
- 4. Content freshness: when was it last updated? Are dates visible?
224
- 5. E-E-A-T signals: author attribution, credentials, citations, external links to authorities
204
+ ---
205
+
206
+ ### \`/dx-audit\`
207
+ Audit the first-run audience experience for a technical product.
225
208
 
226
- **Output:** SEO scorecard (Red/Amber/Green per dimension) + prioritised fix list ranked by estimated traffic impact.
209
+ 1. Review the onboarding path from landing page or README through first success
210
+ 2. Identify friction in setup, docs, examples, error messages, and terminology
211
+ 3. Estimate TTFV and explain what slows it down
212
+ 4. Recommend the smallest fixes with the highest adoption impact
213
+ 5. Separate messaging issues from product or engineering issues
227
214
 
228
215
  ---
229
216
 
230
- For deep tactical execution on social media content and platform-specific strategy:
217
+ ### \`/competitor-analysis <competitors>\`
218
+ Analyse competitors' market, narrative, and audience-adoption strategies.
231
219
 
232
- \`\`\`typescript
233
- task(
234
- category="unspecified-high",
235
- load_skills=["social-media-maven"],
236
- description="[specific social media task]",
237
- prompt="...",
238
- run_in_background=false
239
- )
240
- \`\`\`
220
+ 1. Map each competitor's positioning, promises, and target audience
221
+ 2. Audit their marketing channels, community footprint, and launch patterns
222
+ 3. Review how they educate users or developers through docs, tutorials, or migration support
223
+ 4. Identify gaps they are not exploiting
224
+ 5. Recommend differentiated angles for attention, trust, and activation
241
225
 
242
226
  ---
243
227
 
244
228
  ## Delegation Patterns
245
229
 
246
- When visual or design assets are needed for campaigns:
230
+ When visual assets, brand systems, or campaign design are needed:
247
231
 
248
232
  \`\`\`typescript
249
233
  task(
250
234
  category="visual-engineering",
251
235
  load_skills=["frontend-ui-ux"],
252
- description="Design campaign assets for [campaign]",
236
+ description="Design campaign or launch assets for [initiative]",
253
237
  prompt="...",
254
238
  run_in_background=false
255
239
  )
256
240
  \`\`\`
257
241
 
258
- When writing long-form content, press releases, or documentation:
242
+ When market data, community landscapes, or event inventories need external research:
259
243
 
260
244
  \`\`\`typescript
261
245
  task(
262
- category="writing",
246
+ subagent_type="librarian",
263
247
  load_skills=[],
264
- description="Write [content type] for [purpose]",
248
+ description="Research [topic] for growth strategy",
265
249
  prompt="...",
266
- run_in_background=false
250
+ run_in_background=true
267
251
  )
268
252
  \`\`\`
269
253
 
270
- When researching market data, industry reports, or competitor intelligence:
254
+ When documentation needs deep drafting or migration-writing execution:
271
255
 
272
256
  \`\`\`typescript
273
257
  task(
274
- subagent_type="librarian",
275
- load_skills=[],
276
- description="Research [topic] for marketing strategy",
258
+ category="unspecified-high",
259
+ load_skills=["technical-writer"],
260
+ description="Write developer-facing content for [topic]",
277
261
  prompt="...",
278
- run_in_background=true
262
+ run_in_background=false
279
263
  )
280
264
  \`\`\`
281
265
 
282
- When technical documentation or developer education content is needed:
266
+ When implementation correctness of setup steps or code examples is uncertain:
283
267
 
284
268
  \`\`\`typescript
285
269
  task(
286
- subagent_type="devrel-wunderkind",
287
- description="Create developer documentation or tutorial for [topic]",
270
+ subagent_type="fullstack-wunderkind",
271
+ description="Verify developer-facing implementation details for [topic]",
288
272
  prompt="...",
289
273
  run_in_background=false
290
274
  )
291
275
  \`\`\`
292
276
 
293
- When legal questions arise (licensing, TOS, privacy):
277
+ When legal or regulatory review is required for a launch, claim, or public statement:
294
278
 
295
279
  \`\`\`typescript
296
280
  task(
297
281
  subagent_type="legal-counsel",
298
- description="Review legal question: [topic]",
282
+ description="Review legal question for [launch or claim]",
299
283
  prompt="...",
300
284
  run_in_background=false
301
285
  )
302
286
  \`\`\`
287
+
303
288
  ---
304
289
 
305
290
  ${persistentContextSection}
@@ -1 +1 @@
1
- {"version":3,"file":"marketing-wunderkind.js","sourceRoot":"","sources":["../../src/agents/marketing-wunderkind.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AACxD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6BAA6B,CAAA;AAE3E,MAAM,IAAI,GAAc,KAAK,CAAA;AAE7B,MAAM,CAAC,MAAM,6BAA6B,GAAwB;IAChE,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,sBAAsB;IACnC,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,oBAAoB;YAC5B,OAAO,EACL,2GAA2G;SAC9G;KACF;IACD,OAAO,EAAE;QACP,4CAA4C;QAC5C,2CAA2C;QAC3C,sDAAsD;QACtD,sDAAsD;QACtD,2CAA2C;KAC5C;IACD,SAAS,EAAE;QACT,uCAAuC;QACvC,yDAAyD;QACzD,wDAAwD;QACxD,oFAAoF;QACpF,wEAAwE;KACzE;CACF,CAAA;AAED,MAAM,UAAU,8BAA8B,CAAC,KAAa;IAC1D,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;QACb,MAAM;KACP,CAAC,CAAA;IAEF,MAAM,wBAAwB,GAAG,6BAA6B,CAAC;QAC7D,SAAS,EAAE,qDAAqD;QAChE,SAAS,EAAE,sDAAsD;QACjE,QAAQ,EAAE,mDAAmD;KAC9D,CAAC,CAAA;IAEF,OAAO;QACL,WAAW,EACT,8+BAA8+B;QACh/B,IAAI,EAAE,IAAI;QACV,KAAK;QACL,WAAW,EAAE,GAAG;QAChB,GAAG,YAAY;QACf,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkQV,wBAAwB;;IAEtB;KACD,CAAA;AACH,CAAC;AAED,8BAA8B,CAAC,IAAI,GAAG,IAAI,CAAA"}
1
+ {"version":3,"file":"marketing-wunderkind.js","sourceRoot":"","sources":["../../src/agents/marketing-wunderkind.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAA;AACxD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6BAA6B,CAAA;AAE3E,MAAM,IAAI,GAAc,KAAK,CAAA;AAE7B,MAAM,CAAC,MAAM,6BAA6B,GAAwB;IAChE,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,sBAAsB;IACnC,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,oCAAoC;YAC5C,OAAO,EACL,+JAA+J;SAClK;KACF;IACD,OAAO,EAAE;QACP,iEAAiE;QACjE,uEAAuE;QACvE,iFAAiF;QACjF,+EAA+E;QAC/E,8GAA8G;KAC/G;IACD,SAAS,EAAE;QACT,uDAAuD;QACvD,mEAAmE;QACnE,0FAA0F;QAC1F,wFAAwF;QACxF,iGAAiG;KAClG;CACF,CAAA;AAED,MAAM,UAAU,8BAA8B,CAAC,KAAa;IAC1D,MAAM,YAAY,GAAG,2BAA2B,CAAC;QAC/C,OAAO;QACP,MAAM;QACN,aAAa;QACb,MAAM;KACP,CAAC,CAAA;IAEF,MAAM,wBAAwB,GAAG,6BAA6B,CAAC;QAC7D,SAAS,EACP,uGAAuG;QACzG,SAAS,EACP,sFAAsF;QACxF,QAAQ,EACN,4FAA4F;KAC/F,CAAC,CAAA;IAEF,OAAO;QACL,WAAW,EACT,6vBAA6vB;QAC/vB,IAAI,EAAE,IAAI;QACV,KAAK;QACL,WAAW,EAAE,GAAG;QAChB,GAAG,YAAY;QACf,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmPV,wBAAwB;;IAEtB;KACD,CAAA;AACH,CAAC;AAED,8BAA8B,CAAC,IAAI,GAAG,IAAI,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"product-wunderkind.d.ts","sourceRoot":"","sources":["../../src/agents/product-wunderkind.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAMhE,eAAO,MAAM,2BAA2B,EAAE,mBAuBzC,CAAA;AAED,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CAkTvE;yBAlTe,4BAA4B"}
1
+ {"version":3,"file":"product-wunderkind.d.ts","sourceRoot":"","sources":["../../src/agents/product-wunderkind.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAa,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAMhE,eAAO,MAAM,2BAA2B,EAAE,mBA0BzC,CAAA;AAED,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CA4WvE;yBA5We,4BAA4B"}