execute-plan

Translate approved plans into executable code with phased execution and model assignments.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/nesihaver-IL/MyFirstRepo --skill execute-plan-nesihaver-il
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/nesihaver-IL/MyFirstRepo/tree/main/.claude/skills/execute-plan
Command: npx skills add https://github.com/nesihaver-IL/MyFirstRepo --skill execute-plan-nesihaver-il

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill translates an approved plan into executable code by coordinating phased execution, multi-model handoffs, and traceable progress, reducing drift and manual rework.

Core Features & Use Cases

  • Phase-driven code generation: Converts plan steps into modular code artifacts across backend and frontend following the documented plan.
  • Multi-model orchestration: Allocates tasks to Claude-based backend logic models and specialized models for UI, testing, and integration.
  • Plan tracking & deviation handling: Tracks progress, records deviations, and updates the plan to maintain alignment with evolving requirements.
  • Validation & testing integration: Runs tests, builds, and verifications after each phase to ensure stability and correctness.

Quick Start

Provide an approved plan file to the skill and invoke /execute-plan to begin implementing the plan. Example: /execute-plan --plan .plans/PLAN-shopping-cart-2026-01-20.md

Frequently Asked Questions about execute-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn an approved plan into executable code?

Turn an approved plan into executable code by providing the plan file and invoking /execute-plan. The skill coordinates phased execution, models assignments, and validation to generate modular code artifacts.

How does multi-model orchestration work for code generation?

Multi-model orchestration allocates backend logic to Claude-based models and specialized models for UI, testing, and integration. This coordinates phased execution to produce modular code artifacts across the stack.

How do I execute a phased development plan with build and test validation?

Execute a phased development plan by running /execute-plan with your plan file. The skill runs tests, builds, and verifications after each phase to ensure stability and correctness before proceeding.

What do I need to run plan-driven code generation in my project?

Plan-driven code generation requires a compatible project environment, access to version control, and the ability to run tests and builds. You must also provide an approved plan file to begin execution.

How are plan deviations handled during code implementation?

Plan deviations during code implementation are tracked and recorded. The skill updates the plan to maintain alignment with evolving requirements, ensuring traceable progress throughout the execution phases.

Can I use version control to track progress when executing a phased plan?

Version control is required to execute a phased plan. The skill maintains traceable progress and plan updates across pre-execution, implementation, and validation phases using your connected version control system.

Related Skills