# summary

Show deterministic offline guide for a specific task.

# description

Provides step-by-step recovery guidance, relevant references, and suggested commands for the specified task. Works without any LLM or network access.

# flags.task.summary

Task ID to generate guide for.

# examples

- Show guide for task TASK-1:

  <%= config.bin %> <%= command.id %> --task TASK-1

- Show guide as JSON:

  <%= config.bin %> <%= command.id %> --task TASK-1 --json
