execute

Orchestrate task-executor agents in parallel worktrees to execute development plans.

4|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/kvnwolf/devtools --skill execute-kvnwolf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/kvnwolf/devtools/tree/main/plugins/base/skills/execute
Command: npx skills add https://github.com/kvnwolf/devtools --skill execute-kvnwolf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of complex development plans, coordinating multiple agents to complete tasks in parallel and managing the entire workflow from start to finish.

Core Features & Use Cases

  • Plan Execution: Runs plans generated by the /plan skill, resuming interrupted executions or starting specific plans by ID.
  • Agent Orchestration: Spawns and manages task-executor agents in isolated worktrees to perform individual tasks.
  • Status Monitoring: Provides real-time updates on task progress and presents a status table to the user.
  • Automated Delivery: Handles plan completion, cleanup, QA review, and delivery via pull requests or squash merges.
  • Use Case: After generating a detailed development plan using /plan, you can use /execute to have the system automatically create branches, assign tasks to specialized agents, monitor their progress, and finally create a pull request for the completed work.

Quick Start

Use the execute skill to run the plan found in the '.agents/plans/state.yml' file.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I execute a development plan with parallel agents?

To execute a development plan, use this Skill to orchestrate autonomous task-executor agents in parallel worktrees, managing task creation, agent spawning, and status monitoring until completion.

What is agent orchestration for development pipelines?

Agent orchestration is the process of spawning and managing isolated task-executor agents to perform individual development tasks in parallel worktrees, monitoring progress, and handling automated QA.

How do I automate pull request delivery for completed tasks?

Automate pull request delivery by using this Skill to handle plan completion, cleanup, QA review, and final delivery via pull requests or squash merges after tasks finish.

Can I resume an interrupted plan execution?

Yes, you can resume interrupted plan execution as this Skill handles plan resumption and context limit recovery, allowing you to start specific plans by ID from their last saved state.

Do I need a pre-generated plan file to start task automation?

Yes, task automation requires a pre-generated plan file, typically found in the '.agents/plans/state.yml' path, which contains the structured development tasks for the agents to execute.

How does context limit recovery work during workflow management?

Context limit recovery during workflow management allows the orchestration process to automatically restore agent state and resume task execution seamlessly when context window limits are exceeded.