doc-ptest-validator
Purpose
Validate PTEST documents for subtype-specific schema, structure, traceability, and performance-threshold requirements.
Validation Schema Reference
-
ai_dev_ssd_flow/10_TSPEC/PTEST/PTEST_MVP_SCHEMA.yaml
-
ai_dev_ssd_flow/10_TSPEC/PTEST/PTEST-MVP-TEMPLATE.md
-
ai_dev_ssd_flow/10_TSPEC/PTEST/PTEST_MVP_VALIDATION_RULES.md
Validation Checklist
-
Nested folder rule (PTEST-NN_{slug}/PTEST-NN_{slug}.md )
-
Six required sections present and ordered
-
PTEST element IDs use TSPEC.NN.44.SS
-
Required cumulative tags present (@brd ..@spec , optional @ctr )
-
Required subtype tags present (@sys , @spec )
-
Required categories represented ([Load] , [Stress] , [Endurance] , [Spike] )
-
Load scenario tables and measurable thresholds are present
-
TASKS-Ready score claim present and threshold-aligned
Commands
python ai_dev_ssd_flow/10_TSPEC/scripts/validate_ptest.py docs/10_TSPEC/PTEST/ bash ai_dev_ssd_flow/10_TSPEC/scripts/validate_all_tspec.sh docs/10_TSPEC/ bash ai_dev_ssd_flow/10_TSPEC/scripts/validate_tspec_quality_score.sh docs/10_TSPEC/ python ai_dev_ssd_flow/scripts/validate_cross_document.py --document docs/10_TSPEC/PTEST/PTEST-NN_slug/PTEST-NN_slug.md --auto-fix python ai_dev_ssd_flow/scripts/validate_tags_against_docs.py --artifact PTEST-NN --expected-layers brd,prd,ears,bdd,adr,sys,req,spec --strict
Integration
-
Invoked by: doc-ptest , doc-ptest-autopilot , doc-ptest-audit
-
Feeds into: doc-ptest-audit , doc-ptest-fixer
Version History
Version Date Changes
1.0 2026-02-27 Initial PTEST validator with schema/structure/tag/performance checks and canonical script references
Implementation Plan Consistency (IPLAN-004)
-
Treat plan-derived outputs as valid source mode and verify intent preservation from implementation plan scope/objectives.
-
Validate upstream autopilot precedence assumption: --iplan > --ref > --prompt .
-
Flag objective/scope conflicts between plan context and artifact output as blocking issues requiring clarification.
-
Do not introduce legacy fallback paths such as docs-v2.0/00_REF .