iiRecord
Agentic AI Atlas · User Story Refinement Session
workflow:user-story-refinement-sessiona5c.ai
II.
Workflow JSON

workflow:user-story-refinement-session

Structured · live

User Story Refinement Session json

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

File · workflows/workflows/workflows-business-analyst.yamlCluster · workflows
Record JSON
{
  "id": "workflow:user-story-refinement-session",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-business-analyst.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "User Story Refinement Session",
    "workflowKind": "development",
    "triggerType": "scheduled",
    "typicalCadence": "weekly",
    "complexity": "single-team",
    "description": "Refines backlog items into implementation-ready user stories --\nreviewing upcoming stories for clarity and completeness with the\ndevelopment team, defining acceptance criteria using Given-When-Then\nor equivalent structured formats, decomposing epics into\nappropriately sized stories that can be completed within a sprint,\nidentifying technical dependencies, integration points, and\nprerequisite work, conducting estimation using story points or\nt-shirt sizing with the team, and flagging stories that require\ndesign spikes, architecture decisions, or stakeholder clarification.\nProduces refined user stories with acceptance criteria, estimates, and\ndependency map. Excludes sprint planning and task assignment.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:user-story-refinement-session",
      "to": "role:business-analyst",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:user-story-refinement-session",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:user-story-refinement-session",
      "to": "role:product-designer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:user-story-refinement-session",
      "to": "skill-area:domain-driven-design",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:user-story-refinement-session",
      "to": "skill-area:code-review-practice",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:user-story-refinement-session",
      "to": "domain:project-management",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:user-story-refinement-session",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:user-story-refinement-session",
      "to": "responsibility:write-rfc-documents",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:user-story-refinement-session",
      "to": "responsibility:triage-incoming-issues",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:user-story-refinement-session",
      "to": "org-unit:product-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:user-story-refinement-session",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}