gitwtfhub

wtf is portent?

refactoringhq/portent — explained in plain English

Analysis updated 2026-05-18

20CSSAudience · writerComplexity · 1/5Setup · easy

TL;DR

A written specification for organizing a personal knowledge base with eight item types, two relationship kinds, and a capture to archive lifecycle so notes stay readable by both humans and agents.

Mindmap

mindmap
  root((portent))
    Inputs
      Raw notes
      Existing vaults
      Frontmatter or wikilinks
    Outputs
      Typed knowledge items
      Lifecycle states
      Linked graph
    Use Cases
      Standardize a personal vault
      Make notes agent readable
      Adopt a shared note taxonomy
    Tech Stack
      Markdown
      VitePress
      Tolaria

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Adopt the eight Portent types in an Obsidian or similar Markdown vault

REASON 2

Tag notes with belongs_to and related_to links to build an agent readable graph

REASON 3

Run the captured to organized to archived lifecycle for personal task notes

REASON 4

Read the VitePress site to bootstrap a shared note taxonomy for a team

What's in the stack?

MarkdownVitePressTolaria

How it stacks up

refactoringhq/portentjujuyaya/juya-ai-dailymad1na2010/madinaa
Stars202122
LanguageCSSCSSCSS
Setup difficultyeasyeasyeasy
Complexity1/51/52/5
Audiencewritergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 30min

It is a specification not software, applying it needs a compatible note tool such as Tolaria.

Wtf does this do

Portent is not a software product so much as a written specification. It proposes a small, opinionated set of rules for how a personal or work knowledge base should be organized, so that both people and AI agents can read it in a consistent way. The idea is that everyone who keeps notes ends up inventing their own folder structure and tag system, and Portent offers a shared starting point instead of that one-off design work. The spec is built on three ideas. The first is types. Every item in a Portent knowledge base belongs to one of eight default types, split into two groups. PORT types cover things you can act on: Projects, Operations, Responsibilities, and Tasks. ENTP types cover things you record but do not act on directly: Events, Notes, Topics, and People. The second idea is relationships, and the spec keeps these to two defaults: belongs_to for ownership and composition, and related_to for looser links. The third idea is a lifecycle: an item is first captured quickly so it is not lost, then organized by giving it a type and relationships, then archived when it is no longer useful. For a system to count as Portent-compatible, it needs three things: a way to mark each item with one Portent type, a way to record its lifecycle state, and a way to link items together, for example through Markdown wikilinks or frontmatter fields. The spec is intended to be portable across file-based note systems, note-taking apps, documentation tools, and agent-readable vaults, with a tool called Tolaria being the easiest place to apply it. The repository also contains a documentation website built with VitePress that lives in the site folder. The project has 20 stars and the language listed by GitHub is CSS, reflecting the docs site rather than any application code.

Yoink these prompts

Prompt 1
Convert my existing Obsidian vault frontmatter to the Portent type and lifecycle scheme
Prompt 2
Generate a VitePress page that lists all eight Portent types with examples drawn from my notes
Prompt 3
Write a script that scans Markdown files and reports which ones are missing a Portent type
Prompt 4
Map my current Notion database properties onto the PORT and ENTP type groups
Prompt 5
Add a daily review query that surfaces items still in the captured state for more than seven days

Frequently asked questions

wtf is portent?

A written specification for organizing a personal knowledge base with eight item types, two relationship kinds, and a capture to archive lifecycle so notes stay readable by both humans and agents.

What language is portent written in?

Mainly CSS. The stack also includes Markdown, VitePress, Tolaria.

How hard is portent to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is portent for?

Mainly writer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.