From flow
Fast return to active task (finds in_progress task, resolves branch/worktree, shows context)
How this command is triggered — by the user, by Claude, or both
Slash command
/flow:continueThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `flow:continue-issue` skill using the Skill tool and follow it exactly as presented to you. **If the user provided arguments** (e.g., `/flow:continue elf.3` or `/flow:continue --all`), pass them to the skill. **IMPORTANT:** Do NOT run any commands (bd sync, bd list, bd show, etc.) BEFORE invoking the skill. The skill will tell you exactly what commands to run and in what order.
Invoke the flow:continue-issue skill using the Skill tool and follow it exactly as presented to you.
If the user provided arguments (e.g., /flow:continue elf.3 or /flow:continue --all), pass them to the skill.
IMPORTANT: Do NOT run any commands (bd sync, bd list, bd show, etc.) BEFORE invoking the skill. The skill will tell you exactly what commands to run and in what order.
npx claudepluginhub nonameitem/claude-tools --plugin flow/linear-continue-workContinues work on a Linear issue: finds it from git branch or query, assesses implementation state, plans next steps, and updates progress in Linear.
/resumeRestores full pipeline context after compaction by finding the last active issue, reconstructing FORGE annotations, and resuming work from the correct pipeline phase.
/workAuto-classifies tasks from descriptions, folder paths, or issue identifiers (GitHub/Jira/Azure DevOps) and routes to workflow orchestrators. Resumes existing tasks.
/hybrid-resumeResumes an interrupted hybrid task (worktree or regular) by auto-detecting state from files and continuing execution. Supports --auto for automatic mode.
/do-issueImplements GitHub/GitLab/Bitbucket issues using progressive analyze-specify-plan-implement-validate-complete workflow with optional step skipping, scope detection, dry-run, and multi-issue support.
/resumeResumes shiplog work session on current branch: parses issue from branch name, loads tasks/comments, posts session-resume comment with last commit/uncommitted changes/remaining tasks/blockers, recommends next action.