session-inherit
Installation
SKILL.md
/session-inherit - Inherit an Active Context Session
Description
Enables a worker agent to join an active context session that was opened by a leader via session-create. Workers use sessionQuery to locate the active session, confirm with a SESSION INHERITED output block, and report incremental token usage via sessionUpdate.
Session tracking is telemetry — it must never gate or block a workflow. If no active session is found, the worker emits SESSION NOT FOUND and continues its work normally.
Workers MUST NOT call
sessionComplete. See the restriction section below.
Usage
/session-inherit # locate and inherit active session
/session-inherit storyId=WINT-1234 # narrow query by storyId