Convert create-story workflow to native skill package#1939
Conversation
🤖 Augment PR SummarySummary: Converts the existing Changes: Adds 🤖 Was this summary useful? React with 👍 or 👎 |
7a918ff to
c2f92fa
Compare
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (10)
📝 WalkthroughWalkthroughThe "create-story" workflow is being converted into a native "skill" artifact named "bmad-create-story". This involves creating skill documentation and manifest files, renaming the workflow directory with relative path resolution, updating the Scrum Master agent to invoke the skill by identifier instead of filesystem path, and updating corresponding test and utility references. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…1939) * convert create-story workflow to native skill package * fix(create-story): update converted workflow path refs * fix(sm-agent): use skill reference for create-story
Summary
This PR converts the
create-storyimplementation workflow into a native skill package without changing workflow behavior.The conversion:
create-storytobmad-create-storySKILL.mdwith frontmatter matching the skill directory namemodule-help.csvsoCreate StoryandValidate Storyresolve viaskill:bmad-create-storyskill:bmad-create-storyinstead of a workflow file pathFiles of Interest
src/bmm/workflows/4-implementation/bmad-create-story/src/bmm/module-help.csvsrc/bmm/agents/sm.agent.yamltest/test-workflow-path-regex.jstools/cli/installers/lib/modules/manager.jsBehavior Impact
Behavior is intended to remain unchanged.
This is a mechanical workflow-to-skill conversion plus follow-up reference cleanup so that:
bmad-create-storyas a native skillValidation
Executed on the PR branch worktree
convert-create-story-skillafter the follow-up fixes:npm cinpm run format:checknpm run lintnpm run lint:mdnpm run docs:buildnpm run validate:schemasnpm run test:schemasnpm run test:installnpm run validate:refsnode test/test-workflow-path-regex.js