Cursor Claude opencode Skill

campaign-workflows

Manage a camp's intents, dungeons, and workflow collections with `camp`. Use when capturing ideas, promoting intents to festivals, archiving work, or moving workflow items between statuses.

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

Full trust report

Download obedience-corp-festival-.cursor-plugin_skills_campaign-workflows-01263e8.zip · 0 KB
Part of obedience-corp/festival — 60 skills

Install

skills CLI npx skills add https://github.com/Obedience-Corp/festival/tree/main/.cursor-plugin/skills/campaign-workflows
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

Camp Workflows

A camp was previously called a campaign; these commands work the same either way.

All workflow commands here are camp, not fest.

Use camp for intents, dungeons, and workflow collections. fest is for festival planning and execution.

Intents

camp intent add "idea"
camp intent list
camp intent move <id> active
camp intent promote <id>
camp intent archive <id>

Dungeon

camp dungeon crawl

crawl is interactive/TTY-oriented.

Workflow Collections

A workflow collection is a camp directory under workflow/<type>/ with its own navigation config and workitem types.

camp workflow list                 # user-created collections
camp workflow show <name>          # config and recent workitems
camp workflow create <name>        # create a custom collection
camp workflow doctor               # report workflow surface inconsistencies
camp workflow sync                 # repair auto-fixable doctor findings

Item status moves are camp intent move <id> <status>, not a workflow command.

Common Mistakes

  • Running fest commands for intent or workflow-collection operations.
  • Deleting old work instead of moving it to dungeon statuses.
  • Promoting intents before they are sufficiently shaped.
  • Reaching for a camp flow command: the surface is camp workflow.
Files (festival)
  • SKILL.md 1.5 KB
    ---
    name: campaign-workflows
    description: Manage a camp's intents, dungeons, and workflow collections with `camp`. Use when capturing ideas, promoting intents to festivals, archiving work, or moving workflow items between statuses.
    ---
    
    # Camp Workflows
    
    A camp was previously called a campaign; these commands work the same either way.
    
    All workflow commands here are `camp`, not `fest`.
    
    Use `camp` for intents, dungeons, and workflow collections. `fest` is for
    festival planning and execution.
    
    ## Intents
    
    ```bash
    camp intent add "idea"
    camp intent list
    camp intent move <id> active
    camp intent promote <id>
    camp intent archive <id>
    ```
    
    ## Dungeon
    
    ```bash
    camp dungeon crawl
    ```
    
    `crawl` is interactive/TTY-oriented.
    
    ## Workflow Collections
    
    A workflow collection is a camp directory under `workflow/<type>/` with its
    own navigation config and workitem types.
    
    ```bash
    camp workflow list                 # user-created collections
    camp workflow show <name>          # config and recent workitems
    camp workflow create <name>        # create a custom collection
    camp workflow doctor               # report workflow surface inconsistencies
    camp workflow sync                 # repair auto-fixable doctor findings
    ```
    
    Item status moves are `camp intent move <id> <status>`, not a workflow command.
    
    ## Common Mistakes
    
    - Running `fest` commands for intent or workflow-collection operations.
    - Deleting old work instead of moving it to dungeon statuses.
    - Promoting intents before they are sufficiently shaped.
    - Reaching for a `camp flow` command: the surface is `camp workflow`.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related