execute-plan

Execute PLAN.md project plans with task management and checkpoint pauses.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/bhanukushwah/parinaya-os --skill execute-plan-bhanukushwah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/bhanukushwah/parinaya-os/tree/main/.kilocode/skills/execute-plan
Command: npx skills add https://github.com/bhanukushwah/parinaya-os --skill execute-plan-bhanukushwah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of defined plans, managing tasks, handling deviations, and ensuring progress is tracked and documented, streamlining complex project workflows.

Core Features & Use Cases

  • Automated Task Execution: Runs tasks defined in PLAN.md, handling both autonomous and segmented execution.
  • Deviation Handling: Automatically fixes bugs, adds missing critical functionality, and addresses blocking issues based on predefined rules.
  • Checkpoint Management: Pauses execution at checkpoints for human verification or decision-making, ensuring user oversight.
  • Use Case: A software development team uses this Skill to execute a complex feature development plan. The Skill automatically writes code, runs tests, handles authentication gates, and pauses for code reviews at critical junctures, ensuring the feature is built correctly and efficiently.

Quick Start

Execute the next available plan in the current project phase.

Frequently Asked Questions about execute-plan

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

FAQPage Schema
How do I automate project plan execution from a markdown file?

Automated project plan execution works by reading tasks defined in a PLAN.md file and running them sequentially. The Skill handles both autonomous execution for independent tasks and segmented execution for complex workflows, tracking progress throughout the process.

What is dynamic checkpointing in task workflow automation?

Dynamic checkpointing in task automation pauses execution at predefined points for human verification or decision-making. This ensures user oversight during critical project phases, allowing for manual review before the workflow continues autonomously.

How does an automated task executor handle deviations and blocking issues?

Deviation handling in automated task execution addresses blocking issues by fixing bugs and adding missing critical functionality based on predefined rules. The system includes robust error recovery mechanisms to resolve problems and continue the workflow.

Can I run segmented task execution for complex software development plans?

Segmented task execution supports complex software development plans by breaking down workflows into manageable phases. It handles authentication gates, runs tests, and pauses for code reviews at critical junctures, ensuring features are built correctly.

Do I need to manually define rules for handling bugs during automated workflow execution?

Handling bugs during automated workflow execution relies on predefined rules for deviation management. You establish these rules upfront so the system can automatically fix bugs, address missing functionality, and resolve blocking issues without manual intervention.

What are the limitations of autonomous task execution in project management?

Autonomous task execution requires a well-defined PLAN.md file and predefined deviation rules to function correctly. While it includes error recovery, complex or poorly specified workflows may still require human intervention at dynamic checkpoints to ensure accurate completion.