claim-tasks

Claim development tasks from NEXT-STEPS.md with file-based locking.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/janewilkin/bismuth-digital-llc-web --skill claim-tasks-janewilkin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claim-tasks
Source: https://github.com/janewilkin/bismuth-digital-llc-web/tree/main/.claude/skills/claim-tasks
Command: npx skills add https://github.com/janewilkin/bismuth-digital-llc-web --skill claim-tasks-janewilkin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of claiming development tasks from a central list, ensuring that each agent works on a unique task in an isolated environment to prevent duplicated effort.

Core Features & Use Cases

  • Task Claiming: Securely claim tasks from NEXT-STEPS.md using a file-based locking mechanism.
  • Worktree Isolation: Automatically creates isolated Git worktrees for development, ensuring a clean and separate workspace.
  • Conflict Prevention: Prevents multiple agents from claiming the same task simultaneously.
  • Use Case: A team of AI agents can use this skill to efficiently pick up and work on different features or bug fixes from a prioritized backlog without stepping on each other's toes.

Quick Start

Use the claim-tasks skill to claim up to 3 new tasks from NEXT-STEPS.md.

Frequently Asked Questions about claim-tasks

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

FAQPage Schema
How do I prevent concurrent AI agents from claiming the same development task?

Preventing concurrent agents from claiming the same development task requires a file-based locking system that secures tasks and automatically creates isolated Git worktrees for safe, conflict-free parallel work.

How do I automate task claiming from a prioritized backlog using Git worktrees?

Automating task claiming from a prioritized backlog involves reading a repository's NEXT-STEPS.md file, selecting tasks based on priority and dependencies, and creating isolated Git worktrees for the claimed work.

Why use Git worktree isolation for parallel AI agent development workflows?

Git worktree isolation is used for parallel AI agent workflows to ensure each agent operates in a clean, separate workspace, preventing duplicated effort and avoiding concurrent file conflicts during task execution.

Does this task claiming approach speculate semantic versions for development tasks?

Yes, this task claiming approach speculates semantic versions for claimed tasks automatically during the selection process, integrating version speculation directly into the development workflow.

What is the best way to coordinate multiple agents working from a NEXT-STEPS.md file?

The best way to coordinate multiple agents working from a NEXT-STEPS.md file is using a centralized task management skill that provides commands for listing, checking task status, and enforcing worktree isolation.

Can I claim multiple development tasks simultaneously without causing agent conflicts?

Yes, you can claim up to three new tasks simultaneously without causing agent conflicts, because the system uses file-based locking to manage task selection and prevent concurrent agents from duplicating work.