execution

Automates project plan execution by dispatching tasks to sub-agents.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/apakou/wolow --skill execution-apakou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execution
Source: https://github.com/apakou/wolow/tree/main/.claude/skills/execution
Command: npx skills add https://github.com/apakou/wolow --skill execution-apakou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Execution Skill addresses the need for efficient and error-free project implementation by automating plan execution and delegating specific tasks to specialized sub-agents.

Core Features & Use Cases

  • Task Delegation: Automate the dispatching of tasks to appropriate sub-agents.
  • Progress Tracking: Monitor task execution progress and commit changes with commit messages.
  • Error Handling: Manage errors by escalating them and ensuring continuous task flow.
  • Use Case: When a multi-step project plan exists, the Execution Skill ensures that each step is executed by the appropriate sub-agent, keeping the project on track without manual intervention.

Quick Start

Trigger the execution of a project plan by placing a 'PLAN.md' file in the project root and saying, "Build the plan."

Frequently Asked Questions about execution

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

FAQPage Schema
How do I automate project plan execution and dispatch tasks to sub-agents?

Automate project plan execution by orchestrating task implementation and dispatching each step to dedicated sub-agents. Place a 'PLAN.md' file in your project root and say 'Build the plan' to trigger the automated workflow.

Can I track progress and commit changes automatically during plan execution?

Yes, plan execution tracks task progress and commits changes automatically with commit messages. This ensures workflow continuity and provides a clear record of each sub-agent's implementation steps.

What is the best way to manage multi-step software development workflows without manual intervention?

Managing multi-step software workflows requires delegating specific tasks to specialized sub-agents. This automated task dispatch ensures each step is executed by the appropriate agent, keeping the project on track without human intervention.

How does error handling work when dispatching tasks to sub-agents?

Error handling manages failures by escalating errors and ensuring continuous task flow. When a sub-agent encounters an issue during plan execution, the system escalates it while maintaining the overall workflow's progress.

Do I need a specific file format to trigger automated task dispatch?

Yes, you need a 'PLAN.md' file placed in the project root directory. This file contains your multi-step project plan, which the execution skill reads to orchestrate and dispatch tasks to the appropriate sub-agents.