Read and display a specific task from UNIFIED_PLAN.md
Displays a specific task's full details from UNIFIED_PLAN.md including status, layer, and requirements.
/plugin marketplace add cyotee/cyotee-claude-plugin-backlog/plugin install backlog@cyotee<task-number>Display the full content of a specific task from UNIFIED_PLAN.md.
Task to read: $ARGUMENTS
Extract task number from arguments.
Find UNIFIED_PLAN.md in the current working directory or repository root.
Locate the task section by searching for ## Task N: where N is the task number.
Extract the full task content from the task header until the next task header (or end of file).
Display the task with formatted output including:
# Task N: [Title]
**Layer:** [Crane/daosys/IndexedEx]
**Status:** [Status]
**Worktree:** [branch-name or "Not started"]
---
[Full task content from UNIFIED_PLAN.md]
/backlog:read <task-number>/backlog:read 5
Output:
# Task 5: Protocol DETF (CHIR) System
**Layer:** IndexedEx
**Status:** Ready for Agent
**Worktree:** Not started
---
### Description
Implement the Protocol DETF system (CHIR token) with integrated fee distribution...
[Full task content]
/backlog:launch N to create a worktree and start working on a task