executing-plans

Loads, reviews, and executes a predefined plan with formal checkpoints.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/cill-i-am/task-tracker --skill executing-plans-cill-i-am
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/cill-i-am/task-tracker/tree/main/.agents/skills/executing-plans
Command: npx skills add https://github.com/cill-i-am/task-tracker --skill executing-plans-cill-i-am

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the execution of predefined plans by loading, critically reviewing, and executing tasks with formal checkpoints and completion reporting.

Core Features & Use Cases

  • Load a plan file, review it for gaps, and execute all tasks in order
  • Automatically generate and update status at each step (in_progress, completed, blocked)
  • Integrate with sub-skills to perform verifications and finalize development when all tasks are done

Quick Start

Provide a plan file and let the executing-plans skill load, review, and execute all tasks automatically.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute a predefined development plan automatically?

To execute a predefined plan, provide a plan file for the skill to load, critically review for gaps, and automatically execute all tasks in order with status updates and verifications.

What is the best way to track task status during plan-driven development?

For tracking task status during plan-driven development, the skill automatically generates and updates step statuses to in_progress, completed, or blocked as it executes each task.

How does plan execution work with sub-skills for task verification?

Plan execution works with sub-skills by integrating them to perform task verifications and finalize development when all predefined tasks in the loaded plan file are completed.

Do I need a specific file format for plan management and execution?

Yes, plan management requires a SKILL.md file containing YAML frontmatter with name and description fields, alongside optional subdirectories for scripts, references, and assets.

Can I review a project plan for gaps before executing tasks?

Yes, you can review a project plan for gaps because the skill critically reviews the loaded plan file to identify missing elements before executing any tasks with formal checkpoints.