execute

Execute EXECUTION_PLAN.md tasks phase-by-phase with progress tracking and error handling.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rchanda1392/VibeCodeProjects --skill execute-rchanda1392
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/rchanda1392/VibeCodeProjects/tree/main/.claude/skills/execute
Command: npx skills add https://github.com/rchanda1392/VibeCodeProjects --skill execute-rchanda1392

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning high-level execution plans into concrete, phase-by-phase tasks with real-time progress visibility and automatic checkpoints.

Core Features & Use Cases

  • Phase-by-Phase Execution: Implements tasks from EXECUTION_PLAN.md one phase at a time with explicit task tracking and configurable start points.
  • Progress Synchronization: Keeps TodoWrite and EXECUTION_PLAN.md in sync, reflecting current status, blockers, and completions.
  • Error Handling & Verification: Pauses on errors, reports clearly, and validates success criteria before marking a phase complete.
  • Use Case: After planning and architecture creation, drive implementation across phases with live progress updates and automatic checkpoints.

Quick Start

Instruct the assistant to begin by loading the current EXECUTION_PLAN.md and executing phase tasks step-by-step.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I automate phase-by-phase execution of a software project plan?

Automate phase-by-phase execution by loading an EXECUTION_PLAN.md and implementing tasks sequentially with real-time progress tracking and automatic checkpoints. The assistant handles deterministic task execution, error handling, and synchronized TodoWrite updates.

How does progress synchronization work between TodoWrite and an execution plan?

Progress synchronization keeps TodoWrite and EXECUTION_PLAN.md in sync by automatically reflecting current status, blockers, and completions as each phase is implemented. This ensures live progress updates throughout the workflow.

Can I start phase execution from a specific checkpoint in my plan?

Yes, phase execution supports configurable start points, allowing you to resume or begin implementation from a specific checkpoint within your EXECUTION_PLAN.md.

What happens when error handling encounters a failure during task execution?

Error handling pauses execution on errors and reports them clearly. The system validates success criteria before marking a phase complete, ensuring blockers are visible and phases are not falsely marked as successful.

Do I need an existing architecture plan before using phase execution?

Yes, you need an existing EXECUTION_PLAN.md created after planning and architecture creation. Phase execution drives implementation across phases with live progress updates and automatic checkpoints based on that plan.

Why does phase execution pause before marking a phase complete?

Phase execution pauses to validate success criteria and verify checkpoints before marking a phase complete. This ensures that all requirements for deterministic task execution and error handling are satisfied before proceeding.