Examples
Real example campaigns and festivals you can clone, read, and run. Browse them all in the examples repo; the project repos live in the Festival-Examples organization.
Campaigns
A campaign is a workspace that holds the projects, plans, and context for a mission.
Festival Example Campaign
Repository: https://github.com/Festival-Examples/example-campaign
A public example workspace for learning the camp and fest CLIs. It preserves the
full planning, execution, review, and ritual structure around its example projects,
including a fully worked Go todo CLI as the golden path.
Festivals
A festival is a single structured plan, read one end to end to see how Festival breaks a real piece of work into phases, sequences, and tasks and drives it to completion.
Camp Hardening Festival (CH0001)
Repository: https://github.com/Festival-Examples/example-camp-hardening-festival

A complete, worked example festival that hardens the camp CLI with safer
destructive commands, more consistent JSON output contracts, and stronger git-backed
workflows. Planned and executed end to end as 4 phases, 12 sequences, and 145 tasks,
then promoted to dungeon/completed.
How it was built: roughly four days of real work across three different agents, drafted in Fathom, built with Grok, and finished in Codex. The festival plan carried context and progress across all three, so each agent resumed where the last left off, a real demonstration of the agent-agnostic, resumable execution Festival is built for.
More examples are added over time in the Festival-Examples organization.