modernization-planner

Generate a prioritized modernization roadmap from assessment findings into ordered work increments.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill modernization-planner
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: modernization-planner
Source: https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield/tree/main/.github/skills/modernization-planner
Command: npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill modernization-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps create a prioritized modernization roadmap from assessment findings, generating increments that follow the standard test-contract-implement-deploy pipeline.

Core Features & Use Cases

  • Modernization Planning: Transform assessment findings into a sequence of ordered, self-contained increments.
  • Incremental Changes: Each increment is a self-contained modernization unit that leaves the application in a working state.
  • Use Case: Ideal for transforming assessment results into actionable, ordered work items when modernizing applications.

Quick Start

Run the modernization-planner skill to generate a modernization roadmap from the assessment findings in 'specs/assessment/modernization.md'.

Frequently Asked Questions about modernization-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a modernization roadmap from assessment findings?▼

A modernization roadmap transforms assessment findings into ordered, self-contained increments, ensuring the application remains in a working state after each change.

What is an incremental modernization strategy for enterprise applications?▼

Incremental modernization breaks down application upgrades into self-contained units that follow a test-contract-implement-deploy pipeline, keeping the application functional.

How do I turn application modernization assessment results into actionable work items?▼

You can transform assessment results into actionable work items by processing architectural decisions to output ordered, self-contained modernization increments.

Does the modernization planning process require existing increment plans and architectural decisions?▼

Yes, generating a roadmap requires reading assessment findings, architectural decisions, and existing increment plans to produce accurate modernization steps.

What format should assessment findings be in for application modernization planning?▼

Assessment findings should be placed in a markdown file at 'specs/assessment/modernization.md' to successfully generate the modernization roadmap.

When should I use incremental changes for application modernization?▼

Use incremental changes when you need to sequence application modernization into a test-contract-implement-deploy pipeline, ensuring the system remains functional throughout.