From starter-pack
Full workflow orchestration - analyze, implement, test, document, review
npx claudepluginhub 1kalin/claude-code-starter-pack --plugin starter-pack<task description># Orchestrate Command ## Instructions If you haven't read these in this session, read them first: - `.claude/docs/AGENT_GUIDE.md` - Base agent patterns - `.claude/docs/ORCHESTRATE_GUIDE.md` - Orchestration constraints and phases ## Arguments $ARGUMENTS - Task description (e.g., "add user notifications", "refactor auth module") ## Task Execute focused workflow with constraints from the guide: 1. **Understand** - Use `codebase-analyzer` to understand patterns 2. **Implement** - Use `senior-dev-implementer` with guide constraints 3. **Test** - Use `test-generator` (skip if not needed, s...
/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.
/orchestrateDecomposes complex tasks into ordered sub-tasks with dependencies and parallel execution, tracks progress and failures, verifies results, and outputs a status summary table.
/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 via Agent Teams API, parsing prompt_plan.md tasks, analyzing dependencies, and coordinating across Node.js, Python, Rust, Go, .NET projects.
/orchestrateRoutes arguments to orchestration subcommands for multi-agent workflows: menu, help, explain, examples, templates, or inline syntax execution with visual feedback.
If you haven't read these in this session, read them first:
.claude/docs/AGENT_GUIDE.md - Base agent patterns.claude/docs/ORCHESTRATE_GUIDE.md - Orchestration constraints and phases$ARGUMENTS - Task description (e.g., "add user notifications", "refactor auth module")
Execute focused workflow with constraints from the guide:
codebase-analyzer to understand patternssenior-dev-implementer with guide constraintstest-generator (skip if not needed, see guide)docs-maintainer (skip unless explicitly asked)senior-dev-consultant to check for red flagsKey principles: