generate_refactor_scenarios
Generate token refactoring migration scenarios with risk assessment. Produces three approaches (conservative, progressive, comprehensive) with action plans, effort estimates, and risk profiles to guide B→C token migration.
Instructions
Generate migration scenarios for token refactoring with risk assessment. Produces 3 approaches (conservative, progressive, comprehensive) with detailed action plans, effort estimates, and risk profiles. Helps plan B→C token migration by comparing trade-offs and recommending best path forward based on readiness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamSize | No | Team size for effort estimation. Default: 2 people. | |
| approaches | No | Which scenario approaches to generate. Default: all three. | |
| pathPrefix | No | Only analyze tokens starting with this prefix. Useful for scoped migrations. | |
| hoursPerWeek | No | Available hours per week for timeline estimation. Default: 20 hours/week. | |
| riskTolerance | No | Risk tolerance level affecting risk classifications. Default: moderate. |