executing-plans

Execute written implementation plans with task order, verification, and review checkpoints.

15|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/mahoushoujyo-eee/eshell --skill executing-plans-mahoushoujyo-eee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/mahoushoujyo-eee/eshell/tree/main/.codex/skills/executing-plans
Command: npx skills add https://github.com/mahoushoujyo-eee/eshell --skill executing-plans-mahoushoujyo-eee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps execute written implementation plans systematically without skipping tasks, verification steps, safety checks, or required workflow integrations.

Core Features & Use Cases

  • Plan Review: Load the plan, identify concerns, and request clarification before implementation begins.
  • Controlled Execution: Track each task, follow its steps, run specified verifications, and stop when blocked.
  • Use Case: Apply it when implementing a multi-step feature in a separate session where review checkpoints, worktree isolation, testing, and branch completion must be handled reliably.

Quick Start

Use the executing-plans skill to review and implement the provided implementation plan, running all required checks and reporting any blockers.

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 verification steps?

To execute an implementation plan without skipping steps, load the written plan, review it for concerns, and process each task sequentially. You must run specified testing verifications and stop when blocked, ensuring no safety checks are skipped during software development.

What is the best way to manage multi-step software development tasks in isolated worktrees?

Managing multi-step software development in isolated worktrees requires tracking each task sequentially while preserving order. You should apply review checkpoints, handle explicit blockers, and verify all changes before finalizing the development branch.

How do I handle blockers and review checkpoints during task execution?

To handle blockers during task execution, stop the workflow immediately when an issue is encountered. Review checkpoints are managed by explicitly tracking progress and requesting clarification before proceeding to the next phase of the implementation plan.

Do I need a written implementation plan before starting branch completion?

Yes, a written implementation plan is required before starting branch completion. The workflow depends on loading an existing plan to identify concerns, request clarification, and preserve the specific task order and verification steps needed to finalize changes.

When should I not use an automated workflow for implementation plans?

You should not use an automated workflow for implementation plans if your task lacks explicit verification steps or review checkpoints. It requires critical plan review and dependency on other skills, making it unsuitable for simple, single-step edits without testing requirements.