execute

Execute predefined implementation plans by dispatching parallel agents for task groups.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/kirvin/copilot-cli-essentials --skill execute-kirvin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/kirvin/copilot-cli-essentials/tree/main/plugins/cpe/skills/execute
Command: npx skills add https://github.com/kirvin/copilot-cli-essentials --skill execute-kirvin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines complex tasks by breaking them down into manageable steps and executing them efficiently using parallel agents.

Core Features & Use Cases

  • Plan Execution: Finds and executes predefined implementation plans from a 'plans' directory.
  • Parallel Processing: Dispatches sub-agents to complete task groups concurrently, speeding up execution.
  • Dependency Management: Handles sequential and parallel task dependencies within a plan.
  • Use Case: Automate a multi-stage software deployment process by defining each stage as a task group in a plan, allowing agents to handle pre-flight checks, deployment, and post-deployment verification in parallel where possible.

Quick Start

Execute the plan located at the file path 'plans/deploy-feature-x.md'.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I execute a predefined implementation plan using parallel agents?

To execute a predefined implementation plan, the Skill parses plan files from a 'plans' directory and dispatches parallel agents to complete task groups concurrently. It manages sequential and parallel task dependencies, verifying completion through testing and manual review.

Can I use isolated worktree execution for large implementation plans?

Yes, this Skill supports isolated worktree execution specifically for large implementation plans. This allows parallel agents to work on separate task groups without interfering with each other, ensuring clean task execution and dependency management.

What's the best way to automate a multi-stage software deployment process with parallel agents?

The best way to automate a multi-stage software deployment is to define each stage as a task group in a plan file. The Skill then dispatches parallel agents to handle pre-flight checks, deployment, and post-deployment verification concurrently where dependencies allow.

How does task execution verification work after parallel agents complete their work?

Task execution verification works through testing and manual review after parallel agents complete their assigned task groups. The Skill checks that all dependencies are resolved and validates completion before marking the overall implementation plan as finished.

Do I need to create a plans directory before executing implementation plans?

Yes, you need a 'plans' directory containing predefined implementation plan files before execution. The Skill locates and parses these plan files to identify task groups, dependencies, and dispatch parallel agents for workflow automation.