npx claudepluginhub lvlup-sw/exarchos# Delegate Delegate tasks for: "$ARGUMENTS" ## Workflow Position Auto-invokes `/exarchos:review` after tasks complete (or `/exarchos:synthesize` for `--pr-fixes` mode). ## Invocation Modes | Flag | Source | Use Case | |------|--------|----------| | (none) | Implementation plan | Initial task delegation | | `--fixes` | Review issues | Address spec/quality failures | | `--pr-fixes` | PR comments | Address human review feedback | ## Skill References Follow the delegation skill for full process details: `@skills/delegation/SKILL.md` Supporting references: - Git worktrees: `@skills/git...
/delegateGenerates Codex prompt for code/experiment tasks from project context files, confirms plan with user, displays new-terminal execution command, polls agent_handoff.md for results, and prompts next steps.
/delegateOrchestrates multi-step tasks: routes to direct execution or plans decomposition into agent waves, approves with user, then executes.
/delegateTurn an approved direction into harness-ready Linear issues — self-bootstrapping bridge from investigation/reasoning to autonomous execution
Delegate tasks for: "$ARGUMENTS"
/exarchos:ideate → [CONFIRM] → /exarchos:plan → /exarchos:delegate → /exarchos:review → /exarchos:synthesize → [CONFIRM] → merge
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ │
│ │
ON FAIL ──────┤ │
--pr-fixes ───┴────────────────────────────────────┘
Auto-invokes /exarchos:review after tasks complete (or /exarchos:synthesize for --pr-fixes mode).
| Flag | Source | Use Case |
|---|---|---|
| (none) | Implementation plan | Initial task delegation |
--fixes | Review issues | Address spec/quality failures |
--pr-fixes | PR comments | Address human review feedback |
Follow the delegation skill for full process details: @skills/delegation/SKILL.md
Supporting references:
@skills/git-worktrees/SKILL.md@skills/delegation/references/implementer-prompt.md@skills/delegation/references/fixer-prompt.md@skills/delegation/references/fix-mode.md@skills/delegation/references/pr-fixes-mode.md@skills/delegation/references/parallel-strategy.mdBefore delegating, check task status:
status == "complete"After all delegated tasks complete, auto-continue immediately (no user confirmation needed).
Skill({ skill: "exarchos:review", args: "$STATE_FILE" })Skill({ skill: "exarchos:synthesize", args: "$PR_URL" })This is NOT a human checkpoint. State is saved automatically for recovery after context compaction.