executing-plans

Executes written implementation plans with review checkpoints and verification steps.

Updated Aug 19, 2026
One-click install
npx skills add https://github.com/Base-Analitica/mouse-hub --skill executing-plans-base-analitica
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Base-Analitica/mouse-hub/tree/main/.jcode/skills/executing-plans
Command: npx skills add https://github.com/Base-Analitica/mouse-hub --skill executing-plans-base-analitica

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It turns a written implementation plan into completed work by loading the plan, reviewing it critically, executing each task in order, and stopping to ask for help instead of guessing when blocked. ## Core Features & Use Cases - Critical Plan Review: Reads the plan file first, raises questions or concerns with your human partner before writing any code, and creates todos for each plan item. - Step-by-Step Execution: Marks each task in progress, follows the plan's bite-sized steps exactly, runs the specified verifications, and marks tasks completed. - Safe Stop Conditions: Halts immediately on blockers such as missing dependencies, failing tests, or unclear instructions, and never starts implementation on main/master without explicit consent. - Use Case: You have a detailed implementation plan from a prior planning session. Hand it to this Skill in a fresh session and it will set up an isolated workspace, execute every task with verification, and finish the development branch. ## Quick Start Execute the implementation plan in docs/plans/feature-x.md using the executing-plans skill and verify each task as you go.

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 with an AI assistant?▼

Provide the written plan file and invoke the executing-plans skill. It loads the plan, reviews it critically, creates todos for each task, then executes every step with the specified verifications before reporting completion.

What should a plan contain before executing it?▼

The plan should contain bite-sized tasks with explicit steps and verification commands. The skill reviews the plan critically first and raises any gaps or concerns with you before starting execution.

What happens when a task verification fails during plan execution?▼

Execution stops immediately when a verification fails repeatedly, a dependency is missing, or an instruction is unclear. The skill asks for clarification rather than guessing or forcing through blockers.

Can I run plan execution directly on the main branch?▼

No. The skill requires an isolated workspace such as a git worktree and never starts implementation on main or master without explicit user consent.

When should I use subagent-driven development instead of executing plans?▼

If your platform supports subagents (Claude Code, Codex CLI, Copilot CLI, Gemini CLI), the skill recommends using subagent-driven-development instead, since it delegates tasks to subagents for better results.