From claude-code-toolkit
Decomposes complex tasks into ordered sub-tasks with dependencies and parallel execution, tracks progress and failures, verifies results, and outputs a status summary table.
npx claudepluginhub rohitg00/awesome-claude-code-toolkitworkflow/Run a multi-step workflow by breaking a complex task into coordinated sub-tasks. ## Steps 1. Parse the workflow specification from the argument: - Accept a natural language description of the end goal. - Or accept a structured plan with explicit steps. 2. Decompose into ordered sub-tasks: - Identify dependencies between tasks (which must complete before others start). - Determine which tasks can run in parallel. - Estimate complexity of each task (small, medium, large). 3. For each sub-task, define: - Clear objective and success criteria. - Input requirements (files, ...
/orchestrateServes as legacy shim delegating to dmux-workflows for parallel agent execution with tmux worktrees and autonomous-agent-harness for persistent loops and governance.
/orchestrateGenerates test orchestration configs for staged workflows with dependencies, parallel execution, smart selection of affected tests, retries, and CI/CD optimization.
/orchestrateOrchestrates agent teams to execute complex requests: analyzes into steps, runs with verification, auto-retries failures up to 5x per step, escalates to user if needed, and reports outcomes.
/orchestrateOrchestrates parallel task execution from prompt_plan.md using Agent Teams API, analyzing dependencies and running domain-specific build/test/lint. Supports --type, --parallel, --dry-run flags.
/orchestrateRoutes arguments to orchestration subcommands for multi-agent workflows: menu, help, explain, examples, templates, or inline syntax execution with visual feedback.
/orchestrateOrchestrates sequential multi-agent workflows for feature, bugfix, refactor, and security tasks, chaining agents via handoff documents to produce final reports.
Run a multi-step workflow by breaking a complex task into coordinated sub-tasks.
Workflow: <description>
Tasks: <total> (<completed>/<total>)
| # | Task | Status | Duration | Notes |
|---|------|--------|----------|-------|
| 1 | <task> | done | 2m | <notes> |
| 2 | <task> | done | 5m | <notes> |
| 3 | <task> | failed | 1m | <error> |
Overall: <success/partial/failed>
Duration: <total time>