TL;DR

Thorsten Meyer AI’s Day 7 built-in-public dispatch presents Threlmark as an MIT-licensed roadmap tool built around a local JSON file rather than a hosted database. The confirmed claim is architectural: the kanban board, external tools and agents read and write the same roadmap file, while agent edits still require human review.

Threlmark, an MIT-licensed open-source roadmap tool from Thorsten Meyer AI, is being presented around a single product decision: the roadmap is stored as a plain JSON file on the user’s own disk, making the file itself the shared contract for the board, other tools and automated agents.

The Day 7 dispatch describes Threlmark as a scored kanban system in which the visual board is “just a view” over a local roadmap file. According to the source material, items can sit in columns such as backlog, doing and done, while each item carries a priority score so the roadmap is ranked rather than treated as a flat list of tasks.

The project’s stated position is that a known JSON structure can replace a hosted service API as the main integration point. The dispatch says any program that can read JSON can read the roadmap, and any program that can write valid JSON can update it. That makes the roadmap accessible to local tools and agents without an SDK, hosted account, rate limit or vendor-specific database.

The source material also places Threlmark inside Thorsten Meyer AI’s wider “Decision Layer” series. In that setup, verdicts from IdeaClyst, another product in the portfolio, are described as flowing into Threlmark as scored roadmap items. The company frames the connection as “IdeaClyst → Threlmark”: one tool helps decide what is worth doing, and Threlmark turns those decisions into an ordered plan.

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

Roadmap Data Moves Local

The announcement matters for readers who depend on roadmap tools because it challenges a common software pattern: keeping planning data inside a vendor-controlled database and exposing it through that vendor’s API. Threlmark’s design instead treats the roadmap file as the durable artifact. If the tool changes, fails or is replaced, the plan remains available as a text file that other software can parse.

That approach may appeal to builders using AI agents in their workflow. The dispatch argues that agents and humans can share the same workspace by reading from and writing to the same file. That could make automated planning loops easier to inspect because changes land in a file rather than inside an opaque service.

The scored-kanban model also addresses a separate planning problem: priority inflation. By assigning each item a score, Threlmark is meant to force comparison between tasks. The source material says a board where everything is “high priority” has no real priorities; a ranked file-based board makes trade-offs visible.

Amazon

JSON file viewer for project management

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Day 7 In The Product Series

Threlmark is introduced in the source material as part of a 19-day “Built in Public” sequence from ThorstenMeyerAI.com. The Day 7 entry focuses less on a new interface feature and more on the underlying storage contract: one roadmap file, stored locally, shared by the user interface, external tools and agents.

The dispatch describes the product as local-first and provider-agnostic. In practical terms, that means the roadmap is not tied to a particular hosted planning service, model provider or automation vendor, at least according to the stated design. The project is also described as open source under the MIT license and provided “as is” without warranty.

The article also situates Threlmark among 18 products in what the source calls an “operator constellation.” Only the immediate relationship with IdeaClyst is needed to understand this update: IdeaClyst is presented as producing decisions or verdicts, while Threlmark is presented as the place where those verdicts become ranked roadmap work.

“disk is the contract”

— Thorsten Meyer AI Day 7 dispatch

Amazon

local JSON roadmap tool

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Adoption And Safeguards Still Open

The source material does not provide usage numbers, release milestones, repository activity, contributor counts or independent adoption data. It also does not specify how Threlmark handles concurrent edits, file conflicts, schema migrations, validation failures or recovery from malformed JSON.

It is also not clear from the supplied material how the tool prevents an automated agent from overwriting user changes or introducing flawed roadmap entries. The project’s own disclaimer says agent writes should be reviewed, which means the agent workflow is presented as a capability, not as a guarantee of correctness.

The long-term durability claim is also partly conditional. A plain JSON file is broadly portable, but future compatibility depends on the stability and documentation of Threlmark’s file shape. The supplied material describes the thesis but does not include the full schema or a formal compatibility policy.

Amazon

Kanban board software with JSON import

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Test Is Real Use

The next step is whether Threlmark’s file-first model proves useful in live workflows where humans, importers and agents all touch the same roadmap. Readers should watch for the public repository details, schema documentation, examples of agent edits, and evidence that the scored kanban flow works beyond the built-in-public demo.

Future dispatches in the 19-day series may also clarify how Threlmark fits with the rest of the portfolio and whether the roadmap file becomes a shared foundation for more products. For now, the confirmed development is the product’s design stance: Threlmark treats the local JSON roadmap file as the primary contract.

Program Management for Open Source Projects: How to Guide Your Community-Driven, Open Source Project

Program Management for Open Source Projects: How to Guide Your Community-Driven, Open Source Project

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What did Threlmark announce?

Thorsten Meyer AI’s Day 7 dispatch announced Threlmark’s core design: a roadmap tool where the plan lives in a local JSON file, with the kanban board and automation tools reading and writing that file.

Is Threlmark open source?

Yes. The supplied source material says Threlmark is open source under the MIT license and is provided “as is” without warranty.

What does “disk is the contract” mean?

It means the roadmap file itself is the integration point. Instead of relying on a hosted API as the source of truth, Threlmark uses a known JSON file format that local tools and agents can read or update.

How is Threlmark different from a normal kanban board?

The source material says Threlmark is a scored kanban board. Each item carries a priority score, so the board is meant to show ranked trade-offs rather than a list of tasks that all claim equal priority.

Can AI agents safely edit the roadmap?

The dispatch says agents can read and write the roadmap file, but it also warns that automated edits may contain errors. Agent-written changes should be reviewed by a human before being treated as reliable.

Source: Thorsten Meyer AI

Pet-care content is informational — consult your veterinarian for advice about your animal.

You May Also Like

Rottweiler: Responsible Ownership and Training for Guard Dogs

A comprehensive guide to responsible Rottweiler ownership and training ensures your guard dog is confident and well-behaved, but the key secrets lie ahead.

Bearded Collies: The Happy Herding Dog

Bearded Collies embody joy and companionship; discover how their playful nature makes them the perfect addition to any family!

Bluetick Coonhound: A Loyal and Spirited Breed

With their striking appearance and exceptional hunting skills, the Bluetick Coonhound captivates families—but what else makes this breed truly special?

10 Reasons German Shepherds Are Amazing Family Dogs

Amazing loyalty, intelligence, and adaptability make German Shepherds exceptional family dogs—discover the top ten reasons why they might be the perfect addition to your home!