Skip to main content

Knowledge Base

Practical, opinionated guidance for shipping, debugging, and operating Loom workflows. Use this when you need an answer, a pattern, or a checklist — not a spec.

Quick navigation

SectionWhat's insideStart here
FAQsShort answers to common questions"How do I install Loom?" / "Is remote execution supported?"
PatternsRecommended approaches with trade-offs"How should I structure templates?"
PlaybooksStep-by-step procedures for specific situations"My run just failed — now what?"

Patterns

Recommended approaches for common workflow design decisions. Each pattern explains when to use it, what trade-offs you're making, and links to the canonical reference.

Playbooks

Step-by-step procedures you can follow under pressure. Each playbook is a checklist, not a discussion.

If you're mid-incident, also keep the Diagnostics ladder open.

When to use the KB vs Docs vs Reference

You want...Go to
A fast answer ("what should I do next?")KBFAQs
A recommended approach with trade-offsKB — Patterns (above)
A procedural checklist under pressureKB — Playbooks (above)
Conceptual onboarding and the happy pathDocsHello Loom
Exact CLI behavior and flagsReferenceCLI overview
Schema rules and validation constraintsReferenceWorkflow schema v1

When the KB conflicts with Reference, Reference wins. Treat the mismatch as a bug — fix the KB and link the relevant reference section.

Contribute

If you keep answering the same question or repeating the same runbook, capture it once:

  1. Add a Playbook (procedural checklist) or Pattern (recommended approach + trade-offs).
  2. Link it from this page.
  3. Follow the docs contribution guide: Docs contribution.