From harness-flow
Routes to the next HarnessFlow workflow node: loads entry skill, hands off to router for artifact inspection, and emits recommended next skill or action.
How this command is triggered — by the user, by Claude, or both
Slash command
/harness-flow:hfThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the HarnessFlow `using-hf-workflow` skill, then hand off to `hf-workflow-router`. Do NOT jump to any leaf skill (specify / design / tasks / test-driven-dev / *-review / *-gate / finalize) directly from this command. Steps: 1. Load `skills/using-hf-workflow/SKILL.md` and follow it as the entry shell. 2. Hand off to `skills/hf-workflow-router/SKILL.md` so the router can: - inspect on-disk artifacts under the active feature directory, - decide the canonical next node, - and emit a single `Next Action Or Recommended Skill`. 3. Respect HarnessFlow's hard rules: - one `Curre...
Invoke the HarnessFlow using-hf-workflow skill, then hand off to hf-workflow-router.
Do NOT jump to any leaf skill (specify / design / tasks / test-driven-dev / *-review / *-gate / finalize) directly from this command.
Steps:
skills/using-hf-workflow/SKILL.md and follow it as the entry shell.skills/hf-workflow-router/SKILL.md so the router can:
Next Action Or Recommended Skill.Current Active Task at a time,The user request following this command is the new intent the router should consider.
npx claudepluginhub hujianbest/harness-flow --plugin harness-flow/nextReads project state and automatically executes the appropriate next workflow end-to-end, preserving gates, validations, checkpoints, and routing.
/skipLoads and executes a Hypo-Workflow skill pipeline, processing user arguments to run the configured workflow steps.
/flowOrchestrates the full development cycle from idea to pull request — feature definition, contracts, planning, implementation, review, validation, and PR creation. Also supports a bug fix pipeline via --fix.
/implementImplements features with parallel subagents through multi-phase workflow: discovery, architecture, coding, testing, reflection, with effort scaling and resume support.
/workflowGenerates and runs ad-hoc StateGraph workflows from natural language descriptions, incorporating quality gates from CLAUDE.md with ASCII diagram preview.
/workflowOrchestrates a full multi-agent development pipeline: design, planning, plan review, implementation, and code review. Produces tested, reviewed code with commit and pipeline metrics.