worker-workflow

Coordinate task discovery, claiming, implementation, and evidence-based completion via Claude Code APIs.

4|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/mnthe/hardworker-marketplace --skill worker-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker-workflow
Source: https://github.com/mnthe/hardworker-marketplace/tree/main/plugins/teamwork/skills/worker-workflow
Command: npx skills add https://github.com/mnthe/hardworker-marketplace --skill worker-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables automated task execution for teamwork workers by coordinating task discovery, claiming, implementation, evidence collection, and completion through Claude Code APIs.

Core Features & Use Cases

  • Task discovery: Find unblocked, unowned, open tasks using TaskList and TaskGet.
  • Task claiming and implementation: Claim ownership, update status, and implement solutions with tools.
  • Evidence collection: Gather concrete evidence for each deliverable and attach to task updates.
  • Completion and orchestration: Mark tasks as completed and notify the orchestrator as needed.

Quick Start

Use the teamwork workflow to start a new task and coordinate workers across roles. Example: Invoke /teamwork with a subject like "build REST API module", then have backend and test workers operate and report status with /teamwork-status.

Frequently Asked Questions about worker-workflow

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

FAQPage Schema
How do I automate teamwork task execution with Claude Code APIs?

Automated teamwork task execution uses Claude Code APIs to coordinate task discovery, claiming, implementation, evidence collection, and completion across multi-session agents. Workers search for open tasks via TaskList, claim ownership, implement solutions, and finalize with concrete evidence.

What is the evidence-based completion protocol for multi-agent workflows?

The evidence-based completion protocol requires workers to gather concrete evidence for each deliverable and attach it to TaskUpdate calls. This strict reporting mechanism includes exit codes and selective commits to verify task finalization in coordinated multi-session collaboration.

How do I claim and implement open tasks in a coordinated worker workflow?

Workers claim and implement open tasks by using TaskGet to retrieve details, taking ownership via TaskUpdate, implementing solutions with available tools, and marking tasks as completed. The orchestrator coordinates discovery of unblocked, unowned tasks using TaskList.

Can I use Claude Code for multi-session collaboration and task orchestration?

Yes, Claude Code supports multi-session collaboration workflows where agents operate across roles. You can invoke teamwork commands with a subject, have specialized workers execute tasks, and report status updates to notify the orchestrator upon completion.

What are the limitations of automated task claiming in teamwork workflows?

Automated task claiming is limited to unblocked, unowned, open tasks found via TaskList. Workers must follow a strict evidence-reporting protocol with exit codes and selective commits to finalize tasks, ensuring concrete deliverable verification before orchestrator notification.