Claude Cursor opencode Skill

fest-methodology

Use when the user mentions festivals, the fest CLI, phases, sequences, or tasks, or when working inside a `festivals/` directory. Provides the core Festival methodology model so Claude understands the planning system.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download obedience-corp-festival-plugins_festival_skills_fest-methodology-01263e8.zip · 1 KB
Part of obedience-corp/festival — 60 skills

Install

skills CLI npx skills add https://github.com/Obedience-Corp/festival/tree/main/plugins/festival/skills/fest-methodology
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install obedience-corp-festival@llmmart
Git git clone https://github.com/Obedience-Corp/festival.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole obedience-corp/festival collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Festival Methodology

Festival Methodology is a goal-oriented project management system for human-AI development workflows. It replaces sprints, story points, and time estimates with steps to goals.

Core Concepts

  • Festivals: Top-level project containers with a specific goal
  • Phases: Major stages (planning, implementation, review), prefixed NNN_ (e.g., 001_PLAN/)
  • Sequences: Ordered groups of related tasks within a phase, prefixed NN_ (e.g., 01_setup/)
  • Tasks: Atomic work units as markdown files, prefixed NN_ (e.g., 01_create_schema.md)

Hierarchy

Festival
└── Phase       (NNN_UPPER_CASE/)
    └── Sequence    (NN_lower_snake_case/)
        └── Task        (NN_lower_snake_case.md)

Lifecycle

planning/ → ready/ → active/ → dungeon/completed/

Key CLI Commands

fest understand methodology    # Learn the methodology
fest create festival           # Create a new festival
fest next                      # Get next actionable task
fest task completed            # Mark task done
fest commit -m "msg"           # Commit with festival traceability
fest validate                  # Check structure
fest status                    # View progress

When You Detect Festival Context

If you're working in a directory containing festivals/, or the user references festival methodology concepts, use fest commands rather than manual file manipulation. The CLI handles naming, validation, and traceability automatically.

Always run fest next to determine what to work on rather than manually picking tasks (it respects dependency order).

Files (festival)
  • SKILL.md 1.9 KB
    ---
    name: fest-methodology
    description: Use when the user mentions festivals, the fest CLI, phases, sequences, or tasks, or when working inside a `festivals/` directory. Provides the core Festival methodology model so Claude understands the planning system.
    ---
    
    # Festival Methodology
    
    Festival Methodology is a goal-oriented project management system for human-AI development workflows. It replaces sprints, story points, and time estimates with **steps to goals**.
    
    ## Core Concepts
    
    - **Festivals**: Top-level project containers with a specific goal
    - **Phases**: Major stages (planning, implementation, review), prefixed `NNN_` (e.g., `001_PLAN/`)
    - **Sequences**: Ordered groups of related tasks within a phase, prefixed `NN_` (e.g., `01_setup/`)
    - **Tasks**: Atomic work units as markdown files, prefixed `NN_` (e.g., `01_create_schema.md`)
    
    ## Hierarchy
    
    ```
    Festival
    └── Phase       (NNN_UPPER_CASE/)
        └── Sequence    (NN_lower_snake_case/)
            └── Task        (NN_lower_snake_case.md)
    ```
    
    ## Lifecycle
    
    ```
    planning/ → ready/ → active/ → dungeon/completed/
    ```
    
    ## Key CLI Commands
    
    ```bash
    fest understand methodology    # Learn the methodology
    fest create festival           # Create a new festival
    fest next                      # Get next actionable task
    fest task completed            # Mark task done
    fest commit -m "msg"           # Commit with festival traceability
    fest validate                  # Check structure
    fest status                    # View progress
    ```
    
    ## When You Detect Festival Context
    
    If you're working in a directory containing `festivals/`, or the user references festival methodology concepts, use `fest` commands rather than manual file manipulation. The CLI handles naming, validation, and traceability automatically.
    
    Always run `fest next` to determine what to work on rather than manually picking tasks (it respects dependency order).
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related