Validate all plan files for correct status, priority, required fields, and log sections.
Usage
python3 content/technology/specifications/agential-semioverse-repository/plans/skills/validate-plan-status/validate-plan-status.py
python3 content/technology/specifications/agential-semioverse-repository/plans/skills/validate-plan-status/validate-plan-status.py --verboseExits with code 1 if any errors are found. Warnings are only shown
with --verbose.
What it checks
- Status is one of: draft, proposed, accepted, active, completed, abandoned, deferred, rejected
- Priority is one of: critical, high, medium, low
- Required frontmatter fields exist: title, date-created, status
- Completed plans have a
## Logsection - Active plans have a
depends-onfield
Progressive automation note
This is a stage 4 (procedural) skill — fully deterministic, no
inference required. It was created by extracting the validation
rules from the plans specification at plans/index.md and encoding
them as a Python script.