Show progress and todos from the current Linear issue
Displays checklist progress and todos from Linear issues based on branch names.
npx claudepluginhub artu-ai/flowissue-idDisplay the progress and todos from the current Linear issue's description.
git branch --show-current$1 - The Linear issue ID (e.g., "ABC-123"). If not provided, infer from the branch name.If $1 is provided:
If $1 is empty:
username/abc-123-description)ABC-123 (letters-numbers) in the branch nameIf no issue ID can be determined:
No issue ID found.
Please provide an issue ID:
/flow:progress ABC-123
Use get_issue to fetch the issue title and description.
Parse the description for checkboxes and display progress:
Issue: <issue-id> - <title>
Progress: X/Y completed
Completed:
✓ Task that is done
✓ Another completed task
Remaining:
○ Task still to do
○ Another pending task
Canceled:
✗ Task that was canceled (strikethrough)
Checkbox patterns to look for:
- [x] or - [X] → Completed (✓)- [ ] → Remaining (○)- ~~text~~ or ~~ - [ ] text~~ → Canceled (✗)If no checkboxes found:
Issue: <issue-id> - <title>
No progress checkboxes found in issue description.
/progressCheck project progress, show context, and route to next action (execute or plan)
/progressShow progress for active increments with task/AC completion. Use when saying "show progress", "status", or "how far along".