> For the complete documentation index, see [llms.txt](https://docs.urbanarray.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.urbanarray.org/roadmap/initial-phases/preliminary-planning-0.md).

# Preliminary Planning (0)

In the Preliminary Planning Phase, we lay the groundwork for the relaunch of Urban Array. We assemble a core team of talented individuals with expertise in community development, project management, fundraising, marketing, and communications. Together, we define our vision, mission, and core values that will guide our activities and decisions. We establish clear goals and objectives, set up communication channels, and create a robust project management infrastructure. This phase is crucial for building a strong foundation for our relaunch.

### Assemble the Core Team:

* [x] Identify individuals with relevant skills and expertise in community development, project management, fundraising, marketing, and communications.
* [x] Recruit and onboard team members who align with the vision and mission of Urban Array.
* [ ] Define roles and responsibilities within the core team.

### Define Vision, Mission, and Values:

* [x] Conduct brainstorming sessions and discussions to establish a clear vision for Urban Array's relaunch.
* [x] Articulate a compelling mission statement that reflects the organization's purpose and goals.
* [x] Identify and define the core values that will guide the activities and decisions of Urban Array.

### Establish Goals and Objectives:

* [x] &#x20;  Determine specific and measurable goals that align with the relaunch process.
* [x] &#x20;  Break down goals into smaller, actionable objectives to track progress.
* [x] &#x20;  Set realistic timelines and milestones for achieving each objective.

### Set up Communication Channels:

* [x] &#x20;  Implement Slack as the primary communication platform for the core team.
* [ ] &#x20;  Create channels and threads for different topics, projects, and teams.
* [ ] &#x20;  Establish communication guidelines and best practices to ensure effective collaboration and information sharing.

### Create Project Management Infrastructure:

* [x] &#x20;  Utilize Jira Work Management to set up a centralized project management system.
* [ ] &#x20;  Define project boards, workflows, and tasks to manage the relaunch process.
* [ ] &#x20;  Assign team members to specific tasks and track progress in Jira.
* [ ] &#x20;  Regularly review and update project boards to ensure transparency and accountability.

### Create Knowledge Base(s):

* [x] &#x20;  Develop a comprehensive public knowledge base using Gitbook.
* [x] &#x20;  Develop a project focused knowledge base using Confluence.
* [ ] &#x20;  Organize information into categories and sections for easy navigation.
* [ ] &#x20;  Document key processes, guidelines, and best practices for reference.
* [ ] &#x20;  Ensure the knowledge base is accessible to both the core team and the public.

<br>

<br>


---

# 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://docs.urbanarray.org/roadmap/initial-phases/preliminary-planning-0.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.
