iiRecord
Agentic AI Atlas · Performance Regression Hunt
workflow:performance-regression-hunta5c.ai
II.
Workflow JSON

workflow:performance-regression-hunt

Structured · live

Performance Regression Hunt json

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

File · workflows/workflows/workflows-performance.yamlCluster · workflows
Record JSON
{
  "id": "workflow:performance-regression-hunt",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-performance.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Performance Regression Hunt",
    "workflowKind": "development",
    "triggerType": "event-driven",
    "typicalCadence": "per-regression",
    "complexity": "single-team",
    "description": "Systematically bisects and diagnoses a detected performance regression —\nnarrowing the causal commit range, profiling before/after states,\nattributing the regression to a specific subsystem, and verifying the fix\nrestores baseline metrics. Excludes preventive performance budgeting.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:performance-regression-hunt",
      "to": "role:performance-profiler",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:performance-regression-hunt",
      "to": "role:debugger",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:performance-regression-hunt",
      "to": "skill-area:observability-pipeline",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:performance-regression-hunt",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:performance-regression-hunt",
      "to": "domain:devops",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:performance-regression-hunt",
      "to": "responsibility:performance-budget-tracking",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:performance-regression-hunt",
      "to": "responsibility:triage-incoming-issues",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:performance-regression-hunt",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:performance-regression-hunt",
      "to": "org-unit:engineering-productivity",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}