iiRecord
Agentic AI Atlas · dispatching-parallel-agents
lib-skill:shared--dispatching-parallel-agentsa5c.ai
II.
LibrarySkill JSON

lib-skill:shared--dispatching-parallel-agents

Structured · live

dispatching-parallel-agents 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--dispatching-parallel-agents",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "dispatching-parallel-agents",
    "description": "Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.",
    "libraryPath": "library/methodologies/superpowers/skills/dispatching-parallel-agents/SKILL.md",
    "contentSummary": "- Multiple subsystems broken independently\n- Each problem understood without context from others\n- No shared state between investigations\n\n## When NOT to Use\n\n- Failures are related (fix one might fix others)\n- Need full system state understanding\n- Agents would interfere (editing same files"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:shared--dispatching-parallel-agents",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--dispatching-parallel-agents",
      "to": "skill-area:orchestration-loop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--dispatching-parallel-agents",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--dispatching-parallel-agents",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--dispatching-parallel-agents",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--dispatching-parallel-agents",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--dispatching-parallel-agents",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}