---
spec: validate.spec.md
---
## Tasks
- [x] Write spec files for validate module
- [x] Implement template.toml parsing and validation
- [x] Implement Tera syntax checking for rendered files
- [x] Implement variable definition checking (builtins + prompts)
- [x] Implement render glob matching
- [x] Add batch validation mode
- [x] Add strict mode (warnings as errors)
- [x] Add JSON output mode
- [x] Wire up CLI subcommand in main.rs
- [x] Run verification suite