Documentation Architect
This workflow creates or updates documentation with a strong emphasis on correct placement (strategy vs SSOT vs workdocs) and deterministic metadata.
Purpose & Scope
Use this workflow when:
- •You need to create/update durable SSOT docs under
/.system/skills/ssot/** - •You need to improve documentation structure and discoverability
- •You need to document a new feature, workflow, or integration
Out of scope:
- •Writing project-specific operational runbooks inside SSOT (those belong in scenario-local workdocs or ops areas)
Inputs & Preconditions
Inputs:
- •What system/feature is being documented
- •Target audience (AI systems vs humans)
- •Required constraints (paths, forbidden references, metadata contract)
Preconditions:
- •Read
/.system/skills/ssot/repo/documentation-conventions/documentation/conventions/overview.md. - •Follow the most local applicable
AGENTS.md.
Steps
- •Classify the doc type
- •Strategy:
AGENTS.md - •SSOT:
/.system/skills/ssot/**(skill packages) - •Work-in-progress context: workdocs
- •Strategy:
- •Gather authoritative context
- •Read existing SSOT docs and relevant code/config (if applicable).
- •Choose placement
- •Prefer placing content under the owning skill package:
/.system/skills/ssot/<group>/<skill-name>/{SKILL.md,,examples/}.
- •Prefer placing content under the owning skill package:
- •Write with metadata
- •For
SKILL.md: ensurenameanddescriptionmeet the cross-provider constraints. - •For supporting docs: no global front matter required.
- •For
- •Cross-reference correctly
- •Use repo-root absolute paths when referencing docs.
- •Avoid forbidden references from SSOT docs.
- •Review for duplication
- •Keep
AGENTS.mdshort; link to SSOT instead of copying content.
- •Keep
Outputs
- •New/updated documentation files with correct metadata and links
- •Updated navigation references (where appropriate)
Safety Notes
- •Do not embed secrets or environment-specific commands into long-term SSOT.
- •Do not edit tool-owned marker blocks in ability catalogs or provider skill wrappers.