Required Resources
Always load before running checks:
- •
references/validation_rules.md - •
references/link_validation_notes.md - •
references/definition_of_done.md - •
assets/templates/validation_report_template.md - •Optional example:
assets/examples/validation_report_example_docs_import.md
Workflow
- •Resolve feature directory (
docs/features/<feature_slug>). - •Run validator:
- •
python3 .agents/skills/spec_validate/scripts/validate_spec_pack.py docs/features/<feature_slug> --check all
- •
- •If needed, run targeted checks (
--check prd|fdd|plan|design). - •If network is available and external links matter, re-run with
--check-external-links. - •Report findings using
assets/templates/validation_report_template.mdstructure.
Output Contract
- •Return pass/fail status and actionable failures.
- •If checks cannot run, state exactly why and provide the command for the user to execute.