executing-plans

Guide plan execution with structured steps and review checkpoints.

13|3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/tassiovale/claude-code-kit --skill executing-plans-tassiovale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/tassiovale/claude-code-kit/tree/main/skills/executing-plans
Command: npx skills add https://github.com/tassiovale/claude-code-kit --skill executing-plans-tassiovale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires superpowers:using-git-worktrees, superpowers:writing-plans, superpowers:finishing-a-development-branch, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the execution of complex plans by providing structured review checkpoints and clear instructions.

Core Features & Use Cases

  • Plan Review and Execution: Load a plan, review it, execute tasks, and report completion.
  • Critical Review Checkpoints: Encourages critical review of plans before execution.
  • Task Execution: Follows plan steps exactly, ensuring no steps are missed.
  • Integration with Other Skills: Requires additional skills like superpowers:using-git-worktrees and superpowers:finishing-a-development-branch for a complete workflow.

Quick Start

Use the executing-plans skill to implement the 'my_plan.md' document, ensuring each step is executed with review checkpoints.

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 project management plan without missing critical steps?

Plan execution requires structured review checkpoints to ensure no steps are missed. You can load a predetermined plan, review it critically, execute tasks sequentially, and report completion for each phase.

What is the best way to add review checkpoints to a software development workflow?

Review checkpoints in a software development workflow provide structured steps for critical plan evaluation before execution. This approach encourages evaluating the predetermined plan structure and verifying task completion reporting throughout development.

Do I need git worktrees to execute development plans?

Git worktrees are required for environment isolation during plan execution. The workflow requires using the using-git-worktrees sub-skill to isolate development changes before finalizing the branch.

Can I use this workflow for any markdown plan document?

This workflow works with markdown plan documents that adhere to a predetermined plan structure. It requires loading the plan, reviewing it critically, and following the steps exactly to ensure accurate task execution and completion reporting.

How do I finalize a development branch after plan execution?

Finalizing a development branch after plan execution requires the fining-a-development-branch sub-skill. This completes the workflow by merging isolated worktree changes back into the main project pipeline.