camp intent

Manage campaign intents

Synopsis

Manage intents for ideas and features not yet ready for full planning.

Intents capture ideas, bugs, features, and research topics that depend on work not yet completed. They serve as structured storage for ideas that aren't ready to become Festivals but need to be tracked.

CAPTURE MODES: Fast (default) Quick capture with minimal fields Deep (--edit) Open in editor for full context

INTENT LIFECYCLE: inbox → Captured, not yet reviewed ready → Reviewed/enriched, ready for promotion active → Promoted to festival/design doc, work in progress dungeon/* → Terminal statuses (done, killed, archived, someday)

Examples: camp intent add "Add dark mode toggle" Fast capture to inbox camp intent add -e "Refactor auth system" Deep capture with editor camp intent list List all intents camp intent list --status active List active intents camp intent edit add-dark Edit intent (fuzzy match) camp intent show 20260119-153412-add-dark Show intent details camp intent move add-dark ready Mark as ready camp intent promote add-dark Promote to active via festival camp intent archive add-dark Archive intent

camp intent [flags]

Options

  -h, --help   help for intent

Options inherited from parent commands

      --config string   config file (default: ~/.obey/campaign/config.yaml)
      --no-color        disable colored output
      --verbose         enable verbose output

SEE ALSO