execute

Coordinate parallel bead execution across agent workers with phase calibration.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/eaasxt/Farmhand --skill execute-eaasxt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/eaasxt/Farmhand/tree/main/config/skills/execute
Command: npx skills add https://github.com/eaasxt/Farmhand --skill execute-eaasxt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple agent workers to execute work items (beads) in parallel while preserving file scope and avoiding conflicts, ensuring efficient throughput and controlled collaboration.

Core Features & Use Cases

  • Phase-based planning that sequences beads across dependencies.
  • Track-based parallelism that groups beads by non-overlapping file scopes for concurrent execution.
  • Calibrations and failure handling to gracefully recover and re-plan when blocks occur.

Quick Start

Run /execute to start orchestration of ready beads across parallel tracks.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I coordinate parallel execution across multiple agent workers without file conflicts?

Parallel execution across multiple agent workers is coordinated by grouping work items into non-overlapping file scopes called tracks. This track-based parallelism allows concurrent execution while preserving safe file scope and avoiding conflicts.

What is bead-based orchestration in AI agent workflows?

Bead-based orchestration is a coordination method that sequences work items across dependencies using phase-based planning. It applies to AI agent workflows where phases, tracks, and calibration are required to optimize throughput.

How do I start orchestrating ready beads across parallel tracks?

You start orchestrating ready beads by running the /execute command. This initiates the orchestration process, which includes worker spawning per track and Agent Mail coordination for efficient throughput.

How does error recovery work during parallel agent worker execution?

Error recovery during parallel agent worker execution applies phase boundary calibration to gracefully recover and re-plan when blocks occur. This failure handling ensures work continues safely when interruptions happen.

When do I need phase boundary calibration for parallel work items?

Phase boundary calibration is needed when sequencing beads across dependencies in multi-phase planning. It ensures safe transitions between phases and supports re-planning when blocks or failures occur during concurrent execution.

Can I use Agent Mail coordination for track-based parallelism in AI workflows?

Yes, Agent Mail coordination is implemented specifically to support track-based parallelism in AI agent workflows. It manages communication between spawned workers to maintain controlled collaboration and optimize throughput.