adapt-architecture

Solid

Execute structural metamorphosis using strangler fig migration, chrysalis phases, and interface preservation. Covers transformation planning, parallel running, progressive cutover, rollback design, and post-metamorphosis stabilization for system architecture evolution. Use when assess-form has classified the system as READY for transformation, when migrating from monolith to microservices, when replacing a core subsystem while dependents continue operating, or when any architectural change must be gradual rather than big-bang.

AI & Automation 26 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
48
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Adapt Architecture Execute structural metamorphosis — transforming a system's architecture from its current form to a target form while maintaining operational continuity. Uses strangler fig migration, chrysalis phases, and interface preservation to ensure the system never stops functioning during transformation. ## When to Use - Form assessment (see `assess-form`) classified the system as READY - A system must evolve its architecture to meet new requirements without downtime - Migrating from monolith to microservices (or the reverse) - Replacing a core subsystem while dependent systems continue operating - Evolving a data model while maintaining backward compatibility - Any architectural change that must be gradual rather than big-bang ## Inputs - **Required**: Current form assessment (from `assess-form` or equivalent analysis) - **Required**: Target architecture (what the system should become) - **Required**: Operational continuity requirements (what must not break during transformation) - **Optional**: Available transformation budget (time, people, compute) - **Optional**: Rollback requirements (how far back must we be able to retreat?) - **Optional**: Parallel running duration (how long to run old and new simultaneously) ## Procedure ### Step 1: Design the Transformation Blueprint Plan the metamorphosis path from current form to target form. 1. Map the transformation as a sequence of intermediate forms: - Current form → Intermediate form 1 → ... → Target for...

Details

Author
pjt222
Repository
pjt222/agent-almanac
Created
1 years ago
Last Updated
today
Language
R
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category