# Transition

"Transition" is a Git-based interactive book that contains the receipe to transition between every stage of a startup as fast as possible.

| Stage                                   | Duration   | Description                                                      |
| --------------------------------------- | ---------- | ---------------------------------------------------------------- |
| [Idea](/transition/idea.md)             | ∞          | Nothing else than an idea and some notes                         |
| [Research](/transition/research.md)     | 1-3 days   | Research the market and define the problem                       |
| [Validation](/transition/validation.md) | 10-30 days | Develop a concept to validate the problem and its solution       |
| [Strategy](/transition/strategy.md)     | 3-7 days   | How to make this a viable business                               |
| [Prototype](/transition/prototype.md)   | 1-3 months | Build for the short term with quick iterations                   |
| [Scale](/transition/scale.md)           | ∞          | Build for the longer term with a proper setup, be ready to scale |

**CONTRIBUTIONS ARE WELCOME** PLease open a pull request on GitHub

## TODO

* [ ] CLI Tool
* [ ] Web/Mobile App


---

# 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://incorrupt.gitbook.io/transition/master.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.
