mav-plan-execution - Step-by-step Implementation Plan Execution
Executes implementation plans step-by-step with verification, progress tracking, failure handling, and recovery support
Tags
Updated: 2026-05-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- load plan
- check prior progress
- pick next step
- mark step in-progress
- implement change
- run verification
- diagnose failure
- fix error
- commit changes
- mark step complete
- update progress
- run full verification
- check acceptance criteria
- provide checkpoints
- resume from crash
Inputs
- implementation plan
- task list
- GitHub issue
- git log
Outputs
- committed changes
- updated tasks comment
- verification results
- acceptance check result
Requirements
- GitHub API access
- Git repository
- mav-local-verification skill
- mav-systematic-debugging skill
- test framework
- uv CLI tool
