- •Read
spec/architecture.md(if present),spec/index.md, and recent ADRs underspec/decisions/. - •Update/create
spec/architecture.mdwith:- •Components (bulleted)
- •Data flow (steps)
- •External dependencies
- •Key interfaces/contracts (links)
- •“What changed recently” (short changelog)
- •If useful, add/update a diagram under
spec/diagrams/(e.g., Mermaid). - •Ensure
spec/index.mdlinks to architecture and the latest ADRs.
architecture-updater
保持高层次的架构规格与不断演进的代码库同步。
SKILL.md
--- frontmattername: architecture-updater description: Keep high-level architecture specs/diagrams aligned with the evolving codebase.