II.
Workflow JSON
Structured · liveworkflow:documentation-sprint
Documentation Sprint json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:documentation-sprint",
"_kind": "Workflow",
"_file": "domain/workflows/workflows-technical-depth.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Documentation Sprint",
"description": "Focused sprint for creating or substantially improving a body of technical documentation,\nsuch as onboarding guides, architecture overviews, runbooks, or API references. The\ndocumentation engineer and technical writer inventory documentation gaps identified\nthrough developer surveys and support tickets, then prioritise a documentation backlog\nfor the sprint. Each documentation item goes through a draft, peer review for technical\naccuracy, and editorial review for clarity before being published. The sprint closes\nwith a documentation health score update and a plan for maintaining freshness going\nforward.\n",
"workflowKind": "development",
"triggerType": "scheduled",
"typicalCadence": "per-release",
"complexity": "moderate"
},
"outgoingEdges": [
{
"from": "workflow:documentation-sprint",
"to": "role:documentation-engineer",
"kind": "involves_role"
},
{
"from": "workflow:documentation-sprint",
"to": "role:technical-writer",
"kind": "involves_role"
},
{
"from": "workflow:documentation-sprint",
"to": "role:tech-lead",
"kind": "involves_role"
},
{
"from": "workflow:documentation-sprint",
"to": "role:developer-advocate",
"kind": "involves_role"
},
{
"from": "workflow:documentation-sprint",
"to": "domain:software-engineering",
"kind": "applies_to_domain"
}
],
"incomingEdges": [
{
"from": "stack-profile:documentation-site",
"to": "workflow:documentation-sprint",
"kind": "follows_workflow"
},
{
"from": "tool:gitbook",
"to": "workflow:documentation-sprint",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Space and page organization maps to sprintable docs work."
}
},
{
"from": "tool-server:mcp-notion",
"to": "workflow:documentation-sprint",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Workspace pages and project databases support docs sprint planning and execution."
}
},
{
"from": "lib-process:technical-documentation--api-doc-generation",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--api-reference-docs",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--arch-docs-c4",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--docs-localization",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--docs-pr-workflow",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--docs-testing",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--docs-versioning",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--how-to-guides",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--interactive-tutorials",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--runbook-docs",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--sdk-doc-generation",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--style-guide-enforcement",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--terminology-management",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
]
}