execute-plan

Execute structured task plans with automatic status tracking and progress updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of structured task plans, ensuring progress is tracked from pending to done with clear status updates for each task.

Core Features & Use Cases

  • Automated plan execution: Process plans described in a standardized file, advancing tasks through statuses.
  • Status-tracked progress: Update task_status markers (PENDING, IN_PROGRESS, DONE) and provide progress feedback.
  • Use Case: When a user provides a plan file path in the format plans/{current-date}-{task-name}-{version}.md or explicitly asks you to execute a plan, you will execute the plan from start to finish.

Quick Start

Provide a plan file path using the format plans/{current-date}-{task-name}-{version}.md to begin execution.

Frequently Asked Questions about execute-plan

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

FAQPage Schema
How do I execute a plan file and track task status automatically?

To execute a plan file, provide its path in the format plans/{current-date}-{task-name}-{version}.md. The system reads the plan, identifies pending tasks, and automatically updates their status from PENDING to IN_PROGRESS and then DONE as actions complete.

What is the required format for a plan file to enable automated task execution?

A plan file requires a standardized markdown format using the naming convention plans/{current-date}-{task-name}-{version}.md, containing structured task definitions with status markers like PENDING, IN_PROGRESS, and DONE for tracking progress.

Can I automate workflow execution by updating task_status markers in a plan?

Yes, you can automate workflow execution by processing a structured plan file. The system advances tasks through status markers, updating PENDING items to IN_PROGRESS and then DONE, repeating until all tasks are completed.

Do I need any dependencies to run structured task plans with real-time status tracking?

No dependencies are required to run structured task plans with real-time status tracking. You only need to provide a valid plan file path using the specified format to begin execution from start to finish.

How does progress feedback work when executing structured task plans?

Progress feedback works by automatically reading the plan file, identifying pending tasks, updating task_status markers as actions complete, and providing continuous status updates until all tasks reach the DONE state.