claude-bmad-skills
Automated agile story and epic delivery pipelines
All Skills in This Repository (3)
Pure Emerald Level Indicatorsbmad-epic-worktree
Automate sequential delivery of Epic user stories via isolated Git worktrees.
BMAD Story Deliver
Automate the BMAD user story delivery pipeline from creation to status updates.
bmad-story-worktree
Automate BMAD user story delivery in an isolated Git worktree.
Frequently Asked Questions
FAQPage SchemaHow to install claude-bmad-skills?โผ
Run `npx skills add terryso/claude-bmad-skills --all -g -y` in your terminal to install all pipeline skills globally.
What does the BMAD story pipeline do?โผ
It runs a full delivery workflow for one user story: create the story, generate acceptance tests, develop the code, review it, and trace test coverage, then marks the story done.
Why use the worktree version of the pipeline?โผ
The worktree version develops each story in an isolated git worktree and only merges back after tests pass and no high or medium issues remain, keeping your main branch safe.
Can I deliver an entire epic automatically?โผ
Yes. The epic pipeline finds all incomplete stories in an epic, sorts them, and delivers each one sequentially in its own isolated worktree, stopping safely if any story fails.
Can I customize the pipeline steps?โผ
Yes. Edit the workflow-steps.md file in the skill folder to add, remove, reorder, or modify steps without touching any other code.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core