@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.
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +17 -3
- package/agents/ciso.md +7 -0
- package/agents/fullstack-wunderkind.md +10 -0
- package/agents/product-wunderkind.md +17 -2
- package/dist/agents/product-wunderkind.js +1 -1
- package/dist/agents/shared-prompt-sections.d.ts.map +1 -1
- package/dist/agents/shared-prompt-sections.js +7 -0
- package/dist/agents/shared-prompt-sections.js.map +1 -1
- package/dist/agents/slash-commands.d.ts +7 -2
- package/dist/agents/slash-commands.d.ts.map +1 -1
- package/dist/agents/slash-commands.js +8 -1
- package/dist/agents/slash-commands.js.map +1 -1
- package/dist/cli/cli-installer.d.ts +1 -0
- package/dist/cli/cli-installer.d.ts.map +1 -1
- package/dist/cli/cli-installer.js +20 -1
- package/dist/cli/cli-installer.js.map +1 -1
- package/dist/cli/config-manager/index.d.ts.map +1 -1
- package/dist/cli/config-manager/index.js +6 -1
- package/dist/cli/config-manager/index.js.map +1 -1
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +2 -0
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/index.js +24 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/init.d.ts +1 -0
- package/dist/cli/init.d.ts.map +1 -1
- package/dist/cli/init.js +10 -0
- package/dist/cli/init.js.map +1 -1
- package/dist/cli/types.d.ts +3 -0
- package/dist/cli/types.d.ts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +54 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/schemas/wunderkind.config.schema.json +2 -1
- package/skills/SKILL-STANDARD.md +4 -2
- package/skills/caveman/SKILL.md +50 -0
- package/skills/improve-codebase-architecture/SKILL.md +68 -25
- package/skills/setup-wunderkind-workflow/SKILL.md +88 -0
- 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:
|
|
5
|
-
canonical terms,
|
|
6
|
-
|
|
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
|
-
|
|
12
|
+
Maintain a shared domain glossary so humans and agents keep using the same words for the same concepts.
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## When to use
|
|
14
|
+
## Primary owner
|
|
17
15
|
|
|
18
|
-
|
|
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
|
-
-
|
|
31
|
-
-
|
|
32
|
-
- Related
|
|
33
|
-
- Open
|
|
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
|
|
39
|
-
3. Choose canonical terms where
|
|
40
|
-
4.
|
|
41
|
-
5. Update `.sisyphus/glossary.md` incrementally
|
|
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
|
-
|
|
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.
|
|
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.
|