# Defining Effective Goals and Criteria

## Setting Clear Goals with Measurable Outcomes

When creating goals in Aude, separate the desired outcome (the goal) from how you'll measure success (the evaluation criteria).

### Goal Names: Focus on Outcomes

A goal name should capture what you want to achieve in clear, outcome-focused language.

### Example Goal Names:

✅ "Reduce API Response Time to Under 200ms"&#x20;

✅ "Launch Team Documentation Portal"&#x20;

✅ "Lead Q3 Platform Migration"&#x20;

✅ "Achieve Senior Engineer Technical Requirements"

## Evaluation Criteria Formula

For each goal, define how success will be measured using:

`[WHO] demonstrates [WHAT] by [HOW], measured through [SIGNALS]`

### Example Goal with Criteria:

**Goal Name:** "Reduce API Response Time to Under 200ms"&#x20;

**Evaluation Criteria:**

* Engineer demonstrates performance optimization by reducing p95 latency to under 200ms, measured through monitoring dashboard
* Engineer demonstrates systematic improvement by identifying and fixing top 3 bottlenecks, measured through profiling reports

### Common Goal-Setting Mistakes

❌ Making the goal name a task list&#x20;

❌ Mixing success criteria into the goal name&#x20;

❌ Setting goals without measurable outcomes&#x20;

❌ Creating goals disconnected from business or personal growth objectives

### Best Practices

1. Keep goal names clear and outcome-focused
2. Write evaluation criteria that clearly show how success will be measured
3. Ensure criteria are observable through Aude's integrated tools
4. Link personal goals to team or organizational objectives
5. Include specific timelines and targets

{% hint style="info" %}
A well-written goal focuses on what you want to achieve, while the criteria explain how you'll get there and measure success.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aude.ai/aude-product-documentation/goals/defining-effective-goals-and-criteria.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
