executing-plans

Execute written implementation plans with review checkpoints and verification.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/riddopic/cc-tools --skill executing-plans-riddopic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/riddopic/cc-tools/tree/main/.claude/skills/executing-plans
Command: npx skills add https://github.com/riddopic/cc-tools --skill executing-plans-riddopic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of pre-defined implementation plans, ensuring that each step is followed precisely and critical review checkpoints are met, reducing errors and improving development consistency.

Core Features & Use Cases

  • Plan Execution: Follows a step-by-step plan, marking tasks as in progress and completed.
  • Critical Review: Prompts for critical review of the plan before execution and allows for revisiting steps.
  • Verification: Ensures specified verifications are run after task completion.
  • Use Case: When given a detailed plan to refactor a specific module, this skill will execute each refactoring step, run the associated tests, and report completion, ensuring the plan is followed to the letter.

Quick Start

Use the executing-plans skill to load and execute the plan located in './plans/feature-x.md'.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I automate the execution of a pre-defined implementation plan?

Automating implementation plan execution requires loading a written plan and processing each step sequentially with review checkpoints. This skill manages task progression from loading and critical review to execution, verification, and completion reporting.

What is the best way to ensure development workflow steps are followed precisely?

Ensuring development workflow steps are followed precisely involves using automated plan execution with built-in critical review checkpoints. This approach marks tasks as in progress, runs specified verifications, and reports completion to maintain development consistency.

Can I run verification steps automatically after completing a plan task?

Running verification steps automatically after task completion is a core feature of plan execution workflows. The skill ensures specified verifications are executed after each task is marked completed, reducing errors and validating code implementation.

How does a plan execution workflow handle critical review checkpoints?

Plan execution workflows handle critical review checkpoints by prompting for plan review before execution begins and allowing users to revisit steps. This mechanism ensures the written implementation plan is validated before code implementation proceeds.

Do I need a written plan file to start automated task management?

A written implementation plan file is required to start automated task management. The skill loads the plan document, such as a markdown file, to extract the defined steps and execute the development workflow with verification.

When should I not use an automated plan execution skill?

Automated plan execution should not be used when a development workflow lacks defined steps or specified verifications. Without a detailed written implementation plan, the skill cannot properly manage task progression or run review checkpoints.