executing-plans

Execute implementation plans task by task with verification and atomic commits.

Updated Aug 20, 2025
One-click install
npx skills add https://github.com/BRANDNEWSHVT/mercora --skill executing-plans-brandnewshvt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/BRANDNEWSHVT/mercora/tree/main/storefront-nuxt/.agents/skills/executing-plans
Command: npx skills add https://github.com/BRANDNEWSHVT/mercora --skill executing-plans-brandnewshvt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a disciplined framework to execute complex implementation plans step-by-step, ensuring verification, checkpoints, and atomic commits for each task.

Core Features & Use Cases

  • Structured task execution: follows a plan with explicit <verify> and <done> criteria, and commits after each task.
  • Checkpointed progress: enforces checkpoints every 3 tasks and context usage thresholds to prevent drift.
  • Deviation protocol: handles plan deviations with proper reporting and approvals.

Quick Start

Load the plan and start Task 1, following the per-task execution steps, recording checkpoints, and committing changes after each task.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute an implementation plan task by task with atomic git commits?

To execute an implementation plan task by task, load the plan and process each task sequentially, verifying the done criteria and committing changes atomically after every task.

What is the deviation protocol for handling plan changes during task execution?

The deviation protocol handles plan deviations during task execution by enforcing proper reporting and approvals before modifying the original plan, ensuring structured checkpointing and deterministic state management.

How do checkpointing and context usage thresholds prevent drift during plan execution?

Checkpointing prevents drift during plan execution by enforcing mandatory checkpoints every three tasks and monitoring context usage thresholds to maintain deterministic state management.

Can I use this structured task execution approach for plan-driven development with verify and done criteria?

Yes, this structured task execution approach is designed for plan-driven development contexts where tasks arrive with explicit verify steps, done criteria, files, and actions requiring rigorous verification.

What is the best way to track progress and manage state when executing complex development plans?

The best way to track progress when executing complex development plans is through structured checkpoints, per-task atomic commits, and deterministic state management via planning-tools, culminating in a plan-wide summary.