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/validating approves the plan (approved label on epic)
  • Router detected state = ready-to-execute or executing
  • Resuming execution after a context handoff

Prerequisites

Installs
First Seen
beo/executing — minhtri2710/skills