> For the complete documentation index, see [llms.txt](https://innowayit-1.gitbook.io/framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://innowayit-1.gitbook.io/framework/discovery/target-state-and-roadmap.md).

# Target State and Roadmap

Future maturity states of Strategy Formulation and Execution capabilities. Different levels of business capability maturity assessment can be used to define the target states and the roadmap. An example is below

<table><thead><tr><th width="150">State</th><th width="150">Maturity Level </th><th width="450.2">Rationale</th></tr></thead><tbody><tr><td><strong>As-Is</strong></td><td>Level 1<br>Low (Ad-hoc) </td><td><p><strong>People Dimension</strong>: Current state relies on few individuals and their partially documented knowledge. </p><p><strong>Process Dimension</strong>: Processes are also partially documented and not well controlled. </p><p><strong>Technology Dimension</strong>: MS Office is the primary set of tools with collaboration and integration challenges</p></td></tr><tr><td><strong>Target State (after 6 months)</strong></td><td>Level 2<br>Medium (Repeatable)</td><td><p><strong>People Dimension</strong>: Cross trained staff and documented knowledge. </p><p><strong>Process Dimension</strong>: Processes are documented, controlled and with KPIs. </p><p><strong>Technology Dimension</strong>: Browser based tools which provides central repository of workflows and data, fully supported and upgraded regularly. Basic integration like email in place.</p></td></tr><tr><td><strong>Target State (12-18 months)</strong></td><td>Level 3<br>Medium-High (Defined/Managed)</td><td><p><strong>People Dimension</strong>: Cross trained staff and documented knowledge. Value of capability well understood by the team and fully supported by management</p><p><strong>Process Dimension</strong>: Processes are documented, controlled and with KPIs. Regular review in place.</p><p><strong>Technology Dimension</strong>: Browser based tools which provides central repository of workflows and data, fully supported and upgraded regularly, and all necessary integrations like email, SSO, data are in place.</p></td></tr></tbody></table>


---

# 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://innowayit-1.gitbook.io/framework/discovery/target-state-and-roadmap.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.
