executing-plans

Executes a written plan with review checkpoints and stepwise verification.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/cookeyholder/django-devcontainer-template --skill executing-plans-cookeyholder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/cookeyholder/django-devcontainer-template/tree/main/.agent/skills/executing-plans
Command: npx skills add https://github.com/cookeyholder/django-devcontainer-template --skill executing-plans-cookeyholder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate the execution of a written plan with review checkpoints.

Core Features & Use Cases

  • Load, review, and execute a multi-step plan with explicit verification after each step.
  • Use sub-skills to manage governance: using-git-worktrees, writing-plans, finishing-a-development-branch.
  • Suitable for development workflows where a plan exists and needs staged execution with checkpoints.

Quick Start

Load the plan, review it for questions, and begin executing tasks with stepwise 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 step-by-step verification?

To execute a development plan with verification, load the written plan, review it critically, and execute tasks sequentially with explicit verifications and guardrails for blockers after each step.

What is a structured plan execution workflow with review checkpoints?

A structured plan execution workflow enforces task-by-task execution with mandatory review checkpoints, verifying each step before proceeding and handling blockers with guardrails until final development handoff.

Can I use git-worktrees when executing a multi-step development plan?

Yes, you can use git-worktrees when executing a multi-step development plan; the workflow integrates sub-skills to manage governance, including using-git-worktrees, writing-plans, and finishing-a-development-branch.

What's the best way to handle blockers during plan execution?

The best way to handle blockers during plan execution is to use enforced guardrails that pause the task-by-task workflow, preventing progression until the blocker is resolved and verification passes.

How do I manually execute a written plan without losing track of progress?

To execute a written plan without losing progress, use a structured workflow that critically reviews the documented plan and processes each task individually with explicit verifications before moving forward.

Do I need a documented plan before starting task execution with checkpoints?

Yes, you need a documented plan before starting task execution with checkpoints, as the workflow is designed for sessions where a written plan must be critically reviewed and then executed task-by-task.