AIThis post was created with the assistance of artificial intelligence (AI).

TL;DR

Prime Big Deal Days · Oct 6–7Offer from Amazon

Get workout gear delivered free — and shop member deals

  • Fast, free delivery on millions of items
  • Access to Prime Big Deal Days deals on October 6–7
  • Prime Video, Amazon Music and more included
Start your free Prime trial Free trial for eligible customers · Cancel anytime
As an affiliate, we earn on qualifying purchases.

Threlmark has been presented as a roadmap tool built around a plain JSON file stored on the user’s disk. Its central claim is that the file, not a SaaS database or API, acts as the shared contract for the kanban board, tools and automated agents.

Threlmark is developed privately and is not publicly available. It has been presented with a local-first design that stores a project roadmap as a plain JSON file on the user’s disk, a choice its creator frames as a way to reduce vendor lock-in and let tools and agents work from the same project plan.

The Day 7 dispatch from Thorsten Meyer AI says Threlmark’s kanban board is a view over a file named as the roadmap contract, rather than a roadmap stored behind a hosted database or proprietary API. The source material states that humans, external tools and automated agents can read and write the same JSON file directly.

The product is described as a scored kanban system. Each roadmap item carries a priority score, which the dispatch says is meant to turn a backlog into a ranked plan rather than a flat list of tasks. The example board includes backlog, doing and done lanes, with scored items such as imports, exports, validated ideas and shipping work.

Threlmark is also positioned inside a wider “decision layer” portfolio. In the source material, IdeaClyst produces verdicts, while Threlmark is described as the place where those verdicts become ordered work items. The dispatch says the project is available at threlmark.com and is provided under MIT terms “as is” without warranty.

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 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 developed privately and is not publicly available. 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 because roadmap tools often make the application the gatekeeper for project data. Threlmark’s approach puts the roadmap in a format many programs can read without a vendor account, SDK, rate limit or hosted service dependency.

For teams using automation, the design could make a roadmap easier for agents to inspect and update. That benefit is a product claim from the source material, not an independently verified performance finding. The dispatch also warns that agent-written changes should be reviewed, since automated updates may introduce errors.

The scoring model adds another practical point: priority is represented as data. If adopted consistently, that could make trade-offs clearer for operators who need to choose between competing work items. The source frames this as “edit by subtraction,” meaning lower-ranked work is less likely to move forward.

Amazon

JSON project management tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Day Seven In A Product Series

Threlmark appears in the source material as Day 7 of a 19-day Built in Public series tied to the Thorsten Meyer AI operator portfolio. The dispatch describes an 18-product constellation sharing local-first and provider-agnostic ideas.

The specific link in this installment is IdeaClyst to Threlmark: decisions from one tool become scored roadmap entries in the other. The source material says the broader thesis is that operational artifacts should be plain files or open formats where possible, rather than records locked inside a single vendor’s system.

The dispatch also discloses that the commentary was produced with AI assistance under human editorial oversight, and that views are the author’s own and may change.

“The roadmap is a plain JSON file on your disk.”

— Thorsten Meyer AI dispatch

Amazon

Kanban board software with local file storage

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Schema Details Remain Limited

The source material does not provide the full JSON schema, installation steps, version number, contributor model or release cadence. It is also unclear how Threlmark handles concurrent edits, file validation, merge conflicts, permissions or audit history when multiple tools or agents write to the same roadmap.

Threlmark is developed privately and is not publicly available; the source excerpt does not include maintainer information or third-party adoption data. Any claims about durability, interoperability or agent usefulness remain product claims until tested in real workflows.

Amazon

task management app with CSV import

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Repository And Schema To Watch

The next practical milestone is the public review of Threlmark’s implementation details: the roadmap file shape, validation rules, agent write patterns and how the UI handles edits made outside the app. Readers evaluating the tool should also verify current availability and any examples showing real project usage.

The Built in Public series is set to continue beyond Day 7, so additional links between Threlmark and the wider operator portfolio may clarify how roadmap items move from idea scoring to execution tracking.

Amazon

local-first project roadmap software

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 a roadmap and scored kanban tool that stores the roadmap as a plain JSON file on the user’s disk.

What does “disk is the contract” mean?

It means the shared source of truth is the local roadmap file and its structure. The UI, outside tools and agents are expected to read or write that same file rather than work through a hosted API.

Is Threlmark a SaaS product?

The source material presents Threlmark as local-first and says there is no SaaS API for the roadmap contract. The excerpt does not give full hosting, packaging or deployment details.

What remains unconfirmed?

The public excerpt does not confirm the full schema, release version, repository activity, sync model, conflict handling or adoption by outside teams.

Why would teams care about a JSON roadmap file?

A local JSON file can be read by many tools, versioned, inspected in a text editor and reused outside one vendor’s product. The source presents this as a way to reduce lock-in, while warning that automated edits still need review.

Source: Thorsten Meyer AI

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

Fall Picks

As an affiliate, we earn on qualifying purchases.

You May Also Like

Agios Pharmaceuticals Surges In Global Coverage

Agios Pharmaceuticals experiences a significant increase in global media mentions, signaling heightened interest and potential developments.

Is Your Phone Listening? The Truth About App Permissions

Protect your privacy by understanding how app permissions can secretly listen; learn the truth behind your phone’s listening habits today.

Womenlift Health Surges In Global Coverage

Womenlift Health’s coverage has surged worldwide, with 13 mentions in recent media analysis, highlighting increased focus on women’s health initiatives.

AI’s Hidden Edge: Reading Your Files Before Making a Deal

AI models that read your internal files two references deep outperform others in sealing deals and maintaining trust. Measure their discipline before deploying.