dev-task-queue
Installation
SKILL.md
Agent Task Queue
Persistent, cross-session task queue for AI agents aligned with the Claude Code Tasks schema. Tasks survive beyond sessions, carry full context including conversation transcripts, and support dependency tracking with blocks/blockedBy. Backed by a git repo with move-based locking for conflict-free multi-agent access.
Prerequisites
Clone the task queue repository:
git clone git@github.com:OlechowskiMichal/agent-task-queue.git ~/.agent-task-queue
All commands below assume the repo is at ~/.agent-task-queue.