uv-executing-plans

Execute implementation plans from task_plan.md with persistent file-based progress tracking.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/uv-xiao/pkbllm --skill uv-executing-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uv-executing-plans
Source: https://github.com/uv-xiao/pkbllm/tree/main/productivity/executing-plans
Command: npx skills add https://github.com/uv-xiao/pkbllm --skill uv-executing-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, file-based approach to executing predefined project plans, ensuring progress is tracked persistently and facilitating collaboration between humans and AI agents.

Core Features & Use Cases

  • Phased Execution: Breaks down complex plans into manageable phases and tasks.
  • Persistent Tracking: Updates task_plan.md with status, progress logs, and findings after each action.
  • Error Handling: Implements a "3 strikes" rule for failing actions and defines clear stop conditions for seeking human help.
  • Use Case: When tasked with implementing a new feature, this Skill will guide the agent through each step of the task_plan.md, updating its status and logging results, ensuring no progress is lost and providing a clear audit trail.

Quick Start

Use the executing-plans skill to implement the plan outlined in the task_plan.md file.

Frequently Asked Questions about uv-executing-plans

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

FAQPage Schema
How do I track progress when executing a long-term project plan?

You can track progress by executing a predefined plan stored in a markdown file. The skill updates the file with status logs and findings after each action, ensuring durable progress tracking for long-term tasks.

What is phased execution for task management workflows?

Phased execution breaks down complex plans into manageable tasks. The mechanism processes a written implementation plan phase by phase, updating status and logging results to maintain a clear audit trail.

Do I need a specific file format to automate project plan execution?

Yes, you need a `task_plan.md` file present in your project root. This markdown file serves as the required input for the execution and progress tracking workflow to operate.

How does error handling work when automating task execution?

Error handling uses a 3 strikes rule for failing actions and defines clear stop conditions. When errors persist, the execution halts to seek human help, ensuring durable progress without failing silently.

Can I use file-based progress tracking for human and AI agent collaboration?

Yes, file-based progress tracking facilitates collaboration between humans and AI agents. Persistent updates to the plan file provide a shared audit trail, ensuring no progress is lost during execution.