iiRecord
Agentic AI Atlas · verification
lib-skill:shared--verificationa5c.ai
II.
LibrarySkill JSON

lib-skill:shared--verification

Structured · live

verification 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--verification",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "verification",
    "description": "Verification-before-completion discipline ensuring all success criteria are met, tests pass, and reviews complete before declaring work done.",
    "libraryPath": "library/methodologies/rpikit/skills/verification/SKILL.md",
    "contentSummary": "- At phase checkpoints\n- Before final completion declaration\n- When validating that all acceptance criteria are met\n\n## Verification Checklist\n\n1. All automated tests pass\n2. Manual verification steps confirmed\n3. Code review completed (APPROVE or APPROVE_WITH_NITS)\n4. Security review passed\n5. Plan"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:shared--verification",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--verification",
      "to": "skill-area:orchestration-loop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--verification",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--verification",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--verification",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--verification",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--verification",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}