executing-plans

Convert written implementation plans into task-by-task execution workflows with verification checkpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/schalappe/skills --skill executing-plans-schalappe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/schalappe/skills/tree/main/executing-plans
Command: npx skills add https://github.com/schalappe/skills --skill executing-plans-schalappe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns a written implementation plan into a controlled execution workflow, helping you avoid skipping steps and reduce the risk of claiming work is done when verification hasn’t passed.

Core Features & Use Cases

  • Critical plan review: Reads the plan first, flags gaps or concerns, and pauses to ask for clarification instead of guessing.
  • Task-by-task execution with checkpoints: Creates task entries, marks progress, follows the plan’s bite-sized steps, and runs the verifications specified for each task.
  • Safe completion workflow: Forces a stopping point on blockers and requires finishing work via the finishing-a-development-branch skill to complete and verify integration choices.

Quick Start

Use the executing-plans skill to execute the provided written implementation plan in a separate session while reporting progress and completing required verifications.

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 implementation plan with task tracking and verification?

To execute an implementation plan with task tracking, load the plan, review it for gaps, and iterate through tasks with in_progress and completed states. The workflow enforces checkpointing by running specified verification steps for each task before proceeding.

What happens when a task blocker requires an immediate stop during plan execution?

When a blocker requires an immediate stop during plan execution, the workflow pauses to ask for clarification instead of guessing. It forces a safe stopping point and prevents claiming work is done until verification passes and the blocker is resolved.

How do I ensure release readiness when following a software development workflow?

To ensure release readiness in a software development workflow, follow the plan's bite-sized steps exactly and run the specified verifications for each task. Final completion requires delegating the finishing work to verify integration choices.

Does this plan execution workflow support TDD-friendly plans?

Yes, this plan execution workflow supports TDD-friendly plans by applying task-by-task execution with explicit checkpoints. It reads the plan first, flags gaps or concerns, and runs the specified verification steps to ensure testing aligns with the plan.

How do I manage development branches when completing a plan execution workflow?

To manage development branches when completing a plan execution workflow, delegate final completion to the finishing-a-development-branch skill. This ensures integration choices are verified and the branch is safely completed after all task checkpoints pass.

Can I use this task tracking workflow if my plan has gaps or missing steps?

Yes, you can use this task tracking workflow if your plan has gaps. It critically reviews the plan first, flags any concerns or missing steps, and pauses to ask for clarification instead of guessing how to proceed with the execution.