camp-workitems
Find, filter, choose, create, or adopt camp work items with `camp workitem`, `camp wi`, or `camp workitems`. Use when a user wants current active work across intents, designs, explore notes, festivals, or tracked workflow directories; when agents need safe `camp workitem --json`
Install
npx skills add https://github.com/Obedience-Corp/festival/tree/main/claude-plugin/skills/camp-workitems
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install obedience-corp-festival@llmmart
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 Workitems
Use camp workitem to find current camp work across intents, workflow
design/explore docs, festivals, and tracked workflow directories.
camp workitem is canonical. camp wi and camp workitems are aliases.
Discover
Agents and scripts should prefer JSON:
camp workitem --json
camp workitem --json --type design --query auth
camp workitem --json --type intent --stage ready --limit 5
Use path output only when shell integration needs a destination:
camp workitem --print --type festival
Non-interactive use requires --json or --print.
Useful filters:
--type intent|design|explore|festival|<custom>--stage inbox|active|ready|planning--query <text>--limit <n>
Interactive
camp workitem
Use the TUI for human browsing, prioritization, and selection.
Create Or Adopt
Use custom workitems for workflow/<type>/<slug> directories that should
appear in discovery.
camp workitem create <slug> --type feature --title "Human title"
camp workitem adopt workflow/feature/existing-dir --type feature --title "Human title"
Slug and type values must be path-safe: no /, \, whitespace, or control
characters; no leading . or -; max 80 characters.
Avoid
- Running the interactive TUI from an agent session instead of using
--json. - Hand-writing tracking metadata for custom workitems. Use
camp workitem createorcamp workitem adoptso discovery state stays compatible. - Editing
.campaign/settings/workitems.jsonmanually. It is tool-managed priority state, not the work-item source of truth.
Files (festival)
-
SKILL.md 2 KB
--- name: camp-workitems description: Find, filter, choose, create, or adopt camp work items with `camp workitem`, `camp wi`, or `camp workitems`. Use when a user wants current active work across intents, designs, explore notes, festivals, or tracked workflow directories; when agents need safe `camp workitem --json` output; or when creating/adopting tracked workflow folders. --- # Camp Workitems Use `camp workitem` to find current camp work across intents, workflow design/explore docs, festivals, and tracked workflow directories. `camp workitem` is canonical. `camp wi` and `camp workitems` are aliases. ## Discover Agents and scripts should prefer JSON: ```bash camp workitem --json camp workitem --json --type design --query auth camp workitem --json --type intent --stage ready --limit 5 ``` Use path output only when shell integration needs a destination: ```bash camp workitem --print --type festival ``` Non-interactive use requires `--json` or `--print`. Useful filters: - `--type intent|design|explore|festival|<custom>` - `--stage inbox|active|ready|planning` - `--query <text>` - `--limit <n>` ## Interactive ```bash camp workitem ``` Use the TUI for human browsing, prioritization, and selection. ## Create Or Adopt Use custom workitems for `workflow/<type>/<slug>` directories that should appear in discovery. ```bash camp workitem create <slug> --type feature --title "Human title" camp workitem adopt workflow/feature/existing-dir --type feature --title "Human title" ``` Slug and type values must be path-safe: no `/`, `\`, whitespace, or control characters; no leading `.` or `-`; max 80 characters. ## Avoid - Running the interactive TUI from an agent session instead of using `--json`. - Hand-writing tracking metadata for custom workitems. Use `camp workitem create` or `camp workitem adopt` so discovery state stays compatible. - Editing `.campaign/settings/workitems.json` manually. It is tool-managed priority state, not the work-item source of truth.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.