| name | architecture-doc-check |
| description | Check whether YAAT docs/architecture.md needs updates after changed files, new projects, renamed files, or responsibility changes. |
Architecture Doc Check
This is the Codex wrapper for the canonical Claude agent at .claude/agents/architecture-updater.md.
Use this skill before commits or whenever changed files may require updates to docs/architecture.md.
Workflow
- Read
.claude/agents/architecture-updater.md.
- Identify changed files from
git diff --name-only and git status --short.
- Read
docs/architecture.md.
- Check whether new files, removed files, renamed files, new projects, namespaces, or changed responsibilities are reflected.
- If updates are needed, edit
docs/architecture.md directly using the existing style.
Output
Say either No updates needed or summarize the exact architecture documentation changes made.