Threlmark: Disk Is the Contract

TL;DR

Thorsten Meyer AI used Day 7 of its Built in Public series to present Threlmark, an open-source roadmap tool whose central data contract is a local JSON file. The confirmed pitch is that the kanban board, external tools and AI agents all read and write the same file, reducing dependence on a SaaS API.

Thorsten Meyer AI has presented Threlmark, an MIT-licensed, open-source roadmap tool built around a local JSON file instead of a hosted product database, in its Built in Public Day 7 of 19 dispatch, a design choice meant to make project plans readable and writable by users’ own tools and AI agents.

The dispatch says Threlmark’s roadmap lives as a plain JSON file on the user’s disk, while the kanban board is a visual layer over that file. The source material describes this as the product’s central idea: the file format, rather than a vendor API, acts as the shared contract between the app, other tools and automated agents.

According to Thorsten Meyer AI, this means programs that can read JSON can inspect the roadmap, and programs that can write JSON can update it. The dispatch frames the approach as a way to avoid API limits, vendor lock-in and dependence on a hosted roadmap database.

Threlmark is also described as a scored kanban system. Each item carries a priority score, allowing the board to rank work rather than present every card as equal. The dispatch links Threlmark to IdeaClyst, another product in the same operator portfolio, saying verdicts from IdeaClyst can become scored roadmap items in Threlmark.

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 Challenge SaaS Roadmaps

The announcement matters for teams and solo operators who want their planning data to remain portable. Many roadmap products store the plan in a vendor-controlled database and expose it through an API. Threlmark’s file-first model shifts that dependency to a local JSON structure that can be versioned, edited and inspected with common developer tools.

The design may also appeal to people building AI-assisted workflows. If agents and human users work against the same file, the roadmap can become a shared operating artifact rather than a status board that must be manually copied into prompts, tickets or spreadsheets. That benefit depends on safe review practices, since the source material warns that automated agent writes can introduce errors.

Python in Action: 60 Mini Projects to Automate Everything (Part 1): Practical CLI Tools, File Automation, and Data Cleaning with CSV, Excel, and JSON

Python in Action: 60 Mini Projects to Automate Everything (Part 1): Practical CLI Tools, File Automation, and Data Cleaning with CSV, Excel, and JSON

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

IdeaClyst Feeds The Plan

The Threlmark dispatch is part of Thorsten Meyer AI’s Built in Public series, labeled Day 7 of 19. The source material places the product inside a larger “operator constellation” of 18 products, with Threlmark serving as the place where decisions become an ordered plan.

The relevant link in that chain is IdeaClyst to Threlmark. The dispatch says IdeaClyst produces council verdicts, while Threlmark turns those verdicts into scored items. The stated product thesis is local-first and provider-agnostic: the roadmap is a file on the user’s machine, and the contract is a format rather than a vendor service.

“disk is the contract”

— Thorsten Meyer AI dispatch

pmxboard 4 Column Magnetic Kanban Board, Scrum Board Flex Whiteboard Kit. Agile Kit, 64 Magnetic Kanban Cards Kit, Scrum Cards Set. Project Management Board for Project Planning, Kanban Whiteboard Kit

pmxboard 4 Column Magnetic Kanban Board, Scrum Board Flex Whiteboard Kit. Agile Kit, 64 Magnetic Kanban Cards Kit, Scrum Cards Set. Project Management Board for Project Planning, Kanban Whiteboard Kit

✔ FULL AGILE MANAGEMENT BOARD SET. A special flexible Magnetic Agile Board comes with 64 pieces of Magnetic…

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Agent Edits Need Review

The source material does not provide a detailed public release timeline, installation steps, repository URL, schema specification or governance model for future changes to the JSON format. It also does not say how Threlmark handles simultaneous edits, file conflicts, validation failures or recovery from malformed agent-written data.

The dispatch says a full deep-dive covers internals, but those details are not included in the provided source. Until those mechanics are documented, the practical limits of multi-tool and agent-driven editing remain open questions.

Amazon

local JSON roadmap tool

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Repository Details Come Next

Readers following the Built in Public series can expect the next step to be closer inspection of Threlmark’s internals, file shape and integration path. For now, the confirmed status is that the project is presented as open source under the MIT license at threlmark.com, with agent-written changes framed as edits that should be reviewed rather than accepted as facts.

Amazon

scored kanban system software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What is the news about Threlmark?

Thorsten Meyer AI has presented Threlmark as an open-source roadmap tool whose core data source is a local JSON file. The dispatch appeared as Day 7 of a 19-part Built in Public series.

What does “disk is the contract” mean here?

It means the roadmap file itself is the shared agreement between the app, other tools and agents. Instead of integrating through a SaaS API, tools interact with a known JSON structure on disk.

Is Threlmark only for developers?

The source material describes the product as simple by design and says any tool that can read or write JSON can interact with the roadmap. It does not provide enough detail to judge how accessible setup will be for non-technical users.

How does scoring work in Threlmark?

The dispatch says every roadmap item carries a priority score, turning the board into a ranked kanban rather than a flat list of tasks. The exact scoring method is not detailed in the provided source.

What risks are mentioned?

The source material warns that automated agents reading and writing the roadmap file may introduce errors. It says agent writes should be treated as changes to review, not facts to trust.

Source: Thorsten Meyer AI

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

You May Also Like

Rebrandable client delivery dashboard for AI agencies

A new rebrandable client delivery dashboard for AI agencies is set to be tested as a minimal viable product, aiming to improve client transparency and agency professionalism.

One markdown file, publish-ready for every platform

A new web tool enables creators to convert a single markdown file into formats suitable for blogs, newsletters, and social media, streamlining content distribution.

One Video In, a Whole Publishing Kit Out — Without the Cloud

Discover how local-first tools turn a single video into a full publishing package without relying on the cloud. Control, privacy, and speed in one package.

Single women are buying more houses. The men they are dating are not responding well

As single women increasingly purchase homes, many report that their dating prospects decline, highlighting shifting relationship dynamics and economic independence.