execute

Execute implementation plans with phased dependencies and automated verification gates.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/locnbk2002/my-copilot --skill execute-locnbk2002
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/locnbk2002/my-copilot/tree/main/my-copilot/skills/execute
Command: npx skills add https://github.com/locnbk2002/my-copilot --skill execute-locnbk2002

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of complex plans, breaking them down into manageable phases and ensuring each step is completed systematically with verification gates.

Core Features & Use Cases

  • Phased Execution: Runs plans step-by-step, respecting dependencies between phases.
  • Automated Verification: Integrates testing, fixing, and code review gates to ensure quality.
  • Context Management: Monitors and manages the AI's context budget to prevent overload.
  • Use Case: After using the plan skill to outline the development of a new feature, use execute to systematically build and test each component of that feature, ensuring a robust and well-verified outcome.

Quick Start

Execute the plan located at './my-plan/plan.md' starting from phase 1.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I automate phased execution of a development plan?

Automated phased execution of a development plan is achieved by dispatching tasks to worker agents and synchronizing status back to plan files. The Skill orchestrates step-by-step execution while respecting dependencies and incorporating automated verification gates.

How does automated workflow execution handle context budget overload?

Automated workflow execution handles context budget overload by continuously monitoring the AI's context window and managing it to prevent overload. This ensures complex, multi-phase plans run systematically without exceeding context limitations.

Can I skip tests or code review gates during plan execution?

You can skip tests or code review gates during plan execution because the Skill explicitly supports test skipping and review skipping. It also supports post-execution chains for testing, fixing, documentation, and Git commits.

What is the best way to run Test-Driven Development workflows from a plan file?

The best way to run Test-Driven Development workflows from a plan file is using an execution Skill that natively supports TDD. It dispatches implementation tasks phase-by-phase and applies automated verification gates to ensure robust outcomes.

Do I need a pre-existing plan file to start phase-by-phase execution?

You need a pre-existing plan file, such as a markdown plan document, to start phase-by-phase execution. The Skill orchestrates tasks directly from the plan file, managing dependencies and synchronizing execution status back to it.