npx claudepluginhub artu-ai/flow --plugin flowissue-id# Issue Progress Display the progress and todos from the current Linear issue's description. ## Context - Current branch: !`git branch --show-current` ## Arguments - **Issue ID**: `$1` - The Linear issue ID (e.g., "ABC-123"). If not provided, infer from the branch name. ## Step 1: Get the Issue ID If `$1` is provided: - Use it as the issue ID If `$1` is empty: - Extract the issue ID from the branch name (Linear branches typically follow the format `username/abc-123-description`) - Look for a pattern like `ABC-123` (letters-numbers) in the branch name If no issue ID can be determi...
/progressChecks .planning structure for project progress, reports status with recent work, position, decisions, issues, then routes to execute plan or create next.
/progressDisplays project operational summary: active flow/handoff, progress, kanban (in-progress/blocked/done), traceability gaps, UAT status, and next recommended command via Python helper or docs files.
/progressExecutes the learnship progress workflow end-to-end to show project progress, current position, and next steps. Preserves gates, validations, checkpoints, and routing.
/progressDisplays active workflow progress: timeline, phase completion, ASCII progress bar, elapsed/remaining time and tokens, velocity metrics, and milestones.
/progressDisplays build progress for the specified spec by running node progress.js with <path-to-spec> argument and showing the script's output.
/progressDisplays your CodeSensei learning dashboard with belt rank, XP progress bar, promotion requirements, streak, quiz stats, mastered/in-progress skills, and next recommended concepts.
Display 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 (branch name doesn't match Linear ABC-123 pattern):
This command requires a Linear issue.
Your branch doesn't appear to be linked to a Linear issue. Provide an issue ID:
/flow:progress ABC-123This command uses Linear issue checkboxes to display progress. It is not available for plain branches.
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.