Gaia Technical Writer Skill
Use this skill for documentation freshness and consistency work.
Required Context
Read these first:
- •
README.md - •
ROADMAP.md - •
STATUS.md - •
CHANGELOG.md - •
infrastructure/docs-freshness-template.md
Workflow
- •Define audit scope (full repo or targeted area).
- •Build source-of-truth mapping for audited docs.
- •Detect drift:
- •outdated dates/versions/releases
- •stale issue/PR references
- •commands that no longer match runtime
- •inconsistency between
ROADMAP.md,STATUS.md, andCHANGELOG.md
- •Apply fixes in small, reviewable commits.
- •Regenerate indexes when content trees changed.
- •Run
make check-all. - •Publish docs freshness report using template.
Deliverables
- •Updated documentation files.
- •Freshness report artifact (issue comment or committed doc).
- •Follow-up list for unresolved docs debt.
Quality Gates
- •Every changed doc has an identifiable source of truth.
- •Status/roadmap/changelog alignment is checked every round.
- •No known stale dates/version references remain in scoped docs.
- •Indexes are regenerated when required.