AgentSkillsCN

architecture-updater

保持高层次的架构规格与不断演进的代码库同步。

SKILL.md
--- frontmatter
name: architecture-updater
description: Keep high-level architecture specs/diagrams aligned with the evolving codebase.
  1. Read spec/architecture.md (if present), spec/index.md, and recent ADRs under spec/decisions/.
  2. Update/create spec/architecture.md with:
    • Components (bulleted)
    • Data flow (steps)
    • External dependencies
    • Key interfaces/contracts (links)
    • “What changed recently” (short changelog)
  3. If useful, add/update a diagram under spec/diagrams/ (e.g., Mermaid).
  4. Ensure spec/index.md links to architecture and the latest ADRs.