> For the complete documentation index, see [llms.txt](https://playbooks.equalexperts.com/inceptions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playbooks.equalexperts.com/inceptions/introduction/inception-or-discovery.md).

# Inception or Discovery?

**FINDING PURPOSE VS. GETTING OFF THE GROUND**

The terms ‘inception’ and ‘discovery’ are often used interchangeably. We look at it this way: we first ‘discover’ the purpose of a product or service, and then we ‘incept’ its delivery.

In other words, during a discovery we focus more strongly on ‘what we should do and why’ - i.e. ‘doing the right thing’. Then during an inception we validate and refine this and then focus on ‘getting it off the ground’ - i.e. ‘doing it right’.

Of course, there is considerable overlap between the two and we do revisit user needs and business goals in an inception. Even so, we generally take the initiative’s raison d’être as sound. Sometimes, we uncover misalignment or concerns about the validity of a value proposition, in which case we may decide to pivot and do a discovery. This is not failure, and is in fact exactly why we run inceptions: to do the right thing.

In this playbook, we’ll assume a discovery has already happened and we are now focused on getting an initiative off the ground.

**TIMING**

While we run inceptions at the start of something new, we may also run them at pivotal points – e.g. when a new phase of the initiative kicks off, or there’s a significant shift in our context. In the past, we’ve also found inceptions useful to provide information for business cases, as part of pitches for work, to start new client engagements, to kickoff new features and even as an opportunity to sense-check and realign given our broader strategy or circumstances may have changed.

**INCEPTIONS ARE VERSATILE**

In this playbook, we have a bias towards initiatives with a strong element of software development. That’s simply because this is what we do, and is where we have run most inceptions successfully. However, it’s worth noting that inceptions can be run for many other types of initiatives, in much the same way as suggested here.

> ### *In practise, high performing teams often run aspects of discoveries, inceptions and delivery in parallel.*

## INCEPTION VS. DISCOVERY

![](/files/-M-PC8_j10_oRRHfbH7M)

We start with an idea, problem or opportunity, refine this and ensure ‘***that we are doing the right thing***’ during discovery.

We then align on what to do and define how to do it during inception, ensuring ‘***we are doing it right***’.

We then build, operate and improve the solution during delivery.

While we are talking about waterfall-like stages here, this is still an iterative, incremental approach in line with an agile mindset.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://playbooks.equalexperts.com/inceptions/introduction/inception-or-discovery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
