What problem does it solve?
Provide a concise, human-friendly summary of project status or a specific work item. When no work item id is provided, run wl CLI tool to summarize recent work and current work in progress. When a work item id is provided, run wl show <work-item-id> --json and provide a detailed explanation of that work item (title, status, assignee, description, blockers, and related links).
Core Features & Use Cases
- Generate a concise, markdown-formatted overview of overall project status or a detailed report for a specific work item when an ID is provided.
- When no work item ID is provided, fetch in_progress work via the waif CLI and summarize current work items, including latest updates and blockers to highlight actionable items.
- When a work item ID is provided, fetch details with
wl show <work-item-id> --json, evaluate acceptance criteria and blockers, and present title, status, assignee, priority, description, blockers, dependencies, and related links.
Quick Start
Request a status summary for the current sprint and let the tool fetch and present the latest project and work-item status.