exec_plan

Automate implementation plan execution with commit mode control and progress tracking.

4|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/blendsdk/claude-codeops --skill exec-plan-blendsdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exec_plan
Source: https://github.com/blendsdk/claude-codeops/tree/main/skills/exec_plan
Command: npx skills add https://github.com/blendsdk/claude-codeops --skill exec-plan-blendsdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The exec_plan Skill streamlines the execution of implementation plans, providing commit control and progress tracking throughout the development process.

Core Features & Use Cases

  • Plan Execution: Automate the execution of implementation plans created by the make_plan skill.
  • Commit Control: Offers three commit modes to control when and how changes are committed.
  • Progress Tracking: Tracks and updates the execution plan as tasks are completed, ensuring a clear overview of the development progress.
  • Use Case: For developers looking to automate the execution of feature implementation plans and maintain version control over changes.

Quick Start

Execute the implementation plan for the feature 'new_feature' by typing /exec_plan new_feature.

Frequently Asked Questions about exec_plan

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

FAQPage Schema
How do I automate implementation plan execution for software development tasks?

Automating implementation plan execution requires a feature name and commit mode flag to process development tasks while tracking progress. It updates the execution plan as tasks are completed to maintain a clear overview of development progress.

What is commit control and how does it work during plan execution?

Commit control in plan execution provides three commit modes to dictate when and how code changes are committed. It ensures version control over changes is maintained throughout the feature implementation process.

How do I track progress when executing an implementation plan?

Progress tracking during implementation plan execution is handled by automatically updating the execution plan as tasks are completed. This ensures a clear, real-time overview of the development progress without manual intervention.

Can I execute an implementation plan without a predefined feature name?

No, executing an implementation plan requires a specific feature name and a commit mode configuration. These inputs are necessary to automate the execution of software development tasks and track progress accurately.

Does plan execution work with manually created implementation plans?

The plan execution is designed to automate implementation plans created by the make_plan skill. It requires an execution plan and commit mode configuration to properly track and update development progress.