← ClaudeAtlas

claude-interactive-delegatelisted

Delegate bounded tasks from an agent orchestrator to a persistent interactive Claude Code terminal session using tmux/PTY instead of claude -p. Use when an orchestrator should ask Claude Code to act as an optional reviewer, architecture critic, design critic, implementation advisor, or Chief Wiggum provider through an interactive session with file-based task handoff and completion sentinels.
plwp/chief-wiggum · ★ 2 · AI & Automation · score 66
Install: claude install-skill plwp/chief-wiggum
# Claude Interactive Delegate ## Overview Use this skill to drive an existing or newly started interactive Claude Code session as a delegated worker. The orchestrator sends the task through a real terminal session, Claude writes the durable result to files, and the orchestrator reads those files back into the main workflow. This skill is for bounded delegation, not for replacing local verification. The orchestrator remains responsible for deciding whether the delegated output is useful and for independently checking any code, tests, or claims before shipping. ## Requirements - `claude` must be installed and logged in for interactive Claude Code use. - `tmux` must be installed so the Claude session persists independently of the current shell. - The delegated task must be expressible as a prompt file and have a clear output file. Do not use `claude -p` for this workflow. The driver starts or reuses an interactive `claude` session in tmux. ## Quick Start Start or verify the delegate session. By default, the session command is `claude --dangerously-skip-permissions`; set `CLAUDE_DELEGATE_CMD` or pass `--claude-cmd` to use a different mode such as `claude --permission-mode auto`. ```bash python3 ~/.codex/skills/claude-interactive-delegate/scripts/claude_delegate.py start python3 ~/.codex/skills/claude-interactive-delegate/scripts/claude_delegate.py status ``` Delegate a prompt file: ```bash python3 ~/.codex/skills/claude-interactive-delegate/scripts/claude_delegate.py s