II.
LibraryProcess JSON
Structured · livelib-process:software-architecture--migration-strategy
migration-strategy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:software-architecture--migration-strategy",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "migration-strategy",
"description": "Migration Strategy Planning - Comprehensive migration strategy development for legacy systems,\nplatform migrations, cloud migrations, and technology stack modernization with phased approach,\nrisk assessment, and detailed execution roadmap.",
"libraryPath": "library/specializations/software-architecture/migration-strategy.js",
"specialization": "software-architecture",
"references": [
"- Strangler Fig Pattern: https://martinfowler.com/bliki/StranglerFigApplication.html\n- Cloud Migration Patterns: https://docs.aws.amazon.com/prescriptive-guidance/latest/migration-strategies/welcome.html\n- The Software Architect's Handbook: https://www.oreilly.com/library/view/the-software-architects/9781788624060/\n- Building Microservices (Sam Newman): https://www.oreilly.com/library/view/building-microservices-2nd/9781492034018/"
],
"example": "const result = await orchestrate('specializations/software-architecture/migration-strategy', {\n projectName: 'Legacy Monolith to Microservices',\n currentState: { architecture: 'monolith', technology: 'Java EE', database: 'Oracle' },\n targetState: { architecture: 'microservices', technology: 'Spring Boot', database: 'PostgreSQL', cloud: 'AWS' },\n migrationGoals: ['reduce operational costs', 'improve scalability', 'enable faster deployments'],\n constraints: { budget: '$500K', timeline: '12 months', maxDowntime: '4 hours' }\n});",
"usesAgents": [
"code-complexity-analyzer",
"c4-diagram-generator",
"mermaid-renderer",
"threat-modeler",
"data-architect",
"migration-strategist",
"technical-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "skill-area:backend-api-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "topic:monolith-to-microservices",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "topic:technical-debt",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "role:architect",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "workflow:technical-debt-reduction",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "specialization:software-architecture",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "lib-agent:software-architecture--threat-modeler",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "lib-agent:software-architecture--data-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "lib-agent:software-architecture--migration-strategist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:software-architecture--migration-strategy",
"to": "lib-agent:software-architecture--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}