🎯

bmad-story-planning

🎯Skill

from bacoco/bmad-skills

VibeIndex|
What it does

Breaks down product epics into granular, developer-ready user stories with detailed acceptance criteria and task dependencies.

πŸ“¦

Part of

bacoco/bmad-skills(12 items)

bmad-story-planning

Installation

npxRun with npx
npx bmad-skills --global
npxRun with npx
npx bmad-skills
npxRun with npx
npx bmad-skills --path /your/custom/path
Install ScriptRun install script
curl -fsSL https://raw.githubusercontent.com/bacoco/bmad-skills/main/scripts/install-to-home.sh | bash
git cloneClone repository
git clone https://github.com/bacoco/bmad-skills.git

+ 11 more commands

πŸ“– Extracted from docs: bacoco/bmad-skills
3Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Breaks epics into developer stories.

Overview

# Delivery Planning Skill

When to Invoke

Automatically activate when user:

  • Says "Break into stories", "Create user stories"
  • Asks "Developer tasks?", "Story breakdown?"
  • Mentions "stories", "backlog", "sprint planning"
  • Epics and architecture ready (Phase 4)
  • Uses words like: story, stories, backlog, sprint, breakdown, tasks

Specific trigger phrases:

  • "Break this into stories"
  • "Create user stories"
  • "Story breakdown for [epic]"
  • "Developer-ready tasks"
  • "Backlog planning"
  • "Sprint stories"

Prerequisites:

  • Epics exist (from bmad-product-planning)
  • Architecture defined

Do NOT invoke when:

  • No epics yet (use bmad-product-planning first)
  • Stories already exist (use bmad-development-execution)
  • Simple task that doesn't need story structure

Mission

Transform epics and architecture decisions into developer-ready story packages, including acceptance criteria, dependencies, and delivery signals.

Inputs Required

  • epics: latest epics.md from product-requirements skill
  • architecture: decision architecture outputs and guardrails
  • ux_assets: annotated wireframes or UX notes when relevant
  • sprint_status: current delivery cadence and capacity information

Outputs

  • Story markdown files created using assets/story-template.md.template
  • Updated backlog summary highlighting sequencing, dependencies, and blockers
  • Recommendations for next stories to activate for development-execution

Process

  1. Confirm readiness by running CHECKLIST.md and ensuring prerequisite artifacts exist.
  2. Prioritize epics/stories based on value, dependencies, and risk.
  3. Draft or update story files, capturing acceptance criteria, prerequisites, and test hooks.
  4. Use scripts/create_story.py when structured JSON is provided; otherwise author manually with template guidance.
  5. Document sprint updates and communicate next-step recommendations to orchestrator and stakeholders.

Quality Gates

CHECKLIST.md must pass before handing off stories. Every story must align with architecture decisions and cite upstream references.

Error Handling

If prerequisites are missing or conflicting:

  • Identify the missing artifact or decision and why it blocks story creation.
  • Route back to the responsible skill (architecture, UX, product-requirements) for clarification.
  • Suggest alternative backlog items only when ready stories already exist.

More from this repository10

🎯
bmad-ux-design🎯Skill

Designs comprehensive user experiences by creating detailed wireframes, user flows, and design systems aligned with product requirements.

🎯
bmad-security-review🎯Skill

Conducts comprehensive security reviews, identifying vulnerabilities, threat models, and generating prioritized remediation plans for system hardening.

🎯
bmad-product-planning🎯Skill

Generates comprehensive product requirement documents (PRDs), breaks down features into epics, and creates structured roadmaps for product development.

🎯
core-skill-creation🎯Skill

Guides developers through creating specialized Claude skills by providing comprehensive workflows, best practices, and validation processes for extending Claude's capabilities.

🎯
bmad-development-execution🎯Skill

Implements software stories by writing code, creating tests, and generating implementation documentation with traceability and quality discipline.

🎯
bmad-observability-readiness🎯Skill

Establishes comprehensive observability foundations by designing instrumentation, metrics, logging, and alerting strategies for system performance and reliability.

🎯
openspec-change-proposal🎯Skill

Generates lightweight, concise proposals and task outlines for small code changes and bug fixes with minimal overhead.

🎯
main-workflow-router🎯Skill

Routes and tracks project workflows across OpenSpec (L0-1) and BMAD (L2-4) phases, intelligently guiding users through development stages based on project complexity and intent.

🎯
bmad-discovery-research🎯Skill

Brainstorms and researches project ideas by transforming vague concepts into structured discovery briefs with clear goals, constraints, and opportunities.

🎯
bmad-test-strategy🎯Skill

Generates comprehensive test strategies, ATDD scenarios, and quality checklists to ensure software meets defined standards and mitigates risks.