fix(skills): normalize create-epics-and-stories metadata
This commit is contained in:
parent
056c114066
commit
f76f7a3dcd
|
|
@ -32,7 +32,7 @@ agent:
|
||||||
description: "[EP] Edit PRD: Update an existing Product Requirements Document"
|
description: "[EP] Edit PRD: Update an existing Product Requirements Document"
|
||||||
|
|
||||||
- trigger: CE or fuzzy match on epics-stories
|
- trigger: CE or fuzzy match on epics-stories
|
||||||
exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/workflow.md"
|
exec: "skill:bmad-create-epics-and-stories"
|
||||||
description: "[CE] Create Epics and Stories: Create the Epics and Stories Listing, these are the specs that will drive development"
|
description: "[CE] Create Epics and Stories: Create the Epics and Stories Listing, these are the specs that will drive development"
|
||||||
|
|
||||||
- trigger: IR or fuzzy match on implementation-readiness
|
- trigger: IR or fuzzy match on implementation-readiness
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
---
|
|
||||||
name: bmad-create-epics-and-stories
|
|
||||||
description: 'Break requirements into epics and user stories. Use when the user says "create the epics and stories list"'
|
|
||||||
---
|
|
||||||
|
|
||||||
# Create Epics and Stories
|
# Create Epics and Stories
|
||||||
|
|
||||||
**Goal:** Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value, creating detailed, actionable stories with complete acceptance criteria for development teams.
|
**Goal:** Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value, creating detailed, actionable stories with complete acceptance criteria for development teams.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue