Display task status summary from UNIFIED_PLAN.md
Displays task status summary from UNIFIED_PLAN.md with completion counts and recommendations
/plugin marketplace add cyotee/cyotee-claude-plugin-backlog/plugin install backlog@cyoteeDisplay a summary table of all tasks in UNIFIED_PLAN.md.
Find UNIFIED_PLAN.md in current working directory or repository root.
If not found or empty: Report that no backlog is defined:
No backlog defined.
To create a backlog, use /design to define your first task.
This will create UNIFIED_PLAN.md with your task.
If found, generate status table:
| Task | Title | Layer | Status | Dependencies |
|---|
Include:
# Backlog Status
| Task | Title | Layer | Status | Dependencies |
|------|--------------------------------|----------|-----------------|--------------|
| 1 | V3 Mainnet Fork Tests | Crane | Complete | - |
| 2 | Slipstream Utils | Crane | Complete | - |
| 3 | Uniswap V4 Utils | Crane | Ready for Agent | - |
| 7 | Slipstream Vault | IndexedEx| Ready for Agent | Task 2 |
Summary:
- Completed: 2
- Ready for agent: 2
- Blocked/pending: 0
Recommended next: Task 3 (Uniswap V4 Utils) - no dependencies
/backlog:status - Same as /backlog (show status)/backlog:prune - Archive completed tasks/backlog:launch <N> - Launch agent worktree for task N/design - Create a new task/design:review - Review existing tasks