Parallel Executor banner
dkod-io dkod-io

Parallel Executor

Development community

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

Terminal
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 Repository