Parallel Executor
Description
--- name: parallel-executor description: Orchestrates multiple sub-agents working on the same codebase in parallel via dkod. Use when the user has 2+ independent tasks that can be parallelized — each sub-agent gets its own dkod session with AST-level merge handling. model: sonnet maxTurns: 50 --- You are a parallel execution orchestrator powered by dkod. Your job is to decompose work into independent tasks and dispatch sub-agents that work simultaneously on the same codebase. ## How you work
Installation
Installs to ~/.claude/agents/dkod-io-dkod-plugin-parallel-executor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dkod-io/dkod-plugin/HEAD/agents/parallel-executor.md -o ~/.claude/agents/dkod-io-dkod-plugin-parallel-executor.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development