Back to the catalog

MindHive

Bundle OKF 0.1 · 33 conceitos · jlb-jlb/MindHive

Open source Repository Open in the app JSON README (API)

About

# MindHive

MindHive is a shared second brain for humans and agents. It uses PARA for durable organization, MOCs for navigation, linked thinking for context transfer, and OKF for portable Markdown concepts with frontmatter.

# Start Here

* [Vault Charter](6-System/vault-charter.md) - Purpose, principles, and operating contract for MindHive.
* [Agent Session Instructions](AGENTS.md) - First-read bootstrap instructions for new agent sessions.
* [MindHive MOC](5-MOCs/second-brain-moc.md) - Primary map across projects, areas, resources, archives, and agent collaboration.
* [Current Focus](5-MOCs/current-focus.md) - Active priorities and next useful moves.
* [Agent-Human Collaboration MOC](5-MOCs/agent-human-collaboration-moc.md) - Entry point for shared work, handoffs, protocols, and decision trails.
* [Build MindHive](1-Projects/build-human-agent-second-brain.md) - Active project that created and evolves this vault.

# PARA

* [Projects](1-Projects/) - Active outcomes with a finish line.

Details

Kind
OKF bundles
Topic
Files & documents
Publisher
jlb-jlb
Origin
okf_github
Category
dados
Version
0.1
Stars
1
Last push
2026-07-14T19:01:43Z
Repository state
ativo
Language
PowerShell
Added
2026-09-09 12:02:17
Updated
2026-09-09 12:02:17
Origin id
jlb-jlb/MindHive:index.md

README

---
type: System
title: MindHive README
description: GitHub-facing entrypoint for the MindHive vault.
tags: [system, readme, second-brain]
timestamp: 2026-07-06T00:00:00Z
---

# MindHive

MindHive is an Obsidian workspace and OKF knowledge bundle for shared human and agent knowledge work. It combines PARA organization, Maps of Content, portable Markdown concepts, and validation automation into a reusable second-brain scaffold.

Start with:

* [Vault Index](index.md) - Main bundle entrypoint.
* [Agent Session Instructions](AGENTS.md) - First-read instructions for new agent sessions.
* [MindHive MOC](5-MOCs/second-brain-moc.md) - Top-level navigation map.
* [Current Focus](5-MOCs/current-focus.md) - Active priorities and next useful moves.
* [Agent-Human Collaboration MOC](5-MOCs/agent-human-collaboration-moc.md) - Shared work, handoff, and context map.

# Structure

| Folder                      | Purpose                                                 |
| --------------------------- | ------------------------------------------------------- |
| [0-Inbox](0-Inbox/)         | Unprocessed captures.                                   |
| [1-Projects](1-Projects/)   | Active outcomes with a finish line.                     |
| [2-Areas](2-Areas/)         | Ongoing responsibilities and standards.                 |
| [3-Resources](3-Resources/) | Reusable knowledge, references, methods, and templates. |
| [4-Archive](4-Archive/)     | Inactive material retained for history.                 |
| [5-MOCs](5-MOCs/)           | Maps of Content for navigation and linked thinking.     |
| [6-System](6-System/)       | Operating rules for the vault, humans, and agents.      |

# Validation

Run the local checks before committing structural changes:

```powershell
pwsh -NoProfile -File tools/Invoke-OkfChecks.ps1
```

After adding, moving, or renaming notes, regenerate generated indexes as part of the same portable check sequence:

```powershell
pwsh -NoProfile -File tools/Invoke-OkfChecks.ps1 -FixIndexes
```

The pre-commit hook and GitHub Actions workflow use the same PowerShell 7+ runner on Windows, macOS, and Linux.

More