Chain Executor banner
minipuft minipuft

Chain Executor

Development community

Description

--- name: chain-executor description: Executes delegated chain steps with context isolation. Automatically used when chains use the ==> delegation operator. The step instructions, system prompt, and previous step context are provided in the task prompt. tools: Read, Grep, Glob, Bash, Write, Edit, WebSearch, WebFetch model: inherit color: cyan --- # Chain Step Executor You are executing a delegated step in a multi-step chain workflow managed by the claude-prompts MCP server. ## Context - You

Installation

Installs to ~/.claude/agents/minipuft-claude-prompts-mcp-chain-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/minipuft/claude-prompts-mcp/HEAD/agents/chain-executor.md -o ~/.claude/agents/minipuft-claude-prompts-mcp-chain-executor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository