executing-plans

Execute implementation plans with review checkpoints and gated handoffs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executing a written implementation plan with critical review and structured task execution to ensure milestones are met and progress is clearly reported.

Core Features & Use Cases

  • Load a plan, review critically, execute all tasks, and report completion with gate-based checkpoints.
  • Drive per-task state (e.g., in_progress, completed) and enforce verifications before transitioning between stages.
  • Integrate with required workflow sub-skills to ensure isolated workspaces and safe handoffs, including the use of dedicated development branches.

Quick Start

Load a plan, review it for gaps or blockers, and begin executing tasks with automated progress tracking and gated handoffs.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute an implementation plan with automated review checkpoints?

Execute an implementation plan with automated review checkpoints by loading the written plan, critically reviewing it for gaps, executing tasks sequentially, and enforcing verification gates before transitioning between stages. Progress is reported through gated handoffs.

What is gated progress in plan execution workflows?

Gated progress in plan execution workflows is a structured approach where per-task state management enforces verifications before transitioning between stages, ensuring milestones are met and progress is clearly reported before final handoffs.

How do I track per-task state during implementation plan execution?

Track per-task state during implementation plan execution by driving statuses like in_progress and completed through the workflow, enforcing verifications before stage transitions, and reporting completion with gate-based checkpoints.

Can I use git worktrees for isolated plan execution?

Yes, you can use git worktrees for isolated plan execution. The workflow integrates with sub-skills like superpowers:using-git-worktrees to ensure isolated workspaces, safe handoffs, and dedicated development branches during task execution.

What's the best way to coordinate plan loading and critical review before executing tasks?

The best way to coordinate plan loading and critical review is to load the plan, review it critically for gaps or blockers, and begin executing tasks with automated progress tracking and gated handoffs to ensure structured milestone completion.

When should I not use gated checkpoints for development branch handoffs?

You should not use gated checkpoints for development branch handoffs when your workflow requires rapid, unstructured prototyping without per-task state management or verification gates, as this approach enforces structured milestone progression and critical review.