fix(skill): clean up bmad-check-implementation-readiness validation findings
Remove name/description from step frontmatter (STEP-06) and inline nextStepFile/templateFile path variables as literal relative paths (PATH-04). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4cbbeb6602
commit
b9926e1c4a
|
|
@ -1,10 +1,5 @@
|
||||||
---
|
---
|
||||||
name: 'step-01-document-discovery'
|
|
||||||
description: 'Discover and inventory all project documents, handling duplicates and organizing file structure'
|
|
||||||
|
|
||||||
nextStepFile: './step-02-prd-analysis.md'
|
|
||||||
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
||||||
templateFile: '../templates/readiness-report-template.md'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Step 1: Document Discovery
|
# Step 1: Document Discovery
|
||||||
|
|
@ -122,7 +117,7 @@ If required documents not found:
|
||||||
|
|
||||||
### 5. Add Initial Report Section
|
### 5. Add Initial Report Section
|
||||||
|
|
||||||
Initialize {outputFile} with {templateFile}.
|
Initialize {outputFile} with ../templates/readiness-report-template.md.
|
||||||
|
|
||||||
### 6. Present Findings and Get Confirmation
|
### 6. Present Findings and Get Confirmation
|
||||||
|
|
||||||
|
|
@ -156,12 +151,12 @@ Display: **Select an Option:** [C] Continue to File Validation
|
||||||
|
|
||||||
#### Menu Handling Logic:
|
#### Menu Handling Logic:
|
||||||
|
|
||||||
- IF C: Save document inventory to {outputFile}, update frontmatter with completed step and files being included, and then read fully and follow: {nextStepFile}
|
- IF C: Save document inventory to {outputFile}, update frontmatter with completed step and files being included, and then read fully and follow: ./step-02-prd-analysis.md
|
||||||
- IF Any other comments or queries: help user respond then redisplay menu
|
- IF Any other comments or queries: help user respond then redisplay menu
|
||||||
|
|
||||||
## CRITICAL STEP COMPLETION NOTE
|
## CRITICAL STEP COMPLETION NOTE
|
||||||
|
|
||||||
ONLY WHEN C is selected and document inventory is saved will you load {nextStepFile} to begin file validation.
|
ONLY WHEN C is selected and document inventory is saved will you load ./step-02-prd-analysis.md to begin file validation.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,4 @@
|
||||||
---
|
---
|
||||||
name: 'step-02-prd-analysis'
|
|
||||||
description: 'Read and analyze PRD to extract all FRs and NFRs for coverage validation'
|
|
||||||
|
|
||||||
nextStepFile: './step-03-epic-coverage-validation.md'
|
|
||||||
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
||||||
epicsFile: '{planning_artifacts}/*epic*.md' # Will be resolved to actual file
|
epicsFile: '{planning_artifacts}/*epic*.md' # Will be resolved to actual file
|
||||||
---
|
---
|
||||||
|
|
@ -149,7 +145,7 @@ After PRD analysis complete, immediately load next step for epic coverage valida
|
||||||
|
|
||||||
## PROCEEDING TO EPIC COVERAGE VALIDATION
|
## PROCEEDING TO EPIC COVERAGE VALIDATION
|
||||||
|
|
||||||
PRD analysis complete. Loading next step to validate epic coverage.
|
PRD analysis complete. Read fully and follow: `./step-03-epic-coverage-validation.md`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,4 @@
|
||||||
---
|
---
|
||||||
name: 'step-03-epic-coverage-validation'
|
|
||||||
description: 'Validate that all PRD FRs are covered in epics and stories'
|
|
||||||
|
|
||||||
nextStepFile: './step-04-ux-alignment.md'
|
|
||||||
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -150,7 +146,7 @@ After coverage validation complete, immediately load next step.
|
||||||
|
|
||||||
## PROCEEDING TO UX ALIGNMENT
|
## PROCEEDING TO UX ALIGNMENT
|
||||||
|
|
||||||
Epic coverage validation complete. Loading next step for UX alignment.
|
Epic coverage validation complete. Read fully and follow: `./step-04-ux-alignment.md`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,4 @@
|
||||||
---
|
---
|
||||||
name: 'step-04-ux-alignment'
|
|
||||||
description: 'Check for UX document and validate alignment with PRD and Architecture'
|
|
||||||
|
|
||||||
nextStepFile: './step-05-epic-quality-review.md'
|
|
||||||
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -113,7 +109,7 @@ After UX assessment complete, immediately load next step.
|
||||||
|
|
||||||
## PROCEEDING TO EPIC QUALITY REVIEW
|
## PROCEEDING TO EPIC QUALITY REVIEW
|
||||||
|
|
||||||
UX alignment assessment complete. Loading next step for epic quality review.
|
UX alignment assessment complete. Read fully and follow: `./step-05-epic-quality-review.md`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,4 @@
|
||||||
---
|
---
|
||||||
name: 'step-05-epic-quality-review'
|
|
||||||
description: 'Validate epics and stories against create-epics-and-stories best practices'
|
|
||||||
|
|
||||||
nextStepFile: './step-06-final-assessment.md'
|
|
||||||
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -217,11 +213,11 @@ After completing epic quality review:
|
||||||
- Update {outputFile} with all quality findings
|
- Update {outputFile} with all quality findings
|
||||||
- Document specific best practices violations
|
- Document specific best practices violations
|
||||||
- Provide actionable recommendations
|
- Provide actionable recommendations
|
||||||
- Load {nextStepFile} for final readiness assessment
|
- Load ./step-06-final-assessment.md for final readiness assessment
|
||||||
|
|
||||||
## CRITICAL STEP COMPLETION NOTE
|
## CRITICAL STEP COMPLETION NOTE
|
||||||
|
|
||||||
This step executes autonomously. Load {nextStepFile} only after complete epic quality review is documented.
|
This step executes autonomously. Load ./step-06-final-assessment.md only after complete epic quality review is documented.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
---
|
---
|
||||||
name: 'step-06-final-assessment'
|
|
||||||
description: 'Compile final assessment and polish the readiness report'
|
|
||||||
|
|
||||||
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue