iiRecord
Agentic AI Atlas · Feature Flag Lifecycle
workflow:feature-flag-lifecyclea5c.ai
II.
Workflow JSON

workflow:feature-flag-lifecycle

Structured · live

Feature Flag Lifecycle json

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

File · workflows/workflows/workflows-product-design.yamlCluster · workflows
Record JSON
{
  "id": "workflow:feature-flag-lifecycle",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-product-design.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Feature Flag Lifecycle",
    "workflowKind": "operational",
    "triggerType": "continuous",
    "typicalCadence": "weekly",
    "complexity": "cross-team",
    "description": "Manages feature flags from creation to cleanup — enforcing naming\nconventions, tracking flag age, alerting on stale flags, coordinating\ngradual rollout percentages, and ensuring dead flags are removed from\ncode after full rollout. Excludes experiment analysis.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:feature-flag-lifecycle",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:feature-flag-lifecycle",
      "to": "role:implementer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:feature-flag-lifecycle",
      "to": "role:engineering-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:feature-flag-lifecycle",
      "to": "skill-area:canary-rollouts",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:feature-flag-lifecycle",
      "to": "skill-area:gitops",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:feature-flag-lifecycle",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:feature-flag-lifecycle",
      "to": "domain:devops",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:feature-flag-lifecycle",
      "to": "responsibility:approve-deploys",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:feature-flag-lifecycle",
      "to": "responsibility:triage-incoming-issues",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:feature-flag-lifecycle",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:feature-flag-lifecycle",
      "to": "org-unit:engineering-productivity",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:feature-flag-service",
      "to": "workflow:feature-flag-lifecycle",
      "kind": "follows_workflow"
    }
  ]
}