iiRecord
Agentic AI Atlas · session-memory
lib-skill:shared--session-memorya5c.ai
II.
LibrarySkill JSON

lib-skill:shared--session-memory

Structured · live

session-memory json

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

File · generated-library/skills.yamlCluster · generated-library
Record JSON
{
  "id": "lib-skill:shared--session-memory",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "session-memory",
    "description": "Mandatory memory persistence system across session resets using three markdown surfaces in .claude/cc10x/. Iron law - every workflow must load at start and update at end.",
    "libraryPath": "library/methodologies/cc10x/skills/session-memory/SKILL.md",
    "contentSummary": "## Iron Law\n\nEVERY WORKFLOW MUST:\n1. LOAD memory at START (and before key decisions)\n2. UPDATE memory at END (and after learnings/decisions)\n\n## Stable Edit Anchors\n\nSafe section headers for Edit operations:\n- activeContext: `## Recent Changes`, `## Learnings`, `## References`\n- patterns: "
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:shared--session-memory",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--session-memory",
      "to": "skill-area:orchestration-loop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--session-memory",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--session-memory",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--session-memory",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--session-memory",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--session-memory",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}