Back to workshops

Facilitation Guide

A meta-guide for anyone running an aDNA workshop. This document covers logistics, audience assessment, pacing strategies, and common pitfalls — everything a facilitator needs beyond the workshop-specific agenda. It works alongside the three workshop kits but is also useful for designing custom workshops.

Before the Workshop

Audience Assessment

aDNA workshops typically draw mixed audiences. Before the session, survey participants on:

  1. Technical level — Can they read YAML? Have they used a CLI? Do they write code daily?
  2. AI experience — Have they used AI coding assistants? Do they know what “context window” means?
  3. Knowledge management background — Do they currently use Notion, Obsidian, PARA, or similar systems?

Use the answers to choose the right workshop:

ProfileRecommended Workshop
Non-technical, curious about aDNAVault Exploration (beginner, 60 min)
Developer, new to aDNABuild Your First Vault (intermediate, 90 min)
Developer, building with latticesLattice Design (advanced, 120 min)
Mixed audienceVault Exploration (everyone) → split into tracks

Room Setup

  • Projector: Required for facilitator screen share. Show Obsidian graph view at the start — it’s the best visual hook.
  • Internet: Required for cloning repos (exercise setup). Not required during exercises.
  • Seating: Small tables of 3-4 work best. Exercise 4 in Lattice Design requires pair work.
  • Whiteboard: Required for Lattice Design (exercise 1: sketch). Useful for all workshops.

Pre-Installation

The biggest time sink is software installation. Send setup instructions 48 hours before:

  1. Obsidian — obsidian.md (free, all platforms)
  2. Git — for cloning the vault
  3. Python 3.9+ — only for Lattice Design workshop (validation tools)
  4. Claude Code or similar — optional for Build Your First Vault (live testing)

Provide a troubleshooting contact for installation issues. Budget 5-10 minutes at workshop start for stragglers.

During the Workshop

Pacing

WorkshopTight SpotsWhere to Flex
Vault ExplorationExercise 3 (Question Test) — participants debate edge casesDebrief — can expand or contract based on energy
Build Your First VaultExercise 2 (CLAUDE.md) — can absorb unlimited timeShow & Tell — cut to 1 volunteer if behind
Lattice DesignExercise 2 (Build YAML) — debugging syntaxExercise 4 (Compose) — make optional if behind

General pacing rules:

  • Start exercises on time even if the preceding lecture ran long
  • Give a 2-minute warning before each exercise ends
  • If an exercise runs long, cut the next lecture, not the next exercise
  • End on time. Facilitator credibility depends on respecting the schedule.

Mixed-Audience Management

The Dual Audience principle applies to workshops, not just documentation:

  • When a developer asks a technical question: Answer briefly, then translate for the room. “The AGENTS.md file is like a README for AI — it tells the agent what’s in this folder and whether to load it.”
  • When a non-developer is lost: Point them to the conceptual layer. “Don’t worry about the YAML syntax. Focus on the boxes and arrows — that’s the workflow.”
  • Pair developers with non-developers in exercises. The developer handles syntax; the non-developer asks “but what does this step actually do?” Both learn more.

Common Questions

QuestionAnswer
”Do I need Obsidian?”No — any Markdown editor works. Obsidian is recommended because its graph view and wikilinks make the vault’s structure visible.
”How is this different from just using folders?”Folders organize files. aDNA adds governance (CLAUDE.md tells agents the rules), routing (AGENTS.md helps agents navigate), and interoperability (lattice YAML makes workflows composable). See aDNA vs. Plain Markdown.
”Can I use this without AI?”Yes. The triad, Question Test, and mission decomposition are useful organizational patterns for humans. AI agents benefit from the governance layer, but the architecture stands on its own.
”What’s the learning curve?”Start with the triad (5 minutes to understand). Write a CLAUDE.md (20 minutes). Add domain-specific content over time. Most teams are productive within a day.

After the Workshop

Follow-Up

Send within 24 hours:

  1. Resource links — aDNA specification, tutorial index, this vault’s live site
  2. Feedback survey — 3 questions: What worked? What didn’t? What would you add?
  3. Community invitation — link to aDNA community channels for ongoing support

Measuring Success

SignalHow to Measure
Participants use their vault next weekFollow-up survey at day 7
Participants can explain the triadExit question (show of hands)
Workshop generates community contributionCount new community members or GitHub issues within 30 days

Self-Reference

This facilitation guide follows the same Dual-Audience Writing pattern it teaches facilitators to apply. The audience assessment table uses the same progressive disclosure structure as the vault’s own entry points in MANIFEST.md. The common questions section addresses the same objections that the comparison files address in long form.