mav-plan-execution

Automate end-to-end plan execution with verification and crash recovery.

10|2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/thermiteau/maverick --skill mav-plan-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mav-plan-execution
Source: https://github.com/thermiteau/maverick/tree/main/skills/mav-plan-execution
Command: npx skills add https://github.com/thermiteau/maverick --skill mav-plan-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically orchestrates end-to-end execution of implementation plans, ensuring steps are implemented, verified, and tracked with crash recovery and progress updates.

Core Features & Use Cases

  • Load and follow a plan from an issue comment, plan file, or standalone document
  • Track progress across steps with persistent state and recovery after session loss
  • Execute steps with verification, handling failures, and committing changes
  • Support solo autonomous mode and guided human-in-the-loop workflows

Quick Start

Initiate the plan execution flow on the current issue to begin stepping through the plan.

Frequently Asked Questions about mav-plan-execution

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

FAQPage Schema
How do I automate end-to-end execution of a software implementation plan?

You can automate plan execution by loading your plan from an issue comment, file, or standalone document into an automated workflow that handles step progression, verification, and crash recovery automatically.

Can I recover plan execution progress after a session crash?

Yes, automated plan execution tools support crash recovery by tracking persistent state across steps, checking prior progress on reload, and resuming the workflow from the exact point of session loss.

How does automated plan execution handle verification and fixes?

Automated plan execution implements a loop that executes each step, runs verification checks, handles necessary fixes, commits changes, and updates progress based on acceptance criteria before moving forward.

Does automated workflow execution support human-in-the-loop guidance?

Yes, automated workflow execution supports both solo autonomous mode for independent operation and guided human-in-the-loop workflows when manual oversight is needed during the implementation process.

What do I need to start automated plan execution on an issue?

You need an existing implementation plan formatted as an issue comment, plan file, or standalone document, which the execution loop loads to begin stepping through the tracked workflow.

Why use automated plan execution instead of manual issue-tracking?

Automated plan execution eliminates manual overhead by orchestrating step progression, running verifications, committing changes, and persisting progress state, ensuring reliable recovery and tracking that manual issue-tracking cannot guarantee.