executing-plans

Execute pre-approved implementation plans with review checkpoints and git worktrees.

115|13|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Houseofmvps/ultraship --skill executing-plans-houseofmvps
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Houseofmvps/ultraship/tree/main/skills/executing-plans
Command: npx skills add https://github.com/Houseofmvps/ultraship --skill executing-plans-houseofmvps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of inconsistent, error-prone execution of written implementation plans by enforcing a mandatory review-first workflow with built-in checkpoints to catch gaps and concerns before work begins.

Core Features & Use Cases

  • Pre-Execution Plan Review: Critically evaluate implementation plans to identify gaps, unclear instructions, or potential issues before starting any work.
  • Step-by-Step Task Execution: Follow each bite-sized plan step exactly, with mandatory verification checkpoints after every task to ensure correctness.
  • Integrated Workflow Guardrails: Automatically enforces use of isolated git worktrees, prevents unplanned changes to main/master branches, and integrates with branch finishing skills for end-to-end delivery.
  • Use Case: For example, when you have a pre-approved feature implementation plan, use this Skill to execute it without skipping verifications, working on unprotected branches, or missing critical plan steps.

Quick Start

Use the executing-plans skill to implement the attached pre-approved implementation plan with review checkpoints at every step.

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 without skipping task verification steps?▼

Executing an implementation plan safely requires a structured review-first workflow that enforces mandatory verification checkpoints after every bite-sized task to ensure correctness and catch gaps before work begins.

What is the best way to prevent unplanned changes to main branches during feature execution?▼

Preventing unplanned changes to main branches requires integrated workflow guardrails that enforce the use of isolated git worktrees for step-by-step task execution and automatically block direct commits to main or master branches.

How does a pre-execution plan review work for software development workflows?▼

A pre-execution plan review critically evaluates written implementation plans to identify gaps, unclear instructions, or potential issues before starting any feature execution, ensuring all task verifications pass without error-prone ad-hoc development.

Can I use git worktree to isolate feature execution for pre-approved plans?▼

Yes, you can use git worktree to isolate feature execution. The workflow automatically enforces isolated workspaces for step-by-step task execution of pre-approved feature or bug fix plans, preventing branch conflicts and ensuring safe development.

Do I need a written implementation plan to use structured development guardrails?▼

Yes, a written implementation plan is required. This Skill enforces a structured review-first workflow to critically evaluate pre-approved feature or bug fix plans before starting any work, eliminating inconsistent ad-hoc development.