executing-plans

Coordinates end-to-end plan execution across sessions with batched tasks and logging checkpoints.

16|9|Updated Nov 6, 2013
One-click install
npx skills add https://github.com/erikstmartin/dotfiles --skill executing-plans-erikstmartin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/erikstmartin/dotfiles/tree/main/skills/global/.agents/skills/executing-plans
Command: npx skills add https://github.com/erikstmartin/dotfiles --skill executing-plans-erikstmartin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating end-to-end plan execution across sessions requires structured handoffs and checkpoints, which this skill provides.

Core Features & Use Cases

  • Batch execution with checkpoints for review between batches.
  • Load and critically review plans before execution.
  • Progress reporting and continuation based on feedback.

Quick Start

Load the plan, review it for questions, and execute tasks in batches with verifications between each batch.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute a written plan across multiple sessions with review checkpoints?

To execute a plan across multiple sessions, this skill batches tasks and logs checkpoints for structured handoffs. It loads and critically reviews the plan, then executes tasks in batches with verification steps and inter-batch reporting between each batch.

What's the best way to coordinate plan execution across sessions with task batching?

The best way to coordinate plan execution across sessions is using a structured process with batch execution and inter-batch reporting. This approach logs checkpoints between batches, ensuring completion signaling and structured handoffs for continuous progress tracking.

Does this plan execution approach support same-session parallel execution?

No, this plan execution approach does not support same-session parallel execution. It is specifically designed for executing written plans in new sessions with batch execution, verification steps, and inter-batch reporting, not for parallel task processing.

Can I use this skill to create a new plan from scratch?

No, you cannot use this skill to create a new plan. It is applicable only when a written plan already exists and must be executed with review checkpoints, handling the structured execution and batch processing rather than the initial planning phase.

How do I continue plan execution from a previous session checkpoint?

To continue plan execution from a previous session, the skill logs checkpoints and provides progress reporting. It loads the existing plan state, reviews completed batches, and proceeds with the next tasks based on feedback from the inter-batch review.