executing-plans

Execute implementation plans in structured batches with git worktrees.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/makerjackie/jackie-skills-starter --skill executing-plans-makerjackie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/makerjackie/jackie-skills-starter/tree/main/skills/executing-plans
Command: npx skills add https://github.com/makerjackie/jackie-skills-starter --skill executing-plans-makerjackie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you have a detailed implementation plan, you need a reliable way to execute it step‑by‑step, verify each task, and get timely feedback without risking unreviewed changes or missed checkpoints.

Core Features & Use Cases

  • Critical Review: Loads the plan, highlights questions, and ensures all steps are understood before execution.
  • Batch Execution: Processes tasks in small batches, marks progress, runs verifications, and reports results after each batch.
  • Feedback Loop: Pauses for human review after every batch, integrates changes, and continues until the plan is complete.
  • Git Integration: Sets up isolated worktrees, writes development branches, and finalises work using related super‑power skills.

Quick Start

Ask the AI to run the executing-plans skill on your plan file to start batch execution.

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 stepwise implementation plan with checkpoints?

Batch execution of a plan applies tasks in small structured groups, marking progress and running verifications after each batch. It pauses for human review and integrates feedback before continuing to the next batch.

What is the best way to review an implementation plan before execution?

Critical review of an implementation plan loads the file, highlights questions, and ensures all steps are understood before execution. This prevents unreviewed changes and missed checkpoints during batch processing.

Does plan execution work with git worktrees for isolated development?

Plan execution works with git worktrees by setting up isolated worktrees, writing development branches, and finalizing work using related finishing development branch workflow skills. This isolates changes during batch processing.

How do I batch process software development tasks from a written plan?

Batch processing software development tasks from a written plan applies a structured execution skill to your plan file. It processes tasks in small batches, marks progress, runs verifications, and reports results after each batch.

Why do I need a feedback loop when executing development plans?

A feedback loop is needed when executing development plans to prevent unreviewed changes and missed checkpoints. It pauses for human review after every batch, integrates changes, and continues until the plan is complete.

What are the limitations of batch executing plans without a finishing development branch workflow?

Batch executing plans without a finishing development branch workflow limits your ability to finalize work cleanly. Proper git integration requires related super-power skills to write development branches and complete the isolated worktree setup.