Update Architecture Docs
Synchronize ARCHITECTURE.md with changes made during execplan implementation.
Workflow
- •Read the completed execplan
.agent/execplan-pending.md - •Locate ARCHITECTURE.md at the repo root
- •Analyze what was implemented in the execplan and identify architectural impacts:
- •New modules or bounded contexts
- •Changed data flows or boundaries
- •New integrations or dependencies
- •Updated directory structure
- •New cross-cutting concerns
- •Update only the affected sections of ARCHITECTURE.md
- •If diagrams exist, update Mermaid diagrams to reflect new components/flows
- •After all of your updates, stage any unstaged changes, then commit.
Update Principles
- •Preserve existing structure and formatting
- •Add to existing sections rather than rewriting
- •Update Key Design Decisions with new decisions made during implementation
- •Move resolved items from Open Questions to appropriate sections
- •Keep the same level of detail as the existing doc
If No ARCHITECTURE.md Exists
Create one using the architecture-docs-creator skill template, populated with the current state post-implementation.