iiRecord
Agentic AI Atlas · Spec Review Cycle
workflow:spec-review-cyclea5c.ai
II.
Workflow JSON

workflow:spec-review-cycle

Structured · live

Spec Review Cycle json

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

File · workflows/workflows/workflows-methodology.yamlCluster · workflows
Record JSON
{
  "id": "workflow:spec-review-cycle",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-methodology.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Spec Review Cycle",
    "workflowKind": "governance",
    "triggerType": "event-driven",
    "typicalCadence": "per-spec",
    "complexity": "single-team",
    "description": "Manages the review lifecycle of a technical specification — circulating\nthe draft, collecting structured feedback, facilitating review meetings,\ntracking revisions, resolving open questions, and recording the final\napproval decision. Excludes spec authoring.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:spec-review-cycle",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:spec-review-cycle",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:spec-review-cycle",
      "to": "role:principal-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:spec-review-cycle",
      "to": "skill-area:adr-writing",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:spec-review-cycle",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:spec-review-cycle",
      "to": "responsibility:write-rfc-documents",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:spec-review-cycle",
      "to": "responsibility:run-architecture-review",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:spec-review-cycle",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:spec-review-cycle",
      "to": "org-unit:architecture-guild",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}