Architecture Change

Architecture change workflow with mandatory ADR and controlled rollout. Use when proposing or implementing a structural/architectural change to the codebase.

florian101010 Updated

File contents

Architecture Change

Follow .agent/workflows/architecture-change.md strictly.

Execution requirements:

  1. Write architecture proposal with options/trade-offs.
  2. Create/update ADR file in docs/decisions/ before finalizing.
  3. Implement in isolated steps and validate regressions.
  4. Sync architecture-relevant docs and CHANGELOG.md.
  5. Run pre-commit checks before final handoff.
  6. End with ADR + DoD confirmation.

No architecture-level change may be closed without ADR entry.

florian101010/awesome-agentic-AI-coding-template/tree/main/.agent/skills/architecture-change commit 296ace33cd

Frequently asked questions

npx skillmds@latest add florian101010/architecture-change