Living Playbooks

Living playbooks are dynamic, reviewable operating instructions built from how work actually happens: tickets, messages, logs, SOPs, email threads, support conversations, and resolution history. The concept is central to Edra, which markets the resulting artifact as executable knowledge for AI agents.

Core Pattern

  • Input: existing operational exhaust such as IT tickets, support conversations, emails, logs, SOPs, and knowledge-base articles.
  • Discovery: infer the real process, including exceptions, escalation paths, workarounds, and missing documentation.
  • Review: expose recommendations and instructions in human-readable form, with evidence/provenance back to source events.
  • Execution: use the playbook as context or instructions for draft responses, ticket plans, routing, or full agentic resolution.
  • Learning: update the playbook as frontline work changes.

Why It Matters

Most enterprise AI failures are not only model failures; they are context failures. A general-purpose agent does not know a company’s undocumented exceptions, escalation norms, tool-specific constraints, or which KB article is stale. A living playbook turns tacit operational knowledge into a maintained execution surface.

This differs from a static knowledge base because the goal is not only retrieval. The playbook is meant to become an action policy: what to do, why, when to escalate, which precedent applies, and which system action is allowed.

Relationship to Existing Concepts

  • context-graph models entities and relationships; a living playbook models process and decision logic. Strong systems may need both. ^[inferred]
  • agent-first-itsm uses agents to resolve requests; living playbooks explain how those agents get company-specific instructions.
  • ai-autopilot-services sells completed work; living playbooks are one way to build the domain data and operating instructions needed for autopilot delivery.
  • ai-itsm-readiness-debt is the gap living playbooks try to reduce: stale KBs, undocumented workflows, weak routing logic, and missing automation prerequisites.

Strategic Implications for initlabs

For initlabs, living playbooks sharpen a product question: should the first product look like a new ITSM front door, or like an operational context/instruction layer that learns from the customer’s existing ticketing and communication systems?

The playbook approach has a strong enterprise wedge because it creates value before full replacement: KB cleanup, automation-readiness scoring, routing, suggested actions, then system-level execution. It may also be easier to sell into companies that are not ready to migrate off ServiceNow, Jira, Zendesk, or Freshservice. ^[inferred]

Open Questions

  • Whether living playbooks become a standalone category or collapse into context graphs, ITSM agent platforms, and incumbent AI features.
  • How much human review is needed before playbook updates safely drive system-level actions.
  • Whether Edra’s playbook artifact is portable, API-addressable, or mostly internal to Edra’s own runtime.
  • How buyers compare “we discover your real process” against “we replace your service desk” in budget conversations.

Sources