Adapt Architecture
Skill Verified ActiveExecute 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.
To provide a robust and safe framework for gradually evolving software architecture without downtime, enabling complex system transformations.
Features
- Strangler fig migration planning
- Chrysalis phases for hybrid system management
- Interface preservation for operational continuity
- Progressive cutover and rollback design
- Post-metamorphosis stabilization and retrospective
Use Cases
- Migrating from monolith to microservices
- Replacing core subsystems with minimal disruption
- Evolving data models while maintaining compatibility
- Implementing gradual architectural changes
Non-Goals
- Big-bang architectural changes
- Developing new features during the transformation phase
- Permanent scaffolding left in place after migration
Installation
/plugin install agent-almanac@pjt222-agent-almanacQuality Score
VerifiedTrust Signals
Similar Extensions
Legacy Modernizer
99Designs incremental migration strategies, identifies service boundaries, produces dependency maps and migration roadmaps, and generates API facade designs for aging codebases. Use when modernizing legacy systems, implementing strangler fig pattern or branch by abstraction, decomposing monoliths, upgrading frameworks or languages, or reducing technical debt without disrupting business operations.
V3 Ddd Architecture
100Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.
Pathfinder
100Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.
Cloud Architect
100Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.
Understand
100Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
API Design Patterns
100Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices