executing-plans

Execute written implementation plans with review checkpoints in separate sessions.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/DFly7/iOS-FastAPI-Supabase-AI --skill executing-plans-dfly7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/DFly7/iOS-FastAPI-Supabase-AI/tree/main/.agents/skills/executing-plans
Command: npx skills add https://github.com/DFly7/iOS-FastAPI-Supabase-AI --skill executing-plans-dfly7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to execute a written implementation plan in a separate session, with explicit review checkpoints to ensure alignment and quality.

Core Features & Use Cases

  • Orchestrates step-by-step execution of a provided plan.
  • Enforces review checkpoints, verifications, and clear blocker handling.
  • Integrates with supporting sub-skills to prepare, track, and finish development work.

Quick Start

Load your plan, review it for questions, and begin executing tasks with built-in 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 development plan with review checkpoints?

A development plan with review checkpoints is executed by loading the written plan, reviewing it for questions, and running tasks step-by-step with built-in verifications and explicit review checkpoints to ensure alignment and quality.

What is the best way to handle blockers during plan execution?

Handling blockers during plan execution involves using a structured workflow that enforces clear blocker handling alongside review checkpoints, ensuring tasks pause for verification before proceeding.

Do I need git worktrees to run implementation plans in a separate session?

Running implementation plans in a separate session requires integration with the git worktrees sub-skill to prepare and track development work in an isolated environment.

Can I use this workflow for QA steps and deployment activities?

This workflow applies across QA steps and deployment activities, as the plan execution mechanism orchestrates step-by-step tasks with built-in verifications for development, QA, and deployment.

How do I finish a development branch after executing a plan?

Finishing a development branch after executing a plan requires integration with the finishing-a-development-branch sub-skill, which handles downstream actions to complete and merge tracked work.

Why use review checkpoints when running development tasks?

Review checkpoints when running development tasks ensure alignment and quality by pausing step-by-step execution for explicit verification, preventing errors from propagating across the implementation plan.