You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Drop ./ prefix from script paths (use scripts/ not ./scripts/)
- Use python3 instead of python for explicitness
- Add Available Scripts listing to all SKILL.md files
Copy file name to clipboardExpand all lines: src/skills/bmad-cis-design-thinking/SKILL.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,14 @@ name: bmad-cis-design-thinking
3
3
description: 'Guide human-centered design processes using empathy-driven methodologies. Use when the user says "lets run design thinking" or "I want to apply design thinking"'
4
4
---
5
5
6
+
## Available Scripts
7
+
8
+
-**`scripts/resolve-customization.py`** -- Resolves customization from three-layer TOML merge (user > team > defaults). Outputs JSON.
9
+
6
10
## Resolve Customization
7
11
8
12
Resolve `inject` and `additional_resources` from customization:
description: 'Identify disruption opportunities and architect business model innovation. Use when the user says "lets create an innovation strategy" or "I want to find disruption opportunities"'
4
4
---
5
5
6
+
## Available Scripts
7
+
8
+
-**`scripts/resolve-customization.py`** -- Resolves customization from three-layer TOML merge (user > team > defaults). Outputs JSON.
9
+
6
10
## Resolve Customization
7
11
8
12
Resolve `inject` and `additional_resources` from customization:
Copy file name to clipboardExpand all lines: src/skills/bmad-cis-problem-solving/SKILL.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,14 @@ name: bmad-cis-problem-solving
3
3
description: 'Apply systematic problem-solving methodologies to complex challenges. Use when the user says "guide me through structured problem solving" or "I want to crack this challenge with guided problem solving techniques"'
4
4
---
5
5
6
+
## Available Scripts
7
+
8
+
-**`scripts/resolve-customization.py`** -- Resolves customization from three-layer TOML merge (user > team > defaults). Outputs JSON.
9
+
6
10
## Resolve Customization
7
11
8
12
Resolve `inject` and `additional_resources` from customization:
Copy file name to clipboardExpand all lines: src/skills/bmad-cis-storytelling/SKILL.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,14 @@ name: bmad-cis-storytelling
3
3
description: 'Craft compelling narratives using story frameworks. Use when the user says "help me with storytelling" or "I want to create a narrative through storytelling"'
4
4
---
5
5
6
+
## Available Scripts
7
+
8
+
-**`scripts/resolve-customization.py`** -- Resolves customization from three-layer TOML merge (user > team > defaults). Outputs JSON.
9
+
6
10
## Resolve Customization
7
11
8
12
Resolve `inject` and `additional_resources` from customization:
0 commit comments