What problem does it solve?
This Skill helps you break down a large software change into a structured development plan that can survive across multiple AI sessions. It reduces the risk of losing progress, skipping dependencies, or tackling work in the wrong order when a change is too big for a single implementation pass.
Core Features & Use Cases
- Structured task decomposition: Splits a large change into ordered tasks with status, dependencies, project ownership, and acceptance criteria.
- Plan validation and regeneration: Detects existing plans, validates task graphs, prevents cycles, and supports safe regeneration when needed.
- Session-aware planning: Reads active change context, analysis artifacts, design artifacts, and workspace configuration to create a plan aligned with the current project state.
- Use case: When a feature spans multiple modules or projects, use this Skill to produce a plan.yaml that tells future sessions exactly what task to do next and which skill should handle it.
Quick Start
Ask the AI to use the mvt-plan-dev skill to generate a plan.yaml for the current active change based on the existing analysis and design artifacts.