iiRecord
Agentic AI Atlas · decision-documentation
lib-skill:shared--decision-documentationa5c.ai
II.
LibrarySkill JSON

lib-skill:shared--decision-documentation

Structured · live

decision-documentation 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--decision-documentation",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "decision-documentation",
    "description": "Create Architecture Decision Records (ADRs) documenting significant technical choices with context, options, consequences, and sequential numbering.",
    "libraryPath": "library/methodologies/rpikit/skills/decision-documentation/SKILL.md",
    "contentSummary": "- Choosing between competing approaches\n- Documenting a decision for future reference\n- Recording rationale that would otherwise be lost\n\n## ADR Format\n\n- **Title**: Clear description of the decision\n- **Status**: Proposed, Accepted, Deprecated, Superseded\n- **Context**: Why this decision is"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:shared--decision-documentation",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--decision-documentation",
      "to": "skill-area:orchestration-loop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--decision-documentation",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--decision-documentation",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--decision-documentation",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--decision-documentation",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--decision-documentation",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}