name: ‘step-v-01-validate’ description: ‘Validate teach-me-testing workflow quality against BMAD standards’
workflowPath: ‘{skill-root}’ checklistFile: ‘{skill-root}/checklist.md’
To systematically validate the teach-me-testing workflow against BMAD quality standards and generate a comprehensive validation report.
“Validating Workflow: teach-me-testing
Running comprehensive quality checks against BMAD standards…
This will validate:
Starting validation…“
Check:
Report findings: Pass/Fail for each check.
Check templates/:
Report findings.
For each of 12 steps in steps-c/:
Report findings per step.
Check data/:
Report findings.
Check session steps:
Report findings.
Check continuable workflow features:
Report findings.
Check UX:
Report findings.
Create {validationReport}:
---
workflow: teach-me-testing
validation_date: { current_date }
validator: TEA Validation Workflow
overall_status: PASS / FAIL / PASS_WITH_WARNINGS
---
# Teach Me Testing - Validation Report
**Date:** {current_date}
**Workflow Version:** 1.0.0
**Overall Status:** {status}
---
## Validation Summary
**Total Checks:** {count}
**Passed:** {pass_count}
**Failed:** {fail_count}
**Warnings:** {warning_count}
**Overall Quality Score:** {score}/100
---
## Foundation Structure
{Report findings}
## Template Quality
{Report findings}
## Step File Quality
{Report findings for all 15 steps}
## Data File Quality
{Report findings}
## Content Quality
{Report findings}
## State Management
{Report findings}
## User Experience
{Report findings}
---
## Issues Found
{List all failures and warnings}
---
## Remediation Recommendations
{For each issue, provide fix guidance}
---
## Conclusion
{Overall assessment}
**Status:** {READY_FOR_PRODUCTION / NEEDS_FIXES / PASS_WITH_MINOR_ISSUES}
“Validation Complete!
Overall Status: {status} Quality Score: {score}/100
Report saved: {validationReport}
{If PASS:} ✅ Workflow is ready for production!
{If FAIL:} ❌ Issues found that need fixing. See report for details: {validationReport}
{If WARNINGS:} ⚠️ Minor issues found. Workflow is usable but could be improved.
Validation report generated.“
This is the final validation step - workflow ends here.
✅ All validation checks run, comprehensive report generated, issues identified with remediation guidance, overall status determined.
Master Rule: Check everything systematically, report findings clearly, provide actionable remediation.
Run: python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow.on_complete
If the resolver succeeds and returns a non-empty workflow.on_complete, execute that value as the final terminal instruction before exiting.
If the resolver fails, returns no output, or resolves an empty value, skip the hook and exit normally.