iiRecord
Agentic AI Atlas · Inner-Loop Optimization Review
workflow:inner-loop-optimization-reviewa5c.ai
II.
Workflow JSON

workflow:inner-loop-optimization-review

Structured · live

Inner-Loop Optimization Review json

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

File · workflows/workflows/workflows-modern-devex.yamlCluster · workflows
Record JSON
{
  "id": "workflow:inner-loop-optimization-review",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-modern-devex.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Inner-Loop Optimization Review",
    "workflowKind": "governance",
    "triggerType": "scheduled",
    "typicalCadence": "quarterly",
    "complexity": "cross-team",
    "description": "Evaluates the developer inner loop (code-edit to local-verification cycle)\nacross major repositories — profiling build times, hot-reload latency,\nlocal test-suite duration, IDE indexing performance, and container-startup\noverhead; comparing against baseline targets; identifying the top-five\nfriction points; and proposing tooling or configuration changes to reduce\ncycle time. Produces an inner-loop health scorecard and optimisation\nroadmap. Excludes CI pipeline work.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:inner-loop-optimization-review",
      "to": "role:platform-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:inner-loop-optimization-review",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:inner-loop-optimization-review",
      "to": "role:performance-profiler",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:inner-loop-optimization-review",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:inner-loop-optimization-review",
      "to": "domain:platform-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:inner-loop-optimization-review",
      "to": "responsibility:dx-tooling-maintenance",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:inner-loop-optimization-review",
      "to": "responsibility:performance-budget-tracking",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:inner-loop-optimization-review",
      "to": "org-unit:engineering-productivity",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:inner-loop-optimization-review",
      "to": "org-unit:architecture-guild",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}