iiRecord
Agentic AI Atlas · /btw
interaction-primitive:slash-btwa5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:slash-btw

Structured · live

/btw json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/interaction-primitives/claude-code-slash-commands-extended.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:slash-btw",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/claude-code-slash-commands-extended.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "/btw",
    "description": "Quick out-of-band side question that doesn't pollute history.\n",
    "kind": "slash-command",
    "surface": "slash-command",
    "category": "interaction-primitive-category:context",
    "availableInModes": [
      "chat"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:slash-btw",
      "to": "interaction-primitive-category:context",
      "kind": "in_category",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:slash-btw",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:claude-code.ui@current",
      "to": "interaction-primitive:slash-btw",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "slash-command",
          "invocationToken": "/btw"
        }
      }
    }
  ]
}