festival-plan

festival-plan is a command for Claude Code, Cursor from Obedience-Corp/festival. It costs 20 tokens per session (519 once invoked), scanned A, original, Apache-2.0.

A command that turns a short description of planned work into a structured workflow. It first sizes the work, proposes phases and steps, and then guides the planning process.

In plain words
What is it for?
Use it to plan a one-session task, a multi-step repository change, or a larger multi-phase project with review points.
Why use it?
It helps prevent small tasks from being over-planned and ensures larger work is divided into reviewable stages before files are created.

Command for Claude CodeCursor

Written for Claude Code and Cursor: $ARGUMENTS substitution, but also a Cursor plugin manifest.

Part of the festival plugin — 12 skills, 11 commands shipped together

Good fit Use it to plan a one-session task, a multi-step repository change, or a larger multi-phase project with review points.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/obedience-corp/festival/festival-plan
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Obedience-Corp/festival

Made for: Claude Code, Cursor.

Or install festival, the plugin that ships this one along with the rest of its 12 skills, 11 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for festival-plan

README.md
[![agentmods](https://agentmods.dev/badge/commands/obedience-corp/festival/festival-plan/github.svg)](https://agentmods.dev/commands/obedience-corp/festival/festival-plan)
Your own site
<a href="https://agentmods.dev/commands/obedience-corp/festival/festival-plan"><img src="https://agentmods.dev/badge/commands/obedience-corp/festival/festival-plan/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for festival-plan

Your own site · 80×15
<a href="https://agentmods.dev/commands/obedience-corp/festival/festival-plan"><img src="https://agentmods.dev/badge/commands/obedience-corp/festival/festival-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.00519
Opus 5 $0.00010 $0.00260
Sonnet 5 $0.00004 $0.00104
Haiku 4.5 $0.00002 $0.00052

Measured 10d ago against content hash 9df6d7d3fa9b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

festival-plan scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor-plugin/commands/festival-plan.md · 61 lines

How it starts

The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Plan This

The user described work in $ARGUMENTS. Route it and plan it. Do not skip straight to creating things.

1. Size it out loud

Say which gear this is and why, in one line, before doing anything else.

Signal Route
One file, one session, reversible Answer in chat. Create nothing.
Linear, a handful of steps, one repo fest create workflow <name>
Multi-phase, multi-repo, needs review gates, or outlives a session fest create festival

Most requests are the first row. Reaching for a festival on small work is a failure mode, not thoroughness. If it is genuinely between two rows, pick the smaller one and say it can be promoted later.

2. Show the shape, then ask

Present the proposed phases and the sequences under each. Get a yes before anything is written to disk. You already have what you need to do this, so it costs nothing, and it is the user's one chance to redirect.

3. Plan through the loop

fest create festival --type standard --name <name>
fest next     # answer what it asks, repeat
fest validate

Do not scaffold every phase and sequence up front and fill the [REPLACE] markers afterward. That writes hundreds of unfilled markers, drops fest validate from 100 to 0, and makes filling them with plausible filler the score-restoring move. The loop is the planning process.

4. Plan the full scope

Plan the whole thing. Do not trim scope to make the plan look achievable or defer the hard parts to an invented later phase. Scaling down is the user's call, made against a complete plan.

5. Write tutorial-grade tasks

Each task is read by an agent with none of this conversation's context. Name the files it touches, state error paths as well as the happy path, and cite file:line anchors you have actually opened. fest validate scores structure, not substance, so nothing else will catch a thin task.

6. Hand off

End by showing fest status and telling the user how to start execution (fest next) or hand it to an agent.

Read the full file on GitHub · 61 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 61 lines · 20 tokens per session scan A 9df6d7d3fa9b

Subscribe to this mod's changes

festival-plan is a command published in the GitHub repository Obedience-Corp/festival (49 stars, last pushed today), licensed Apache-2.0. It adds 20 tokens to every session and 519 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.