recipe-agent-team-worker-checkpoint

Automates worker checkpoint flow coordinating sync, inbox, and artifact tasks for assigned agent-teams.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/tae2089/agent-team --skill recipe-agent-team-worker-checkpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-agent-team-worker-checkpoint
Source: https://github.com/tae2089/agent-team/tree/main/skills/recipe-agent-team-worker-checkpoint
Command: npx skills add https://github.com/tae2089/agent-team --skill recipe-agent-team-worker-checkpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This recipe provides a structured workflow for workers to manage checkpointing, syncing, inbox interactions, and artifact handling in assigned agent-team tasks, reducing manual coordination errors.

Core Features & Use Cases

  • Automates the sequence: sync check, inbox handling, task start/continue, artifact write, and final completion or block decision for orchestrated tasks.
  • Handles error states and escalations by prompting for organizer input when needed, improving reliability in real-world orchestrations.

Quick Start

Run the worker recipe with RUN_ID, TASK_ID, and AGENT context to begin the checkpoint flow.

Frequently Asked Questions about recipe-agent-team-worker-checkpoint

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

FAQPage Schema
How do I automate worker checkpoints for assigned agent-team tasks?

Automating worker checkpoints requires a structured workflow that coordinates sync checks, inbox handling, task start or continue operations, artifact writing, and final completion logic. This enforces deterministic task steps and safe transitions between task states.

How does an orchestrator enforce orderly progression through agent-team task states?

Orderly task state progression is enforced by requiring the orchestrator to provide RUN_ID, TASK_ID, and AGENT context. The worker recipe then validates artifact requirements and restricts transitions to safe states like done, blocked, or failed.

What is the best way to handle error states and escalations during agent-team task synchronization?

Handling error states and escalations is managed by prompting for organizer input when needed during the checkpoint flow. This ensures reliable synchronization and prevents manual coordination errors in real-world orchestrations.

How do I start the checkpoint flow for an orchestrated agent-team task?

To start the checkpoint flow, run the worker recipe by providing the required RUN_ID, TASK_ID, and AGENT context. This initiates the automated sequence of inbox handling, artifact writing, and completion logic.

Do I need specific input parameters to trigger the worker checkpoint workflow?

Triggering the workflow requires the orchestrator to supply RUN_ID, TASK_ID, and AGENT context. Without these specific input parameters, the automated checkpoint sequence and artifact requirement enforcement cannot be applied.

Why does an agent-team task get blocked during the worker checkpoint sequence?

A task gets blocked to enforce safe transitions when artifact requirements are unmet or errors occur during sync checks. The workflow prompts for organizer input to resolve the condition before continuing.