iiRecord
Agentic AI Atlas · plan-reviewer
lib-agent:shared--plan-reviewera5c.ai
II.
LibraryAgent JSON

lib-agent:shared--plan-reviewer

Structured · live

plan-reviewer json

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

File · generated-library/agents.yamlCluster · generated-library
Record JSON
{
  "id": "lib-agent:shared--plan-reviewer",
  "_kind": "LibraryAgent",
  "_file": "generated-library/agents.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "plan-reviewer",
    "description": "Validates spec completeness, challenges assumptions, and ensures task decomposition is atomic and testable. Conditionally invoked (skipped for specs with 3 or fewer tasks).",
    "libraryPath": "library/methodologies/pilot-shell/agents/plan-reviewer/AGENT.md"
  },
  "outgoingEdges": [
    {
      "from": "lib-agent:shared--plan-reviewer",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--plan-reviewer",
      "to": "skill-area:prompt-engineering",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:shared--plan-reviewer",
      "to": "skill-area:multi-agent-coordination",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-agent:shared--plan-reviewer",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--plan-reviewer",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--plan-reviewer",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--plan-reviewer",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:shared--plan-reviewer",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-agent:shared--plan-reviewer",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--plan-reviewer",
      "to": "specialization:ai-agents-conversational",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--pilot-shell-feature",
      "to": "lib-agent:shared--plan-reviewer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:shared--pilot-shell-orchestrator",
      "to": "lib-agent:shared--plan-reviewer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ]
}