fest-planning

fest-planning is a skill for Cursor from Obedience-Corp/festival. It costs 34 tokens per session (730 once invoked), scanned A, original, Apache-2.0.

A planning skill for the Festival Methodology, a project system that organises work into festivals, phases, sequences, and tasks. It creates the folders and files using required naming and lifecycle rules.

In plain words
What is it for?
It helps scaffold festivals, phases, sequences, and tasks; link them to projects; and move work through its lifecycle.
Why use it?
It removes the manual effort and naming mistakes involved in setting up a Festival project. It also helps match a project to the right type, such as standard, implementation, research, or recurring work.

Skill for Cursor

Written for Cursor: a Cursor plugin manifest.

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

Good fit It helps scaffold festivals, phases, sequences, and tasks; link them to projects; and move work through its lifecycle.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/obedience-corp/festival/fest-planning
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.

Any agent
npx skills add Obedience-Corp/festival --skill fest-planning
Clone the repo
git clone --depth 1 https://github.com/Obedience-Corp/festival

Made for: 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 fest-planning

README.md
[![agentmods](https://agentmods.dev/badge/skills/obedience-corp/festival/fest-planning/github.svg)](https://agentmods.dev/skills/obedience-corp/festival/fest-planning)
Your own site
<a href="https://agentmods.dev/skills/obedience-corp/festival/fest-planning"><img src="https://agentmods.dev/badge/skills/obedience-corp/festival/fest-planning/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 fest-planning

Your own site · 80×15
<a href="https://agentmods.dev/skills/obedience-corp/festival/fest-planning"><img src="https://agentmods.dev/badge/skills/obedience-corp/festival/fest-planning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 730 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00034 $0.00730
Opus 5 $0.00017 $0.00365
Sonnet 5 $0.00007 $0.00146
Haiku 4.5 $0.00003 $0.00073

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

Security

Grade A, and why

fest-planning 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/skills/fest-planning/SKILL.md · 111 lines

How it starts

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

Festival Planning

Start Here

fest understand methodology
fest understand structure
fest understand tasks
fest understand rules
fest types festival

Naming Rules (Automation-Critical)

  • Phase dir: NNN_UPPER_CASE/ (e.g., 001_IMPLEMENT/)
  • Sequence dir: NN_lower_snake_case/ (e.g., 01_auth_module/)
  • Task file: NN_lower_snake_case.md (e.g., 01_create_handler.md)

Every sequence should include SEQUENCE_GOAL.md.

Festival Types (Choose Before Scaffolding)

Use fest types festival / fest types festival show <type> as source of truth.

  • standard: Full planning + implementation (recommended for most work)
  • implementation: Execution-only (use when requirements already exist)
  • research: Investigation and exploration
  • ritual: Recurring processes
fest create festival --name "<name>" --type standard
fest create festival --name "<name>" --type implementation
fest create festival --name "<name>" --type research
fest create festival --name "<name>" --type ritual --dest ritual

Phase Types

  • planning: Workflow phase for architecture/decisions (WORKFLOW.md, no numbered sequences)
  • research: Investigation and findings
  • ingest: Normalizing incoming context/specs
  • implementation: Sequence-driven coding (numbered sequences/tasks, quality gates)
  • review: Freeform acceptance/signoff
  • non_coding_action: Operational actions
fest create phase --name "001_IMPLEMENT" --type implementation

Create / Promote

fest create festival
fest create phase
fest create sequence
fest create task

fest promote
fest validate
fest link [path]
fest link --show
fest links
fest unlink

# Shell helper after eval "$(fest shell-init zsh)"
fgo
fgo project
fgo fest

Scaffolding from Plan

fest scaffold from-plan --plan STRUCTURE.md --name my-festival

Standalone WORKFLOW.md (Outside a Festival)

For a short, repeatable step checklist that does not need a full festival (phases/sequences/tasks), scaffold a standalone WORKFLOW.md instead:

Read the full file on GitHub · 111 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 · 111 lines · 34 tokens per session scan A 298385ad2aba

Subscribe to this mod's changes

fest-planning is a skill published in the GitHub repository Obedience-Corp/festival (49 stars, last pushed today), licensed Apache-2.0. It adds 34 tokens to every session and 730 once invoked, about $0.0002 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.