{
  "schema": "vedokrok.public-item.v1",
  "release_id": "MHC-RPUB-20260920-75ad787a",
  "url": "/knowledge/capture-a-request-without-opening-its-context",
  "id": "MHC-D-RESEARCH-9060",
  "version": "0.1.0",
  "title": "Capture a request without opening its context",
  "summary": "You often need to preserve the request, not perform it.",
  "kind": "protocol",
  "body": "Record the request in a trusted queue with enough context to decide it later, then return to the current task. Capture the source, required output, real deadline or trigger and the next decision—not the whole solution. Interruption research suggests that preserving task state can make resumption easier; combining a capture queue with an existing restart note keeps both sides of the switch visible without creating another active context.",
  "limits": [
    "If the request qualifies for the urgent path, capture alone is insufficient. Handle or escalate it according to the response rule."
  ],
  "topics": [
    "union-task-batching-and-context-control"
  ],
  "intents": [],
  "source_ids": [
    "RS-F9F873DF5BF97DD5"
  ],
  "evidence": [
    {
      "claim": "A systematic review and meta-analysis of laboratory studies found interruption-management interventions improved primary-task accuracy and reduced resumption lag on average, with effects varying by intervention and task.",
      "source_id": "RS-F9F873DF5BF97DD5",
      "role": "supports",
      "note": "Laboratory findings do not identify one universal batching schedule for real professional work.",
      "locator": "Abstract"
    }
  ],
  "use_when": [
    "A new idea or request appears during focused work and does not need action now, but ignoring it feels risky."
  ],
  "avoid_when": [
    "If the request qualifies for the urgent path, capture alone is insufficient. Handle or escalate it according to the response rule."
  ],
  "example": "During analysis, capture 'check vendor reply; needed before Monday migration decision; next: compare supported version' instead of opening the vendor portal immediately.",
  "check": "The request is recoverable later and the current task resumes without the new context becoming active.",
  "steps": [
    "The request is recoverable later and the current task resumes without the new context becoming active."
  ],
  "sources": [
    {
      "id": "RS-F9F873DF5BF97DD5",
      "title": "Effects of interventions to reduce the negative consequences of interruptions on task performance: A systematic review, meta-analysis, and narrative synthesis of laboratory studies",
      "url": "https://pubmed.ncbi.nlm.nih.gov/34273814/"
    }
  ],
  "relations": [
    {
      "from": "MHC-D-RESEARCH-9060",
      "to": "MHC-D-RESEARCH-1258",
      "type": "useful_with",
      "url": "/knowledge/park-the-current-goal-before-an-unavoidable-interruption"
    },
    {
      "from": "MHC-D-RESEARCH-9060",
      "to": "MHC-D-RESEARCH-1259",
      "type": "useful_with",
      "url": "/knowledge/flatten-nested-interruptions-when-you-can"
    }
  ],
  "collections": [
    {
      "id": "RC-C46D60854E0EAA15",
      "title": "Batch repeated work without turning batching into a rule",
      "url": "/collections/batch-repeated-work-without-turning-batching-into-a-rule"
    }
  ]
}
