iiRecord
Agentic AI Atlas · Open Source Contribution
workflow:open-source-contributiona5c.ai
II.
Workflow JSON

workflow:open-source-contribution

Structured · live

Open Source Contribution json

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

File · workflows/workflows/workflows-expanded.yamlCluster · workflows
Record JSON
{
  "id": "workflow:open-source-contribution",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-expanded.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Open Source Contribution",
    "workflowKind": "development",
    "triggerType": "on-demand",
    "typicalCadence": "per-contribution",
    "complexity": "moderate",
    "description": "Manages contributions to external open-source projects -- identifying\nupstream issues or features aligned with business needs, checking\ncontribution guidelines and CLA requirements, developing and testing\nthe change, submitting the pull request with context, addressing\nmaintainer feedback, and tracking merge status. Produces merged\ncontribution and internal knowledge base entry. Excludes maintaining\nown OSS projects.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:open-source-contribution",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:open-source-contribution",
      "to": "role:developer-advocate",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:open-source-contribution",
      "to": "role:backend-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:open-source-contribution",
      "to": "skill-area:code-quality",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:open-source-contribution",
      "to": "skill-area:code-review-practice",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:open-source-contribution",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:open-source-contribution",
      "to": "responsibility:knowledge-sharing",
      "kind": "triggers_responsibility",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}