@grant-vine/wunderkind 0.15.1 → 0.16.0

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 (41) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/README.md +17 -3
  3. package/agents/ciso.md +7 -0
  4. package/agents/fullstack-wunderkind.md +10 -0
  5. package/agents/product-wunderkind.md +17 -2
  6. package/dist/agents/product-wunderkind.js +1 -1
  7. package/dist/agents/shared-prompt-sections.d.ts.map +1 -1
  8. package/dist/agents/shared-prompt-sections.js +7 -0
  9. package/dist/agents/shared-prompt-sections.js.map +1 -1
  10. package/dist/agents/slash-commands.d.ts +7 -2
  11. package/dist/agents/slash-commands.d.ts.map +1 -1
  12. package/dist/agents/slash-commands.js +8 -1
  13. package/dist/agents/slash-commands.js.map +1 -1
  14. package/dist/cli/cli-installer.d.ts +1 -0
  15. package/dist/cli/cli-installer.d.ts.map +1 -1
  16. package/dist/cli/cli-installer.js +20 -1
  17. package/dist/cli/cli-installer.js.map +1 -1
  18. package/dist/cli/config-manager/index.d.ts.map +1 -1
  19. package/dist/cli/config-manager/index.js +6 -1
  20. package/dist/cli/config-manager/index.js.map +1 -1
  21. package/dist/cli/doctor.d.ts.map +1 -1
  22. package/dist/cli/doctor.js +2 -0
  23. package/dist/cli/doctor.js.map +1 -1
  24. package/dist/cli/index.js +24 -2
  25. package/dist/cli/index.js.map +1 -1
  26. package/dist/cli/init.d.ts +1 -0
  27. package/dist/cli/init.d.ts.map +1 -1
  28. package/dist/cli/init.js +10 -0
  29. package/dist/cli/init.js.map +1 -1
  30. package/dist/cli/types.d.ts +3 -0
  31. package/dist/cli/types.d.ts.map +1 -1
  32. package/dist/index.d.ts.map +1 -1
  33. package/dist/index.js +54 -0
  34. package/dist/index.js.map +1 -1
  35. package/package.json +3 -3
  36. package/schemas/wunderkind.config.schema.json +2 -1
  37. package/skills/SKILL-STANDARD.md +4 -2
  38. package/skills/caveman/SKILL.md +50 -0
  39. package/skills/improve-codebase-architecture/SKILL.md +68 -25
  40. package/skills/setup-wunderkind-workflow/SKILL.md +88 -0
  41. package/skills/ubiquitous-language/SKILL.md +34 -22
@@ -1,44 +1,52 @@
1
1
  ---
2
2
  name: ubiquitous-language
3
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.
4
+ USE FOR: glossary maintenance, shared terminology cleanup, naming alignment,
5
+ canonical terms, alias resolution, domain-language drift, and explicit updates
6
+ to `.sisyphus/glossary.md`.
7
7
 
8
8
  ---
9
9
 
10
10
  # Ubiquitous Language
11
11
 
12
- You create and maintain a shared domain glossary so humans and agents use the same words for the same concepts.
12
+ Maintain a shared domain glossary so humans and agents keep using the same words for the same concepts.
13
13
 
14
- **Owned by:** wunderkind:product-wunderkind
15
-
16
- ## When to use
14
+ ## Primary owner
17
15
 
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
16
+ **Owned by:** wunderkind:product-wunderkind
22
17
 
23
18
  ## Output target
24
19
 
25
20
  Write or update `.sisyphus/glossary.md`.
26
21
 
22
+ ## When to trigger
23
+
24
+ - A term is overloaded or ambiguous and the team needs a canonical definition.
25
+ - Multiple aliases are drifting through PRDs, plans, code comments, or issues.
26
+ - A rename or terminology cleanup needs the glossary updated.
27
+ - Another skill or workflow already established the repo contract, and now the glossary itself needs maintenance.
28
+
29
+ ## Anti-triggers
30
+
31
+ - Do not use this as the default repo setup workflow; prefer `setup-wunderkind-workflow` for initial workflow/domain setup.
32
+ - Do not use it when the real need is a broader discovery interview; prefer `grill-me` or `prd-pipeline`.
33
+ - Do not hide unresolved ambiguity. Mark it explicitly instead of guessing.
34
+
27
35
  ## What to capture
28
36
 
29
37
  - Canonical term
30
- - One-sentence definition
31
- - Common aliases / deprecated synonyms
32
- - Related terms and distinctions
33
- - Open ambiguities still needing resolution
38
+ - Short concrete definition
39
+ - Aliases or deprecated synonyms
40
+ - Related distinctions that prevent future confusion
41
+ - Open questions that still need human resolution
34
42
 
35
43
  ## Process
36
44
 
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.
45
+ 1. Scan the conversation, PRD, plan, issue, and relevant repo context.
46
+ 2. Extract candidate terms and detect collisions or synonym drift.
47
+ 3. Choose canonical terms where the evidence is strong.
48
+ 4. Mark unresolved ambiguity explicitly instead of forcing false consensus.
49
+ 5. Update `.sisyphus/glossary.md` incrementally.
42
50
 
43
51
  ## Formatting guidance
44
52
 
@@ -47,11 +55,15 @@ Prefer a compact markdown table:
47
55
  | Term | Definition | Aliases | Notes |
48
56
  |---|---|---|---|
49
57
 
50
- Then add an `## Open Questions` section if needed.
58
+ Add an `## Open Questions` section when needed.
51
59
 
52
60
  ## Hard rules
53
61
 
54
62
  1. One term should map to one concept whenever possible.
55
63
  2. Do not silently merge distinct concepts just because the names sound similar.
56
64
  3. Definitions should be short, concrete, and domain-specific.
57
- 4. If a term is unresolved, mark it unresolved instead of guessing.
65
+ 4. Keep this skill narrow: glossary quality and naming alignment, not full workflow setup.
66
+
67
+ ## Review gate
68
+
69
+ This skill is complete only when `.sisyphus/glossary.md` reflects the canonical term decisions and unresolved ambiguities are clearly flagged.