fix(skill): clean up bmad-create-epics-and-stories validation findings

Remove name/description from step frontmatter (STEP-06) and add
missing HALT before user menu in step-04-final-validation (STEP-04).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-03-14 16:24:30 -06:00
parent 4cbbeb6602
commit 2c23522d87
4 changed files with 2 additions and 20 deletions

View File

@ -1,8 +1,3 @@
---
name: 'step-01-validate-prerequisites'
description: 'Validate required documents exist and extract all requirements for epic and story creation'
---
# Step 1: Validate Prerequisites and Extract Requirements
## STEP GOAL:

View File

@ -1,8 +1,3 @@
---
name: 'step-02-design-epics'
description: 'Design and approve the epics_list that will organize all requirements into user-value-focused epics'
---
# Step 2: Design Epic List
## STEP GOAL:

View File

@ -1,8 +1,3 @@
---
name: 'step-03-create-stories'
description: 'Generate all epics with their stories following the template structure'
---
# Step 3: Generate Epics and Stories
## STEP GOAL:

View File

@ -1,8 +1,3 @@
---
name: 'step-04-final-validation'
description: 'Validate complete coverage of all requirements and ensure implementation readiness'
---
# Step 4: Final Validation
## STEP GOAL:
@ -127,6 +122,8 @@ If all validations pass:
**Present Final Menu:**
**All validations complete!** [C] Complete Workflow
HALT — wait for user input before proceeding.
When C is selected, the workflow is complete and the epics.md is ready for development.
Epics and Stories complete. Invoke the `bmad-help` skill.