Skip to content

Commit 6223d64

Browse files
sjenningsclaude
andcommitted
fix: use bare path workflow references in SKILL.md for Opencode compatibility
Opencode does not follow markdown-style links when resolving skill workflow files. Changed all 28 workflow SKILL.md files from `[workflow.md](workflow.md)` to `./workflow.md` to match BMAD-METHOD. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 89a52d3 commit 6223d64

30 files changed

Lines changed: 35 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.2.3 - Apr 1, 2026
4+
5+
### Opencode Compatibility Fix
6+
7+
* Changed SKILL.md workflow references from markdown links (`[workflow.md](workflow.md)`) to bare paths (`./workflow.md`) across all 28 workflow skills, matching the BMAD-METHOD convention. Opencode does not follow markdown-style links when resolving skill workflow files.
8+
39
## v0.2.2 - Mar 16, 2026
410

511
### Agent Skill Conversion

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "bmad-game-dev-studio",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"private": true,
66
"description": "A BMad MEthod Core Module that offers a substantial stand alone module for Game Development across multiple supported platforms",
77
"keywords": [

src/workflows/1-preproduction/gds-brainstorm-game/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: gds-brainstorm-game
33
description: 'Facilitate game brainstorming sessions with game-specific techniques. Use when the user says "brainstorm game" or "game ideas"'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/workflows/1-preproduction/gds-create-game-brief/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: gds-create-game-brief
33
description: 'Interactive game brief creation guiding users through defining their game vision. Use when the user says "game brief" or "create brief"'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/workflows/1-preproduction/research/gds-domain-research/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: gds-domain-research
33
description: 'Conduct game domain and industry research. Use when the user says "lets create a research report on [game domain or industry]"'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/workflows/2-design/gds-create-gdd/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: gds-create-gdd
33
description: 'Create Game Design Documents with mechanics and implementation guidance. Use when the user says "create GDD" or "game design document"'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/workflows/2-design/gds-create-narrative/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: gds-create-narrative
33
description: 'Create comprehensive narrative documentation with story structure and world-building. Use when the user says "narrative design" or "create narrative"'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/workflows/2-design/gds-create-ux-design/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: gds-create-ux-design
33
description: 'Plan UX patterns and design specifications for game UI/HUD elements. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the game UX"'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/workflows/3-technical/gds-check-implementation-readiness/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: gds-check-implementation-readiness
33
description: 'Verify GDD, UX, Architecture, and Epics alignment before production. Use when the user says "check readiness" or "implementation readiness"'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

src/workflows/3-technical/gds-create-epics-and-stories/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: gds-create-epics-and-stories
33
description: 'Create Epics and Stories from GDD requirements for development. Use when the user says "create epics" or "create stories"'
44
---
55

6-
Follow the instructions in [workflow.md](workflow.md).
6+
Follow the instructions in ./workflow.md.

0 commit comments

Comments
 (0)