Run Brunch end to end, and understand what it's doing
This section covers working with Brunch in practice: writing a spec, compiling it into a plan, and building it with one AI coding agent per step — each in its own git worktree, streamed live into Petrinaut.
Brunch follows a short, repeatable loop:
plan.yaml of steps, test targets, and dependencies.cook compiles the plan's dependencies into a Petri net that knows what waits for what.🧪 Brunch is an experimental prototype. It works best for building small, self-contained CLI tools in TypeScript, and may struggle with existing codebases or large projects.
Ready to run it? Start with the Run guide.