hotsheet-worker

Coordinate distributed workers to claim and complete shared development tickets.

1|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/brianwestphal/apple-fm --skill hotsheet-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hotsheet-worker
Source: https://github.com/brianwestphal/apple-fm/tree/main/.claude/skills/hotsheet-worker
Command: npx skills add https://github.com/brianwestphal/apple-fm --skill hotsheet-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables distributed AI workers to safely process shared Hot Sheet ticket queues without duplicate work or conflicting changes.

Core Features & Use Cases

  • Ticket Coordination: Claims, leases, renews, updates, and releases work items through coordinated worker workflows.
  • Repository Task Execution: Guides workers through implementation, committing, validation, and integration handoff for assigned development tickets.
  • Use Case: A team running multiple coding agents can use this Skill to parallelize backlog completion while maintaining ownership tracking and crash-safe progress.

Quick Start

Use the hotsheet-worker skill to claim the next available ticket and complete the assigned repository task.

Frequently Asked Questions about hotsheet-worker

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

FAQPage Schema
How do I coordinate distributed AI workers to process a shared software development ticket queue?

Distributed AI workers process shared software development ticket queues using atomic ticket claiming, lease management, and status updates to prevent duplicate work or conflicting changes across parallel coding workflows.

What is the best way to manage task automation across multiple coding agents working in parallel?

Task automation across multiple coding agents is managed by claiming work items, renewing leases, and releasing tickets through coordinated worker workflows that track ownership and maintain crash-safe progress across distributed workers.

How do parallel coding workflows handle code integration and commits using git worktrees?

Parallel coding workflows using git worktrees handle code integration by guiding workers through implementation, committing, validation, and integration handoff with safe branch-based delivery practices for assigned development tickets.

Can I use lease management to prevent conflicting changes when running distributed workers on a task queue?

Lease management prevents conflicting changes when running distributed workers on a task queue by ensuring atomic ticket claiming, tracking ownership, and providing crash-safe progress updates for shared work items.

Why do I need atomic ticket claiming for repository task execution with multiple AI workers?

Atomic ticket claiming is needed for repository task execution with multiple AI workers because it ensures each work item is securely claimed by one worker, preventing duplicate work and enabling safe branch-based delivery.

Does hotsheet-worker support integration handoffs for branch-based delivery in software development?

Hotsheet-worker supports integration handoffs for branch-based delivery in software development by guiding workers through committing, validation, and safe branch-based delivery practices for assigned development tickets.