> ## Documentation Index
> Fetch the complete documentation index at: https://docs.writerzroom.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enterprise Operations Workflow Demo

> Example governed workflow for generating internal process documentation, incident postmortems, onboarding guides, and operational enablement content.

This demo shows how WriterzRoom generates enterprise operations content using a governed vertical, structured template, style profile, and multi-agent workflow.

This is not a customer case study. It is a product workflow example.

## Demo Overview

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(4, 1fr)', gap: '12px', margin: '1.5rem 0' }}>
  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Vertical</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Enterprise Operations.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Template</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Incident Postmortem.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Style</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Developer Experience Writer.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Output</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Blameless postmortem with action items.</div>
  </div>
</div>

## Scenario

An SRE team needs a structured postmortem after a production database failover caused a 47-minute service degradation affecting API response times across three regions.

The output must follow blameless review conventions, separate root cause from contributing factors, assign corrective actions with owners, and avoid language that attributes fault to individuals.

## Selected Combination

| Layer         | Selection                   | Purpose                                                                                     |
| ------------- | --------------------------- | ------------------------------------------------------------------------------------------- |
| Vertical      | Enterprise Operations       | Applies blameless framing, operational clarity standards, and internal audience conventions |
| Template      | Incident Postmortem         | Structures the output as a timeline-based reliability review with action items              |
| Style profile | Developer Experience Writer | Shapes tone, technical precision, step clarity, and engineering team audience alignment     |
| Pipeline      | Multi-agent workflow        | Plans, drafts, edits, formats, and prepares the output for team distribution                |

## Alternative Combinations

| Use case                         | Template                     | Style profile                 |
| -------------------------------- | ---------------------------- | ----------------------------- |
| Repeatable process documentation | Standard Operating Procedure | Developer Experience Writer   |
| Customer onboarding program      | Customer Onboarding Guide    | Knowledge Base Support Writer |
| Org-wide tooling migration       | Change Management Plan       | Executive Summary             |
| Channel partner activation       | Partner Enablement Kit       | Campaign Strategist           |

## Example Input

| Field            | Example value                                              |
| ---------------- | ---------------------------------------------------------- |
| Incident type    | Production database failover                               |
| Duration         | 47 minutes                                                 |
| Impact           | API response time degradation across three regions         |
| Affected systems | Primary database cluster, API gateway, downstream services |
| Audience         | Engineering, SRE, and leadership teams                     |
| Output           | Blameless postmortem with timeline and action items        |

## What WriterzRoom Controls

<CardGroup cols={2}>
  <Card title="Blameless framing" icon="shield">
    Avoids fault attribution to individuals. Focuses on system conditions, contributing factors, and process gaps.
  </Card>

  <Card title="Timeline structure" icon="clock">
    Organizes events chronologically with clear timestamps, detection points, escalation triggers, and resolution steps.
  </Card>

  <Card title="Root cause separation" icon="list-checks">
    Distinguishes root cause from contributing factors to support accurate corrective action planning.
  </Card>

  <Card title="Action item ownership" icon="user-check">
    Assigns corrective actions with explicit owners, deadlines, and success criteria rather than open-ended recommendations.
  </Card>
</CardGroup>

## Generation Flow

<Steps>
  <Step title="Plan the postmortem">
    The planner identifies incident scope, impact, affected systems, timeline anchors, and corrective action structure.
  </Step>

  <Step title="Build the timeline">
    The writer constructs a chronological event sequence covering detection, escalation, investigation, mitigation, and resolution.
  </Step>

  <Step title="Analyze contributing factors">
    The writer identifies system conditions, process gaps, tooling failures, and environmental factors without attributing blame to individuals.
  </Step>

  <Step title="Edit for blameless language">
    The editor removes fault-attributing language, replaces individual references with system or process framing, and sharpens action item specificity.
  </Step>

  <Step title="Format for team distribution">
    The formatter prepares the postmortem for internal review, wiki publication, or team distribution with consistent structure.
  </Step>
</Steps>

## Expected Output Structure

| Section              | Purpose                                                                 |
| -------------------- | ----------------------------------------------------------------------- |
| Incident summary     | Describes impact, duration, and scope at a glance                       |
| Timeline             | Chronological sequence of detection, escalation, and resolution         |
| Contributing factors | System, process, and environmental conditions that enabled the incident |
| Root cause           | Primary technical or process failure that triggered the event           |
| Corrective actions   | Specific tasks with owners, deadlines, and success criteria             |
| What went well       | Identifies effective response behaviors to reinforce                    |
| Open questions       | Flags unresolved areas requiring further investigation                  |

## Example Output Preview

```mdx theme={"theme":{"light":"github-light","dark":"github-dark"}}
# Incident Postmortem: Database Failover — [Date]

**Duration:** 47 minutes
**Impact:** API response time degradation across three regions
**Status:** Resolved

## Summary

A primary database cluster failover triggered cascading latency across the API gateway and downstream services. Automated failover completed successfully but took longer than expected due to connection pool exhaustion during the switchover window.

## Contributing Factors

- Connection pool limits were not sized to handle failover surge traffic
- Health check intervals did not detect degraded read replica state before promotion
- Runbook for this failure class had not been updated following last quarter's infrastructure changes
```

<Info>
  Enterprise Operations content is structured for internal use. Outputs are operational drafts intended for team review, wiki publication, or direct deployment. No external distribution is assumed.
</Info>
