Threlmark: Disk Is the Contract

TL;DR

Thorsten Meyer AI introduced Threlmark in a Built in Public Day 7 dispatch as an MIT-licensed roadmap tool built around a local JSON file. The confirmed product pitch is that the kanban board, external tools and agents read and write the same file; claims about lower lock-in and easier interoperability remain tied to how the schema and release mature.

Thorsten Meyer AI has published a Built in Public Day 7 dispatch introducing Threlmark, an open-source MIT roadmap tool built around a plain JSON file on the user’s disk instead of a hosted database, a design choice the project says is meant to reduce vendor lock-in and make roadmaps readable by human tools and AI agents.

The dispatch describes Threlmark’s core contract as roadmap.json, a file the board reads from and writes to. The board is presented as a kanban view over that file, with other programs able to read or update the same JSON without relying on a SaaS API, SDK, webhook or authentication workflow.

According to the source material, the project is available through threlmark.com and is open source under the MIT license. The material also says Threlmark is part of Thorsten Meyer AI’s operator portfolio and the wider Decision Layer series, where IdeaClyst verdicts feed into Threlmark as ordered roadmap items.

The same dispatch says Threlmark uses a scored kanban model. Items carry priority scores, with examples shown for backlog, doing and done columns. The stated aim is to make ranking visible and to avoid a roadmap where all items are treated as equal priority.

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

Plain-File Roadmap Control

For builders and small teams, the pitch is about control over planning data. If the roadmap remains a plain file, the owner can place it under version control, inspect it in a text editor, move it between tools or build scripts around it. Those benefits depend on the JSON shape remaining stable enough for outside programs to use.

The agent-read/write angle also gives Threlmark a current software-development hook. Many teams are experimenting with AI assistants that can draft tickets, reorder work or act on decisions. Threlmark’s model treats the roadmap file as the shared surface for that work, while the source material warns that agent edits should be reviewed rather than accepted as facts.

Amazon

JSON file editor for project management

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Built in Public Day Seven

The product is framed as Day 7 of a 19-part Built in Public series by Thorsten Meyer AI. The source material places Threlmark after IdeaClyst in a chain of tools: IdeaClyst produces verdicts, while Threlmark turns those verdicts into scored work items.

The dispatch ties the product to three recurring principles in the portfolio: local-first operation, provider-agnostic tooling and non-developer build simplicity. It also includes a standard disclaimer that views are the author’s own, that Threlmark is provided as is under MIT terms, and that product names mentioned belong to their owners.

“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.

Schema and Adoption Gaps

The supplied material does not give a repository URL, version number, installation steps, release tag, schema documentation or compatibility guarantees. It is also not clear how Threlmark handles simultaneous edits, malformed JSON, merge conflicts, access controls, backups or validation of agent-written changes.

Adoption is also unknown. The source positions the tool as part of a broader operator system, but it does not provide user numbers, outside contributors, issue activity or examples of third-party integrations already using the roadmap file.

Amazon

local JSON roadmap tool

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Release Details Still Ahead

Readers tracking the project should watch for the public repository, schema reference, installation path and examples showing agents or external tools safely updating roadmap.json. Those materials would show whether the file contract is stable enough for broader use beyond the Built in Public series.

The next milestone in the series is not specified in the supplied material, beyond Threlmark being identified as Day 7 of 19. Later posts may clarify how the roadmap file connects to other tools in the portfolio and whether the project is intended for standalone use.

MASTERING OPENCLAW: HOW TO BUILD YOUR OWN 24/7 AI AGENT TEAM

MASTERING OPENCLAW: HOW TO BUILD YOUR OWN 24/7 AI AGENT TEAM

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What is Threlmark?

Threlmark is described by Thorsten Meyer AI as an open-source MIT roadmap tool. Its kanban board reads and writes a local JSON file rather than storing the roadmap behind a hosted service API.

What does disk is the contract mean?

The phrase means the roadmap file itself is treated as the shared agreement between the app, external tools and agents. Any compatible program could read or write the JSON file if it follows the expected shape.

Is Threlmark already available?

The supplied material says Threlmark is open source under MIT and points readers to threlmark.com. It does not include a repository URL, version number or installation instructions.

How does scoring work in the roadmap?

The dispatch says each roadmap item carries a priority score. That score is meant to turn the board from a flat list of tasks into an ordered plan where trade-offs are visible.

What should users be cautious about?

The source material warns that automated agent writes can introduce errors. Users should treat those edits as proposed changes to review, especially until schema rules, validation behavior and collaboration handling are clearer.

Source: Thorsten Meyer AI

You May Also Like

Here’s Everything Coming to Netflix in June 2026

Discover everything coming to Netflix in June 2026, including movies, series, and documentaries. Confirmed releases and upcoming highlights explained.

What serial killer fact sounds fake, exaggerated, or straight out of fiction. But is 100% real?

Some serial killer facts sound like fiction but are actually verified. This analysis explores those shocking truths and their significance.

Tulsi Gabbard Takes the Exit Ramp

Tulsi Gabbard resigns as Director of National Intelligence on June 30, citing family health issues and disagreements with Trump’s policies.

House Republicans approve $70bn bill for Trump’s immigration crackdown

House Republicans pass a $70bn bill funding immigration agencies through 2029, ending a months-long shutdown standoff with Democrats. The legislation now awaits Trump’s signature.