Maintain architecture, ADRs, and glossary
Maintain Architecture, ADRs, and Glossary¶
Architecture knowledge and decisions must remain accessible and traceable as the system evolves. ADRs capture decisions; glossary terms reduce terminology drift.
Goal¶
Create and maintain architecture docs, ADRs, and glossary terms using templates and stable IDs.
Steps¶
- Identify a decision, concept, or term that must be documented.
- Create an ADR or glossary term using
doc new. - Link the document to relevant stories/requirements via IDs.
- Validate structure and metadata using formatting and linting.
- Publish the site to validate navigation and readability.
Outputs¶
- ADRs with clear consequences and validation
- Atomic glossary terms
- Consistent, publishable architecture docs
Failure Modes¶
- Decisions are made but not recorded.
- Glossary is missing and terminology drifts.
- Links are free-text and not traceable.
Related Commands¶
arqix doc new adrarqix doc new glossaryarqix fmtarqix lint runarqix publish site