iiRecord
Agentic AI Atlas · First Production Deploy Milestone
workflow:first-production-deploy-milestonea5c.ai
II.
Workflow JSON

workflow:first-production-deploy-milestone

Structured · live

First Production Deploy Milestone json

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

File · workflows/workflows/workflows-onboarding-deep.yamlCluster · workflows
Record JSON
{
  "id": "workflow:first-production-deploy-milestone",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-onboarding-deep.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "First Production Deploy Milestone",
    "workflowKind": "operational",
    "triggerType": "event-driven",
    "typicalCadence": "per-event",
    "complexity": "single-team",
    "description": "Guides a new engineer through their first production deployment end-to-end —\nselecting an appropriately scoped task (bug fix or small feature) from the\nteam backlog, pairing on implementation with emphasis on testing and\nobservability conventions, walking through the code review process with\nconstructive mentoring, demonstrating the deployment pipeline stages\n(staging, canary, production), supervising the actual production rollout with\nrollback readiness, and celebrating the milestone to reinforce psychological\nsafety. Produces deploy checklists, first-deploy retrospective notes, and\nonboarding velocity metrics. Excludes ongoing deployment responsibilities.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:first-production-deploy-milestone",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:first-production-deploy-milestone",
      "to": "role:fullstack-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:first-production-deploy-milestone",
      "to": "role:code-reviewer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:first-production-deploy-milestone",
      "to": "skill-area:canary-rollouts",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:first-production-deploy-milestone",
      "to": "skill-area:code-review-practice",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:first-production-deploy-milestone",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:first-production-deploy-milestone",
      "to": "domain:devops",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:first-production-deploy-milestone",
      "to": "responsibility:onboard-new-engineer",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:first-production-deploy-milestone",
      "to": "responsibility:release-coordination",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:first-production-deploy-milestone",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:first-production-deploy-milestone",
      "to": "org-unit:release-engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}