> For the complete documentation index, see [llms.txt](https://committees.docs.intersectmbo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://committees.docs.intersectmbo.org/intersect-open-source-committee/about/open-source-office-oso/2024-ospo-roadmap/2024-ospo-roadmap.md).

# 2024 OSO Roadmap (Archive)

Public Deck Available Here: <https://docs.google.com/presentation/d/1jIburc13RppwphKJGa22mRWh1SXLKs_d655kWu7M3SU/edit#slide=id.g26690c0b6d8_0_203>

***All items here are subject to change each quarterly cadence by the Open Source Committee.***

Establishing Open Source in 2024:\
Intersect's OS strategy centers on building a robust foundation for OSO operations, emphasizing effective governance and strategic alignment. Pilot testing initiatives will provide valuable insights and enhance adaptability. The approach extends to ensuring legal compliance, fostering collaboration, promoting inclusivity and diversity, and maintaining a commitment to continuous improvement. This involves refining strategies and optimizing processes based on feedback, establishing a dynamic and evolving framework.\
\
Quarter 1 of 2024: **Governance and Foundations**

1. Establish OSO governance model and structure
2. Develop open source strategy and policies
3. Functional reporting areas for delivery assurance
4. GitHub audit for policy alignment
5. Testing Criteria for open source strategy

Quarter 2 of 2024: **Pilots and Optimization**

1. Implement open source pilots to test open source proof of concept
2. Develop metrics and reporting mechanisms
3. Refine strategy and policies based on pilot insights
4. Define project incubation process

Quarter 3 of 2024: **Compliance and Collaboration**

1. Conduct legal compliance audit and update documentation
2. Identify strategic collaboration opportunities
3. Onboard external open source projects

Quarter 4 of 2024: **Continuous Improvement**

1. Refine open source policies and strategy
2. Implement inclusion initiatives
3. Optimize release management process

<figure><img src="/files/KGjCUcxOheEMExW2PqXG" alt=""><figcaption><p>Roadmap View for Q1 and Q2</p></figcaption></figure>


---

# 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://committees.docs.intersectmbo.org/intersect-open-source-committee/about/open-source-office-oso/2024-ospo-roadmap/2024-ospo-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.
