src/bmm-skills/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md
Validate Functional Requirements meet SMART quality criteria (Specific, Measurable, Attainable, Relevant, Traceable), ensuring high-quality requirements.
{communication_language}{document_output_language}CRITICAL: Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
From the PRD's Functional Requirements section, extract:
Try to use Task tool to spawn a subprocess:
"Perform SMART requirements validation on these Functional Requirements:
{List all FRs}
For each FR, score on SMART criteria (1-5 scale):
Specific (1-5):
Measurable (1-5):
Attainable (1-5):
Relevant (1-5):
Traceable (1-5):
For each FR with score < 3 in any category:
Return scoring table with all FR scores and improvement suggestions for low-scoring FRs."
Graceful degradation (if no Task tool):
For each FR:
Calculate overall FR quality:
Append to validation report:
## SMART Requirements Validation
**Total Functional Requirements:** {count}
### Scoring Summary
**All scores ≥ 3:** {percentage}% ({count}/{total})
**All scores ≥ 4:** {percentage}% ({count}/{total})
**Overall Average Score:** {average}/5.0
### Scoring Table
| FR # | Specific | Measurable | Attainable | Relevant | Traceable | Average | Flag |
|------|----------|------------|------------|----------|-----------|--------|------|
| FR-001 | {s1} | {m1} | {a1} | {r1} | {t1} | {avg1} | {X if any <3} |
| FR-002 | {s2} | {m2} | {a2} | {r2} | {t2} | {avg2} | {X if any <3} |
[Continue for all FRs]
**Legend:** 1=Poor, 3=Acceptable, 5=Excellent
**Flag:** X = Score < 3 in one or more categories
### Improvement Suggestions
**Low-Scoring FRs:**
**FR-{number}:** {specific suggestion for improvement}
[For each FR with score < 3 in any category]
### Overall Assessment
**Severity:** [Critical if >30% flagged FRs, Warning if 10-30%, Pass if <10%]
**Recommendation:**
[If Critical] "Many FRs have quality issues. Revise flagged FRs using SMART framework to improve clarity and testability."
[If Warning] "Some FRs would benefit from SMART refinement. Focus on flagged requirements above."
[If Pass] "Functional Requirements demonstrate good SMART quality overall."
Display: "SMART Requirements Validation Complete
FR Quality: {percentage}% with acceptable scores ({severity})
Proceeding to next validation check..."
Without delay, read fully and follow: {nextStepFile} (step-v-11-holistic-quality-validation.md)
Master Rule: FRs should be high-quality, not just present. SMART framework provides objective quality measure.