terrysoterrysoCommunityยท3 Agent Skills Included

claude-bmad-skills

Automated agile story and epic delivery pipelines

Automates full agile story delivery from creation through testing, development, code review, and coverage tracing. Runs each story in an isolated git worktree and merges only after tests pass, eliminating risky manual branch handling. Batch-delivers entire epics sequentially with configurable workflow steps, keeping sprint status files updated automatically.
npx skills add terryso/claude-bmad-skills --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’