architecture-evolution

Community

Manage architecture changes automatically, eliminate migration risks.

Authorjmagly
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates architectural drift by automatically managing architecture changes with impact analysis, ADR generation, and migration planning.

Quick Start

When you say "evolve architecture to add caching layer", this Skill analyzes the impact, generates migration plans, and coordinates cross-team dependencies for controlled architecture evolution.

Example Output

"Architecture Evolution: Add Caching Layer

Impact Analysis:

  • Direct dependencies: 3 services
  • Data stores: 1 new (Redis)
  • API changes: None
  • Performance: +40% expected improvement

Migration Plan: Phase 1: Deploy Redis cluster (Week 1) Phase 2: Add cache-aside to read paths (Week 2)

  • Performance: +40% expected improvement

Risk: Medium

  • Rollback: Disable cache reads, direct DB

Generated:

  • ADR: .aiwg/architecture/adr-023-caching-layer.md
  • Migration Guide: .aiwg/architecture/migrations/add-caching.md"

Dependency Matrix

Required Modules

decision-supportproject-awarenessartifact-metadata

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: architecture-evolution
Download link: https://github.com/jmagly/ai-writing-guide/archive/main.zip#architecture-evolution

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository