> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Content Plan Implementation Guide

> Operational guide for implementing content-plan work (tooltips, tours, help content, and docs alignment).

**Version:** 1.0.0\
**Last Updated:** 2026-05-13\
**Status:** Active

Operational guide for implementing content-plan work (tooltips, tours, help content, and docs alignment).

## Workflow

1. Audit coverage and capture missing surfaces.
2. Record each gap in `CONTENT_GAPS_CHECKLIST.md`.
3. Create/update module content plan (`{MODULE}_CONTENT_PLAN.md`).
4. Generate or update implementation tasks in `specs/{module}/tasks/`.
5. Implement content and update published docs where relevant.
6. Re-run docs and link validation checks.

## Content Quality Rules

* Prefer explicit user actions over conceptual text.
* Use production-safe examples; do not include PHI/PII.
* Keep terminology aligned with module specs and compliance references.
* Ensure all Docusaurus links resolve via `npm run validate:links` and `npm run build` in `packages/docs`.

## Required References

* `docs/DOCUMENTATION_STANDARDS.md`
* `packages/docs/DOCUMENTATION_COMPLETENESS_REPORT.md`
* `specs/_templates/CONTENT_TASKS_TEMPLATE.md`
