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

# Understanding AI Workflows

> Leverage AI Workflows to automate your delivery loop from intent to production.

**AI Workflows** provide the autonomous coordination layer for modern software delivery. By bridging the gap between intent and production, they handle the end-to-end execution of validation, risk scoring, and environment promotion—allowing engineering teams to scale velocity while maintaining absolute control.

## Workflow modules

Tailor AI automation to every role in your engineering organization:

<CardGroup cols={2}>
  <Card title="Development Lifecycle" icon={<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style={{ color: '#6366f1', width: '24px', height: '24px' }}><polyline points="4 17 10 11 4 5"/><line x1="12" y1="19" x2="20" y2="19"/></svg>} href="/ai-workflows/development-workflow/overview">
    Accelerate delivery with automated code summaries, risk scoring, and intelligent PR reviews.
  </Card>

  <Card title="Quality Assurance" icon={<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style={{ color: '#6366f1', width: '24px', height: '24px' }}><path d="M6 18h8"/><path d="M3 22h18"/><path d="M14 22a7 7 0 1 0 0-14h-1"/><path d="M9 14h2"/><path d="M9 12a2 2 0 1 1-2-2V6h6v4a2 2 0 1 1-2 2Z"/><path d="M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3"/></svg>} href="/ai-workflows/quality-assurance">
    Automated test generation, regression analysis, and environment validation.
  </Card>

  <Card title="Product Strategy" icon={<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style={{ color: '#6366f1', width: '24px', height: '24px' }}><rect width="8" height="4" x="8" y="2" rx="1" ry="1"/><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"/><path d="M8 11h.01"/><path d="M8 16h.01"/><path d="M12 11h4"/><path d="M12 16h4"/></svg>} href="/ai-workflows/product-strategy">
    AI-driven requirement analysis, ticket summarization, and roadmap mapping.
  </Card>
</CardGroup>

## The automated delivery loop

| Stage        | Manual SDLC                        | Revolte AI Workflow              |
| :----------- | :--------------------------------- | :------------------------------- |
| **Analysis** | Manual ticket mapping & review     | **Automated Intent Discovery**   |
| **Testing**  | Human-triggered test runs          | **Predictive Validation**        |
| **Review**   | Time-consuming manual diff checks  | **AI-Powered Code Summaries**    |
| **Release**  | Manual promotion & gate checks     | **Automated Risk-Based Gating**  |
| **Feedback** | Reactive monitoring & post-mortems | **Continuous Learning & Tuning** |

<Info>
  **Governance by Design**: While AI Workflows automate the work, you remain in control. All
  automation follows your organization's compliance policies and requires explicit approval for
  critical production paths.
</Info>

## Next steps

* [Get Started with Development Workflows](/ai-workflows/development-workflow/overview)
