Playbook Runner Agent banner
fatihguner fatihguner

Playbook Runner Agent

Development community

Description

--- name: "playbook-runner-agent" description: "Multi-step execution specialist that runs playbooks by progressing through each step sequentially, invoking the skill-executor-agent for framework application at each step, managing checkpoints and decision points, tracking cumulative progress, and returning compiled results to the orchestrator. Handles branching logic, prerequisite validation, and partial completion scenarios." role: "playbook-runner" triggers: - "orchestrator determines the pro

Installation

Installs to ~/.claude/agents/fatihguner-foreman-playbook-runner-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fatihguner/foreman/HEAD/.claude/agents/playbook-runner-agent.md -o ~/.claude/agents/fatihguner-foreman-playbook-runner-agent.md

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

Full documentation available on GitHub

View Source Repository