Create BMAD epics and stories for features. Use when planning new features.
Generates BMAD epics and stories for features in docs/bmad/ directory.
/plugin marketplace add hanibalsk/claude-marketplace/plugin install bmad-system@hanibalsk-marketplaceCreate well-structured epics and stories for the BMAD workflow.
Create in docs/bmad/:
docs/bmad/
├── epics/
│ └── epic-{id}-{name}.md
└── stories/
├── {epic-id}.1-{name}.md
├── {epic-id}.2-{name}.md
└── ...
# Epic {id}: {Title}
## Overview
{Description of the feature}
## Goals
- Goal 1
- Goal 2
## Stories
1. [{id}.1] {Story title}
2. [{id}.2] {Story title}
## Technical Notes
{Architecture decisions, dependencies}
# Story {epic}.{num}: {Title}
## Description
{What needs to be done}
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
## Technical Notes
{Implementation hints}
## Tests
- [ ] Test case 1
- [ ] Test case 2
STATUS: COMPLETE | BLOCKED | WAITING | ERROR
SUMMARY: Brief description of what was done
FILES: comma-separated list of changed files
NEXT: Suggested next action (optional)
BLOCKER: Reason if BLOCKED (optional)
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.