Reference
Docs Style Guide
Quality standards and template for writing and maintaining high-signal Agent Observer docs.
Docs Style Guide
Use this guide to keep docs consistent, actionable, and production-ready.
Audience
Primary audience:
- developers operating Agent Observer in real projects
- technical users wiring external runners and automations
Write for execution, not marketing.
Required Page Structure
Every guide page should include:
- When to use
- Prerequisites
- Step-by-step setup
- Expected results
- Failure modes and fixes
- Related links
If a page cannot satisfy these sections, it is likely too shallow.
Writing Rules
- Prefer concrete steps over abstract statements.
- Include copy-paste commands where relevant.
- Name exact UI paths (example:
Settings -> Todo Runner). - Use explicit field names and contracts.
- Keep examples realistic and bounded.
Avoid:
- vague promises
- untestable claims
- feature lists with no operator guidance
Example Quality Bar
Good:
- "Click Run now and verify
lastRunAtupdates."
Weak:
- "Make sure the task works."
Maintenance Rules
Update docs in the same PR when you change:
- IPC contracts
- persisted file formats
- user-facing labels/paths
- runtime behavior or retry semantics
QA Checklist Before Merge
- New/changed pages linked from nav.
- No dead internal links.
- Steps are executable from a clean install.
- Runtime contracts match source code.
- Troubleshooting paths cover likely operator failures.
Suggested Ownership
- Each feature area has a named docs owner.
- Release checklist includes docs verification.
- Stale pages are reviewed on a regular cadence.