Help us improve
Share bugs, ideas, or general feedback.
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-toolkitHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-code-toolkit:orchestrateworkflow/The summary Claude sees in its command listing — used to decide when to auto-load this command
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, ...
/spawnDecomposes complex tasks into subtasks with dependency mapping, executes sequentially or in parallel, monitors progress, and validates results using TodoWrite and file tools.
/delegateOrchestrates complex tasks: decomposes into agent waves/tasks, plans execution, awaits user approval, then executes via subagents or teams.
/orchestrate-taskDecomposes complex development tasks into structured YAML workflows with agent assignments, dependencies, priorities, and parallel execution groups.
/just-do-itExecutes all remaining Groundwork tasks in sequence until completion, stopping on first failure. Resolves monorepo project context and shows model recommendations.
/eExecutes the specified task via a multi-phase workflow: planning with complexity assessment and tools, auto-approval, and implementation using TodoWrite progress tracking.
/create_tasksTransforms requirements into detailed actionable task lists with dependency analysis, sequential/parallel execution strategies, and adaptive research.
Share bugs, ideas, or general feedback.
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>