worker

Execute beads within a track and persist context via Agent Mail.

225|71|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/hoangnb24/skills --skill worker-hoangnb24
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: worker
Source: https://github.com/hoangnb24/skills/tree/main/.agents/skills/worker
Command: npx skills add https://github.com/hoangnb24/skills --skill worker-hoangnb24

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bead-driven automation requires reliable context persistence and coordination across steps. This Skill provides autonomous bead execution within a track, maintaining bead-to-bead context via Agent Mail and reporting progress to the orchestrator.

Core Features & Use Cases

  • Contextful bead execution: Maintains per-bead state and transitions through a track of beads with automatic context saving.
  • Agent-mail coordination: Uses Agent Mail for inter-bead communication, inbox checks, and reservation management.
  • Observability: Reports progress to the orchestrator and stores context for subsequent beads.
  • Use Case: In a complex bead workflow, the worker autonomously processes each bead in a track, preserving state and notifying orchestration when complete.

Quick Start

Issue a track assignment and let the worker loop through beads, persisting context as beads complete.

Frequently Asked Questions about worker

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

FAQPage Schema
How does multi-agent workflow context persistence work across sequential steps?▼

Multi-agent workflow context persistence works by using Agent Mail to maintain and save bead-to-bead state, ensuring each step in the track receives the previous context and transitions smoothly without losing intermediate data.

How do I execute beads autonomously within a track loop?▼

To execute beads autonomously, issue a track assignment to the worker. The worker will then loop through each bead, process it, persist the context via Agent Mail, and auto-advance to the next task without manual intervention.

Do I need an orchestrator to manage bead workflow progress reporting?▼

Yes, an orchestrator is required to receive progress reporting and manage the overall track loop. The worker executes the beads and reports completion status back to the orchestrator to coordinate the multi-agent automation effectively.

What is the best way to coordinate inter-bead communication in a multi-agent workflow?▼

The best way to coordinate inter-bead communication in a multi-agent workflow is using Agent Mail for inbox checks, reservation management, and state transitions. This ensures reliable messaging and context saving between sequential beads.

Can I use worker for auto-advancing tasks across a track without losing state?▼

Yes, you can use this approach for auto-advancing tasks across a track without losing state. It applies persistent context management via Agent Mail, ensuring that per-bead state is saved and transitions are maintained throughout the workflow.

Why does bead-driven automation require reservation management and inbox checks?▼

Bead-driven automation requires reservation management and inbox checks to prevent conflicts and ensure sequential processing in multi-agent orchestration. Agent Mail handles these checks to coordinate bead execution and maintain reliable state transitions.