Skip to content

The Body

Part 3 Flashcards · The Body

Ten cards on what a beat is allowed to do and touch. Hide the right column, say the answer out loud, then flip to check yourself.

Ten cards on what a beat is allowed to do and touch. Hide the right column, say the answer out loud, then flip to check yourself.

#FrontBack
1What does "the body" actually govern?blast radius — the exact standing room, moves, and reach a job needs, and not a scrap more
2When do you need a worktree?when files overlap (or a failure must not leak into main) — disjoint ownership can happily share one tree
3Describe a worktree in one breatha second working directory on the same repo: shared history, its own branch and files — isolation, cheaply
4What is the cold-start problem?every beat boots amnesiac; the spine restores facts, a skill restores procedure
5Skill or plugin?skill = words the model chooses to follow (markdown); plugin = code the harness runs on its own
6What makes a skill trigger?a description that names when it applies, phrased in the words a real task would use
7The three rules for connectorsfew focused tools · idempotent writes · errors that say what to do next
8Why prefer "ensure X" to "do X"?retries and double-fired events mean idempotency is the gap between "once" and "twice"
9Maker–checker, distilledthe hand that writes never signs off; the grader is powerless to edit the work
10Where does a workflow fit?it is the body of a single beat — deterministic inside; the loop still owns whether and when

Drill, then: Part 3 quiz · Part 4


Sources: these cards test Part 3, drawn from Panaversity's Loop Engineering: A Crash Course (S1) and Agentic Coding Crash Course (S2). Full attribution: resources/sources.md.