docs-architect

Creates and reviews governed technical documentation including PRDs, HLDs, ADRs, and reports.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/SleyiW/iWana-neXt --skill docs-architect-sleyiw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-architect
Source: https://github.com/SleyiW/iWana-neXt/tree/main/.agents/skills/docs-architect
Command: npx skills add https://github.com/SleyiW/iWana-neXt --skill docs-architect-sleyiw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Technical documentation often becomes inconsistent, untraceable, or disconnected from real architecture decisions. This Skill enforces document governance, traceability between artifacts, and alignment with repository conventions so that PRDs, HLDs, ADRs, reports, and operational prompts stay coherent and executable. ## Core Features & Use Cases - Document Creation & Structuring: Produces PRDs, HLDs, ADRs, reports, and checklists with mandatory title, version, status, and date metadata. - Traceability Enforcement: Links each document to its source artifacts across the chain PRD → HLD → ADR → plans → reports → prompts. - Governance Review: Audits existing documents against a checklist covering naming conventions, consistency with AGENTS.md and approved ADRs, and absence of secrets or PII. - Use Case: When drafting an ADR for a new module, the Skill ensures the decision references the governing PRD and HLD, follows repo naming conventions, and escalates to the CTO if the change affects stack, boundaries, or security. ## Quick Start Ask the assistant to draft an ADR for a pending architectural decision, linking it to the existing PRD and HLD of the affected module.

Frequently Asked Questions about docs-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write an ADR that stays traceable to requirements?

An ADR should reference the governing PRD and HLD of the affected module, include title, version, status, and date, and state the structural decision explicitly. This Skill enforces that traceability chain and flags missing source artifacts instead of inventing them.

How to keep technical documentation consistent across a repository?

Apply explicit governance rules: mandatory metadata fields, repo naming conventions, and cross-references between PRD, HLD, ADR, plans, and reports. The Skill reviews documents against a checklist and corrects contradictions with AGENTS.md or approved ADRs.

What should a PRD include to be executable?

A PRD must define scope clearly enough to drive implementation, with short functional sections, concrete references to related documents, and explicit risks and pending items. Aspirational filler text without operational utility is treated as an anti-pattern.

When should a documentation decision be escalated?

Escalate when a document implies approving a change to stack, boundaries, or security, when source artifacts conflict without clear document authority, or when critical missing information blocks a reliable output. The Skill marks these cases as escalation to the CTO.

What are common documentation anti-patterns to avoid?

Avoid long documents without operational use, duplicated reports instead of updating the living document, renaming files against repo conventions, describing unapproved architectures, and using documentation as a substitute for decisions that do not exist yet.