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

# Automation assessment

> Analyze a captured process and surface where automation pays off — with recommendations, estimated ROI, and implementation difficulty — so you prioritize with evidence.

export const NeedHelp = () => <Note>
    <strong>Need help?</strong> Use the in-app chat — click the chat bubble in the bottom-right corner of Klarity Architect (staffed 24×5) — or email <a href="mailto:support@klarity.ai">support@klarity.ai</a>.
  </Note>;

Klarity analyzes a captured process and surfaces where automation would pay off — with recommendations, estimated ROI, and how hard each opportunity is to implement — so you can prioritize with evidence instead of hunches.

<Info>
  **Before you start:** a Klarity workspace. Assessing several related processes at once gives the best view of where to invest.
</Info>

## Who it's for

Automation and COE teams, transformation leads, and operations leaders deciding where to invest automation effort.

## What you get

The **Automation Assessment** template identifies automation opportunities within the process, gives recommendations for each, estimates ROI, and rates implementation difficulty.

<Tip>
  **How Klarity accelerates this:** instead of manually time-studying processes to build a business case, you capture them once and get ranked automation opportunities with ROI and difficulty — so you prioritize in hours, not weeks.
</Tip>

## Walkthrough: assessing a process for automation

Say your COE is looking at **order processing** to decide where automation pays off.

<Steps>
  <Step title="Decide your scope and set up the node(s)">
    Assessing **several related processes** (or a whole value stream) gives the best read on where to invest — but capture current state at **individual process nodes** (recommended) so each one is clean. Set up the node(s) in the **Process Index**.

    <Frame>
      <video autoPlay loop muted playsInline src="https://mintcdn.com/klaritydocs/236MVH64i-O8oUtZ/images/process-index-build.mp4?fit=max&auto=format&n=236MVH64i-O8oUtZ&q=85&s=7dd3b7dd2c6f770c128609e5915d3be8" aria-label="The Process Index showing the nodes / value stream in scope." data-path="images/process-index-build.mp4" />
    </Frame>
  </Step>

  <Step title="Capture the process(es)">
    Use **Companion**, the **AI Interviewer**, or **file upload**. See [Current State Discovery](/docs/user-docs/discover/capturing-current-state).

    <Frame>
      <video autoPlay loop muted playsInline src="https://mintcdn.com/klaritydocs/ayYfMBxsaKM-Xerx/images/companion-start.mp4?fit=max&auto=format&n=ayYfMBxsaKM-Xerx&q=85&s=f9e7b60af0f5e3d12c8c189339a0514f" aria-label="A capture session in progress." data-path="images/companion-start.mp4" />
    </Frame>
  </Step>

  <Step title="Review and refine the capture">
    Confirm the steps, systems, and time/volume attributes — automation ROI leans on accurate time-spent and error signals.
  </Step>

  <Step title="Generate the automation assessment">
    Three ways — pick based on how packaged vs. custom you want it:

    * **From a template (packaged):** from the process node, click **Generate Documents** (or, from the **Artifact Operations** page, **+ Operation** in the top right), then select the **Automation Assessment** template and your capture, and generate.
    * **With Advisor:** run a single-process assessment, or broadly rank automation potential across a value stream in one pass.
    * **With the Klarity MCP (your own platform):** connect the MCP to your client (Claude, etc.), query your workspace as a company brain, and build your own ranking or assessment.

    <Frame>
      <img src="https://mintcdn.com/klaritydocs/bYIv90Ap79cxOHiR/images/template-select.png?fit=max&auto=format&n=bYIv90Ap79cxOHiR&q=85&s=4584e6da38ae2b81d7358fd3b8d1421b" alt="The Export Process dialog with the Template dropdown open, selecting an output template." width="2602" height="1698" data-path="images/template-select.png" />
    </Frame>

    <Note>
      **Template vs. Advisor vs. MCP:** the template is the fastest packaged output; Advisor is best for a single or broad assessment on demand; the Klarity MCP lets you query the company brain from your own platform and build exactly the ranking you need.
    </Note>

    <Frame>
      <video autoPlay loop muted playsInline src="https://mintcdn.com/klaritydocs/ayYfMBxsaKM-Xerx/images/template-output.mp4?fit=max&auto=format&n=ayYfMBxsaKM-Xerx&q=85&s=25ad7b9ec8947b27339fdef52007b468" aria-label="The generated assessment showing opportunities, ROI, and difficulty." data-path="images/template-output.mp4" />
    </Frame>
  </Step>

  <Step title="Read the assessment">
    Each opportunity comes with a recommendation, an ROI estimate, and an implementation-difficulty rating.
  </Step>

  <Step title="Prioritize">
    Rank ROI against implementation difficulty to build your automation backlog — quick wins first.

    <Frame>
      <video autoPlay loop muted playsInline src="https://mintcdn.com/klaritydocs/ayYfMBxsaKM-Xerx/images/advisor-prompting.mp4?fit=max&auto=format&n=ayYfMBxsaKM-Xerx&q=85&s=6dcdcf1afda6afbe6553b33de9a57d55" aria-label="An Advisor ranking / prioritized opportunity list." data-path="images/advisor-prompting.mp4" />
    </Frame>
  </Step>

  <Step title="Scope the top opportunities">
    For each one you pursue, have Advisor outline what an automation would need to handle — including the edge cases and exceptions.
  </Step>

  <Step title="Design the future state">
    Use Advisor and the Template Designer to produce future-state designs, BRDs, and change materials for the opportunities you build. When one graduates into a project, pair it with [SDLC & PMO](/docs/custom-use-cases/sdlc-pmo).
  </Step>
</Steps>

## Advisor prompts

```text Rank automation potential theme={null}
Rank the processes in [value stream] by automation potential, weighted by time spent and error rate.
```

```text Scope an automation theme={null}
Outline what an automation would need to handle for this process, including the edge cases and exceptions.
```

```text ROI and difficulty theme={null}
Estimate the ROI of automating this process and rate the implementation difficulty.
```

## Tips

* Assess across several related processes to spot patterns worth automating once and reusing.
* Pair with a BRD (see [SDLC & PMO](/docs/custom-use-cases/sdlc-pmo)) when an opportunity graduates into a build.

## Related

<CardGroup cols={2}>
  <Card title="Running an Advisor analysis" icon="wand-magic-sparkles" href="/docs/user-docs/improve/advisor-analyze-processes">
    Surface insights and opportunities across your processes.
  </Card>

  <Card title="Using and editing templates" icon="wrench" href="/docs/user-docs/advanced/using-and-editing-templates">
    The Templates Editor and how output templates work.
  </Card>
</CardGroup>

<NeedHelp />
