From autoworker
Start the autoworker execution workflow for any non-trivial task.
How this command is triggered — by the user, by Claude, or both
Slash command
/autoworker:autoworkerThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the autoworker:autoworker skill and follow it exactly as presented to you.
Invoke the autoworker:autoworker skill and follow it exactly as presented to you.
npx claudepluginhub phj128/autoworker --plugin autoworker/quickExecutes ad-hoc tasks from a description using learnship quick workflow with atomic commits, state tracking, and no full planning.
/create-workflowScaffolds a custom swarm workflow by generating a mode skill and shortcut command. Prompts for workflow purpose and structure type, then produces the files.
/workflowsSelects and executes the most matching standardized multi-skill workflow for the given task, specifying each step's inputs, outputs, and termination conditions. Suggests single skills if no full workflow fits.
/analyzeAnalyzes provided work for automation opportunities by invoking the compound-analyzer:analyze skill.
/goalexecReads and executes the autonomous convergence loop workflow defined in `.claude/skills/goalexec/SKILL.md`.
/adhoc-flowConstructs, tracks, reviews, and executes a tailored adaptive workflow plan for user requests using plan-manager and building blocks like research, planning, and execution.