Threlmark: Disk Is the Contract

TL;DR

Threlmark has presented an open-source roadmap tool built around a local JSON file rather than a hosted database or SaaS API. The project says the file serves as the shared contract for the UI, external tools and automated agents, while priority scores turn roadmap items into a ranked kanban board.

Threlmark has been presented as an MIT-licensed, open-source roadmap tool that stores the plan itself in a plain JSON file on the user’s disk, a design choice meant to let humans, tools and automated agents read and update the same roadmap without depending on a hosted API.

The Thorsten Meyer AI Built in Public dispatch describes Threlmark’s central rule as “disk is the contract.” In the project’s model, the kanban board is a view over a local file rather than the source of truth. The source says the roadmap file can be read by other tools and written to by agents because the integration point is the JSON structure itself.

The article says Threlmark is available at threlmark.com and is open source under the MIT license. It presents the project as part of a broader 19-day product series and identifies this installment as Day 7. The source also says Threlmark sits in a “decision layer” alongside IdeaClyst, with IdeaClyst producing verdicts that can become scored items on the roadmap.

Threlmark is described as a scored kanban system. According to the source material, each item carries a priority score so the board is not only a list of work but an ordered plan. The source frames that scoring model as a way to make trade-offs visible when multiple projects compete for attention.

Built in Public · Day 7 / 19 ThorstenMeyerAI.com · the operator portfolio
The Decision Layer · Day 07 Dispatch

Threlmark — disk is the contract

The roadmap is a plain JSON file on your disk. The board is just a view over it — and your tools and your agents read and write the same file directly.

01 One file. Everything reads & writes it.
Threlmark UI+ your tools
{ }
roadmap.json
the contract
Agentsread · act · write
read → act → write · no API, no lock-in — a plain file any program can honor
Backlog
Bulk CSV importer
score 49
Niche export format
score 58
Scored← council
Build: validated idea X
score 87
Build: validated idea Y
score 74
Doing
Ship feature Z
score 91
Done
Launch W
✓ shipped
1 filethe whole roadmap, on disk scoredevery item ranked MITopen source · agent-readable
02 Why a file beats a database here
JSON
the contract is a file format, not a vendor — anything that reads JSON is a client.
own it
a text file you own, that outlives any tool — no API, no rate limit, no lock-in.
agent-native
the roadmap is a shared workspace — humans and agents write to the same file.
03 The thesis the whole series inherits
01
Local-first
The roadmap is literally a file on your machine — not a row in someone else’s database.
02
Provider-agnostic
The contract is a format, not a vendor. Any agent, any tool that speaks JSON is first-class.
03
Non-developer build
Radical simplicity by design — the least lock-in-prone thing there is: a plain file.
04
Edit by subtraction
Scoring forces ranking. A board where everything is “high priority” has no priorities.
04 The operator constellation
18 products · one foundation
Today: Threlmark lit — where the council’s verdicts become an ordered plan. IdeaClyst → Threlmark.
Content
DojoClaw
RoundupForge
Stenvrik
ChannelHelm
IdeaNavigator
Decision
IdeaClyst
Threlmark
Outcome-First
Platform
Grimfaste
Delvasta
Open / Reg
Glasspane
QAtrial
Markets
Polybot
TradingAgents
Defense / Intel
Argus
VigilSAR
VigilSAR-Bench
Diagnostic
World Model Readiness
Local-first · Provider-agnostic foundation

Independent commentary, produced with AI assistance under human editorial oversight. The views are the author’s own and may change. Threlmark is open source under MIT, provided “as is” without warranty; see the repository LICENSE. Automated agents that read and write the roadmap file may introduce errors — treat agent writes as changes to review, not facts to trust. Product and company names are trademarks of their respective owners; mention does not imply endorsement.

ThorstenMeyerAI.com · Built in Public · Day 7 of 19 · © 2026 Thorsten Meyer

Local Files Replace SaaS Dependence

The stated value of Threlmark is control over operational planning data. If the roadmap is stored as a user-owned text file, teams are less exposed to vendor pricing changes, API limits, account access issues or product shutdowns. That matters for readers who rely on roadmaps as working records rather than presentation artifacts.

The design also speaks to agent-based workflows. The source says automated agents can read, act on and write to the same roadmap file that the UI uses. That could make Threlmark useful for teams experimenting with AI-assisted planning, provided those agent writes are reviewed before they are treated as reliable changes.

The project’s priority scoring adds another practical claim: ranked cards can reduce vague priority labels. The source argues that a board where every item is high priority has no real priorities. In Threlmark’s model, each item must be placed in relation to other work.

Amazon

open source JSON roadmap tool

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Day Seven Of Product Series

The Threlmark dispatch is part of Thorsten Meyer AI’s Built in Public series, labeled Day 7 of 19. The source describes an “operator constellation” of 18 products built on a local-first and provider-agnostic foundation. Threlmark is positioned as the place where decisions become an ordered plan.

The relevant prior link in the source material is IdeaClyst, described as a council-like decision product whose verdicts feed Threlmark. The source frames the connection as “IdeaClyst → Threlmark”: one product evaluates what may be worth building, while Threlmark records and ranks the work.

The source includes a disclaimer that the commentary was produced with AI assistance under human editorial oversight. It also states that Threlmark is provided “as is” without warranty under the repository license.

“disk is the contract”

— Thorsten Meyer AI Built in Public dispatch

Agile Project Management with Kanban (Developer Best Practices)

Agile Project Management with Kanban (Developer Best Practices)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Adoption And Implementation Details

The source material does not state how many users or contributors Threlmark has, whether the repository is production-ready, or which operating systems and workflows have been tested. It also does not provide benchmarks, security details, sync behavior or conflict-handling rules for cases where multiple tools or agents edit the same file.

It is also not clear from the provided material how strict the JSON schema is, whether validation tools are included, or how Threlmark handles corrupted files and competing writes. Those details will matter if the tool is used in multi-person or agent-heavy planning workflows.

Amazon

local JSON file project tracker

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Repository And Schema Tests

The next milestone for readers is direct inspection of the Threlmark site and repository, including the file schema, license, install path and examples of agent edits. If the project continues through the Built in Public series, later dispatches may show whether Threlmark remains a standalone local tool or becomes a planning layer used across the wider product portfolio.

Express Schedule Free Employee Scheduling Software [PC/Mac Download]

Express Schedule Free Employee Scheduling Software [PC/Mac Download]

Simple shift planning via an easy drag & drop interface

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What is Threlmark?

Threlmark is described as an open-source roadmap and scored kanban tool that uses a local JSON file as the source of truth for the roadmap.

What does “disk is the contract” mean?

It means the shared agreement between the UI, tools and agents is the file on disk and its JSON shape, rather than a vendor API or hosted database.

Is Threlmark a SaaS product?

The source material says the roadmap lives on the user’s disk and says there is no SaaS API for the roadmap contract. It points readers to threlmark.com and describes the project as MIT-licensed open source.

Can automated agents update the roadmap?

According to the source, agents can read and write the same roadmap file. The source also warns that agent writes may contain errors and should be reviewed as changes, not trusted as facts.

What remains unknown about Threlmark?

The provided source does not confirm adoption numbers, release status, conflict handling, schema validation, sync features or production testing details.

Source: Thorsten Meyer AI

Wellness content on this site is informational and not a substitute for professional medical guidance.
You May Also Like

Week Three — Foundation model vs Brownian motion. Kronos on five-minute BTC.

Kronos, a foundation model, was tested against Brownian motion for five-minute BTC predictions. Results show Brownian still outperforms Kronos in out-of-sample tests.

Technology operations signal monitor: Show HN: Kage – Shadow any website to a single binary for offline viewing

Kage is a new tool that allows users to shadow any website into a single binary for offline access, aimed at product and engineering leads for early development monitoring.

The AI Bubble and the Productivity Gap

A Q1 2026 analysis says AI valuations are outrunning measured productivity gains, with 90% of firms reporting no measurable impact.

No Matter Who Wins the World Cup, the Hosts Lose

U.S. host cities face significant costs for the 2026 World Cup, while FIFA profits billions. The event highlights the financial burden on local taxpayers.