Documentation Library
Canonical documentation rendered from the repository docs/ folder.
Documentation Library
The documentation library explains how to operate, author, validate, secure, and extend the prompt suite. It is organized by reader task rather than file age or generation order.
Essential reading path
1. Getting Started 2. Installation and Project Integration Guide 3. User Manual 4. Operator Guide 5. Architecture Guide 6. Prompt Body Authoring Guide 7. Evaluation Manual 8. Root Agent Guidance and Keyword Routing Guide 9. Router Keyword Catalog and Scoring Guide 10. Installed Runtime Payload Guide 11. GitHub Actions Failure History and Pre-Push Guide
Repository contributors should also read the root Contributing Guide.
Install persistently with uv tool install mission-directives, pipx install mission-directives, or python -m pip install --user mission-directives. Use uvx mission-directives <command> for one-off execution or python -m mission_directives <command> after pip installation.
Prompt-body integrity manuals
The prompt-body contract is a first-class subsystem. These manuals define it in detail:
- Prompt Body Authoring Guide
- Completion Criteria Guide
- Tool Policy and Authorization Guide
- Runtime Marker Protocol
- Pair Authoring and Verification Guide
- Executive Decision Rules Guide
- Prompt Body Validation Guide
Proof and runtime manuals
- Evaluation Manual
- CI and Testing Guide
- Model Routing Guide
- Skill Supply-Chain Guide
- Telemetry and Observability Guide
- Installed Runtime Payload Guide
- Documentation Site Guide
- Recovery and Rollback Guide
Governance and integration
- Root Agent Guidance and Keyword Routing Guide
- Router Keyword Catalog and Scoring Guide
- Compatibility and Identity Guide
- Agent Library Integration Guide
- Scenario Authoring Guide
- Contributor Guide
- GitHub Actions Failure History and Pre-Push Guide
- Security Operations Guide
- Troubleshooting Guide
- Manual Quality Standard
Rebuilding and verifying the documentation surface
Documentation references are checked by the suite validator. Prompt-body statistics are generated from the prompt files, not manually maintained:
python tools/audit_prompt_bodies.py
python tools/audit_prompt_bodies.py --check
python tools/validate_suite.pyBODY_QUALITY_AUDIT.json is machine-readable. BODY_QUALITY_AUDIT.md is the human summary.
Documentation website
The static Astro site is published at <https://manojpisini.github.io/mission-directives/>. Its top-level Getting Started, Installation, and Contributing pages reuse canonical repository Markdown. See the Documentation Site Guide.