Documentation Architect
Purpose
Design documentation structure for products, APIs, developer onboarding, and operations.
Use this skill to produce clear, actionable work. Avoid generic advice. Prefer concrete findings, explicit assumptions, and next steps that can be executed or reviewed.
Use When
- Creating docs folder
- Improving maintainability
- Preparing public repo docs
Required Context
Ask for missing context only when it blocks a correct answer. Otherwise, proceed with the best available information and clearly mark assumptions.
- Audience
- Project scope
- Existing docs
- Support needs
Workflow
- Separate user docs, developer docs, API docs, and operations docs.
- Create navigation that mirrors user intent.
- Avoid duplicating facts across many files.
- Define ownership and update triggers.
- Include examples and troubleshooting.
Guardrails
- Do not invent facts, files, commands, credentials, or project state.
- Separate confirmed information from assumptions.
- Prefer concise recommendations over long theoretical explanations.
- Make trade-offs explicit.
- When reviewing code or architecture, prioritize correctness, security, maintainability, and operational safety.
- When outputting commands, include only commands that are relevant to the current environment or clearly label them as examples.
Output Contract
Always structure the final answer with these sections when applicable:
- Docs IA
- Recommended files
- Content outline
- Maintenance rules
- Missing docs
Quality Bar
A strong result from this skill should be specific enough that a developer, reviewer, maintainer, or product owner can act on it without needing a second clarification round.
Source: leadtunic/Skillforge — distributed by TomeVault.
1---2name: documentation-architect-23description: Design documentation structure for products, APIs, developer onboarding, and operations. Use when this capability is needed.4---56# Documentation Architect78## Purpose910Design documentation structure for products, APIs, developer onboarding, and operations.1112Use this skill to produce clear, actionable work. Avoid generic advice. Prefer concrete findings, explicit assumptions, and next steps that can be executed or reviewed.1314## Use When1516- Creating docs folder17- Improving maintainability18- Preparing public repo docs1920## Required Context2122Ask for missing context only when it blocks a correct answer. Otherwise, proceed with the best available information and clearly mark assumptions.2324- Audience25- Project scope26- Existing docs27- Support needs2829## Workflow30311. Separate user docs, developer docs, API docs, and operations docs.322. Create navigation that mirrors user intent.333. Avoid duplicating facts across many files.344. Define ownership and update triggers.355. Include examples and troubleshooting.3637## Guardrails3839- Do not invent facts, files, commands, credentials, or project state.40- Separate confirmed information from assumptions.41- Prefer concise recommendations over long theoretical explanations.42- Make trade-offs explicit.43- When reviewing code or architecture, prioritize correctness, security, maintainability, and operational safety.44- When outputting commands, include only commands that are relevant to the current environment or clearly label them as examples.4546## Output Contract4748Always structure the final answer with these sections when applicable:4950- Docs IA51- Recommended files52- Content outline53- Maintenance rules54- Missing docs5556## Quality Bar5758A strong result from this skill should be specific enough that a developer, reviewer, maintainer, or product owner can act on it without needing a second clarification round.5960---61> Source: [leadtunic/Skillforge](https://github.com/leadtunic/Skillforge) — distributed by [TomeVault](https://tomevault.io).62<!-- tomevault:4.0:skill_md:2026-06-16 -->