bmad-create-story

Prepare the first story in a sprint plan using predefined roles and workflows.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill bmad-create-story-zerada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-create-story
Source: https://github.com/zerAda/RestaurantAgentAutomation/tree/main/.opencode/skills/bmad-create-story
Command: npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill bmad-create-story-zerada

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating stories in your sprint plan, ensuring that the first found story is prepared and ready for the next steps.

Core Features & Use Cases

  • Story Cycle Start: Prepare the first story in the sprint plan or specify a specific epic and story with context.
  • Sequential Execution: Follows a sequence of steps including VS, DS, CR, and back to DS if needed.
  • Role Adoption: Assumes the role of the agent defined in _bmad/bmm/agents/sm.agent.yaml.
  • Workflow Execution: Reads and executes the workflow at _bmad/bmm/workflows/4-implementation/bmad-create-story/workflow.md in Create mode.

Quick Start

To start the story creation process, use the command: 'bmad-create-story'.

Frequently Asked Questions about bmad-create-story

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate story creation in my sprint plan?

Automating story creation in a sprint plan involves preparing the first found story for sequential execution. This Skill initiates the cycle by adopting a predefined agent role and executing a specific workflow to ensure the story is ready for next steps.

What is the workflow for sequential story preparation in agent-based execution?

Sequential story preparation follows a defined workflow path of VS, DS, CR, and back to DS if needed. This ensures stories are systematically processed and validated before moving to the next development phase.

Do I need a specific directory structure to start the story creation cycle?

Yes, starting the story creation cycle requires a specific directory structure containing predefined agent roles and workflow files. The Skill reads and executes the workflow located in the provided _bmad/bmm/ directory path.

Can I specify a particular epic and story context when preparing stories?

Yes, you can specify a specific epic and story with context during story creation. Alternatively, the workflow automatically prepares the first found story in the sprint plan if no specific story is targeted.

How does agent role adoption work for sprint planning workflows?

Agent role adoption for sprint planning works by assuming the role defined in a designated agent configuration file. This ensures the story creation process follows the exact responsibilities and constraints of that predefined role.

What are the limitations of automated sprint planning workflows?

Automated sprint planning workflows are limited to predefined sequential steps and require a strict directory structure to function. They cannot dynamically alter the VS, DS, and CR execution path outside the established workflow parameters.