Skip to content

v0.2.4

Choose a tag to compare

@sjennings sjennings released this 02 Apr 03:13
· 23 commits to main since this release

Decouple Skills from _bmad/ Install Directory

All skill file references migrated away from hardcoded _bmad/ paths to forward-compatible patterns, anticipating the BMAD-METHOD installer change that stops copying skill directories into _bmad/ (BMAD-METHOD PR #2182).

  • Core skill references (party-mode, advanced-elicitation, brainstorming, adversarial-review) → skill:bmad-* invocations
  • GDS self-references → {installed_path}, skill:gds-*, {module_config}, {skill_root}
  • Next-step navigation → relative paths
  • Fixed 31 files using incorrect bmad-party-mode path

Fix project-context.md Not Applied During Story Creation and Development

  • Added project-context.md to gds-create-story Input Files table
  • Added project-context analysis step and "Project Context Rules" template section
  • Updated gds-dev-story to actively apply project-context rules during implementation