playbook-execute
Installation
SKILL.md
playbook-execute
Execute a Playbook YAML file end-to-end: resolve !include → substitute variables → validate → topological sort → parallel batch execution → success verification → on_failure handling → progress reporting.
Invocation
The developer invokes this skill with a path to a playbook file:
run ./playbooks/implement-from-issue.yml
If no path is provided, list the .yml files in ./playbooks/ and ask the developer which one to run.