beo/executing
Installation
SKILL.md
Warcraft Executing
Overview
Executing is the implementation engine. It picks the next actionable task from the bead graph, assembles a worker prompt, dispatches a subagent to implement it, and tracks progress until all tasks are complete.
Core principle: The orchestrator TENDS — it never implements code directly.
When to Use
- After
beo/validatingapproves the plan (approvedlabel on epic) - Router detected state = ready-to-execute or executing
- Resuming execution after a context handoff