Plain Markdown
Playbooks are standard .md files. No proprietary format, no special editor required. Write workflows in the same tool you write everything else.
Plain Markdown
Playbooks are standard .md files. No proprietary format, no special editor required. Write workflows in the same tool you write everything else.
Multi-Step Workflows
Define sequential steps that each perform a single unit of work. Each step receives the accumulated context of all prior steps automatically.
Branching and Logic
Route execution conditionally based on inputs or AI outputs. Build adaptive workflows that respond to real-time classification and decisions.
Tool Agnostic
PLAYBOOK.md is a portable format. Any implementation that conforms to the spec can parse and execute playbooks, regardless of the AI provider or runtime.