Skip to content

jira guide

  • Usage: jira guide [slug] [flags]

Retrieve agent guides from the loaded guide set.

Without arguments, emits a frontmatter-only index of all guides in canonical order. With a slug argument, emits the full guide content. With --section the named section body is emitted instead of the full guide. With --all all guides are concatenated in canonical order, separated by form-feed lines.

Options

--all

Emit all guides concatenated in canonical order.

--section <SECTION>

Emit only the named section body (requires a slug argument).

Allowed values:

  • Decide — choose the approach
  • Run — execute the workflow
  • Save — capture outputs and reusable state
  • Preconditions — check required state
  • Recover — handle failures
  • Next — continue to related guidance

Examples

app guide # (1)!
app guide safe-mutation
app guide safe-mutation --section run # (2)!
app guide --all # (3)!
  1. Frontmatter-only index of every guide
  2. One guide in full, or a single section of it
  3. Every guide, form-feed separated