claim-ready-work
Find and claim ai-ready tickets.
Description
Autonomous work pickup skill. Searches for tickets tagged ai-ready with no assignee, claims one, and returns it for the agent to work on.
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
agent_id | string | No | Agent identifier (default: claude-code) |
Steps
- Search tickets with tag "ai-ready"
- Filter unassigned tickets
- Claim first available ticket
- Return ticket details
Use Case
Run at session start to autonomously pick up work without human prompting.