> For the complete documentation index, see [llms.txt](https://heymichal.gitbook.io/journal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://heymichal.gitbook.io/journal/notes/the-unicorns.md).

# The Unicorns 🦄

**Why are we doing this?**

To practice building emotional proximity and provide support to each other.

To learn experientially about running a pod.

**What are we doing together?**

There’s four of us. We’re meeting bi-weekly for a 1h30 recorded call via Zoom.&#x20;

We agreed on four calls plus a "retrospective" call at the end to review our experience and decide on the next steps (and if there are any). We scheduled all five calls in advance to simplify scheduling.

**How do our meetings look like?**

* Opening Activity
* Check-In
* Sharing Rounds (4x15 min)–each of us can ask for any kind of support they need that day (eg. brainstorming, holding space, advice etc.)
* Check-out

The roles of the facilitator and note-taker are rotating. We planned them in advance.

**What do we do apart from the calls?**

We’re **documenting the process** in a shared google folder with the following documents:

* **Log**: macro overview of the process as it is unfolding (📔 [see here](https://docs.google.com/document/d/1noXxx_notLONtIZqu4ITZ5decmLY3HLBHwe1HzPjQs0/edit))
* **Session Notes**: detailed notes from each session
* **Format**: the structure of the calls (📔 [see here](https://docs.google.com/document/d/1SnXEGbGjE5TXj-Rc8eGHi1ZVWNM7m5Ro7caRIvuJvek/edit))
* **Strategic Objective:** our shared intentions for this experiment and values we hold dear

We're **communicating in-between sessions** via telegram, although we don't have any specific interaction format.

We're uploading the **recordings** to youtube and set the videos to *unlisted*.

**How did we start?**

We arranged an initial call, between the three of us (one couldn't attend) to share intentions and check if there’s a potential to start this project together. It seemed like a good fit, so we arranged another call, this time between the four of us. We discussed the intentions and talked about the format of the calls, but we run out of time. We set up another call to decide on the format, and then moved on to scheduling the "regular" sessions.

**Particularities**

We're two couples, both working together in the personal development space. We share a lot of interests, such as playful movement, healthy eating, nature and outdoors, to name a few.


---

# 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://heymichal.gitbook.io/journal/notes/the-unicorns.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.
