Threlmark: Disk Is the Contract

📊 Full opportunity report: Threlmark: Disk Is the Contract on ThorstenMeyerAI.com — validation score, market gap, and execution plan.

TL;DR

Threlmark announces a new roadmap system where the plan is a JSON file stored locally, making it open, interoperable, and agent-friendly. This shifts control from SaaS tools to users’ own files, emphasizing durability and simplicity.

Threlmark has introduced a novel approach to project roadmaps, where the entire plan is a plain JSON file stored locally on the user’s disk, making the file itself the definitive contract. This shift away from SaaS tools aims to provide greater control, interoperability, and durability for teams managing their roadmaps.

The core concept behind Threlmark is that the roadmap exists as a simple, structured JSON file on the user’s local disk, which any program capable of reading or writing JSON can access. There is no reliance on APIs, webhooks, or vendor-specific platforms. The file acts as the single source of truth, and the visual kanban board is just a view over this file.

This approach allows seamless integration with existing tools, as the contract is the file format itself. It also enables agents—automated or human—to read and modify the roadmap directly by manipulating the JSON file, fostering a shared, live workspace. Threlmark emphasizes local-first operation and vendor independence, reducing lock-in and ensuring long-term access to the plan.

The product also features a scoring system for roadmap items, which enforces prioritization and helps teams make clearer trade-offs. Items are ranked by importance, and the system discourages the all-high-priority trap, promoting deliberate decision-making. This scoring integrates directly into the file, making prioritization transparent and actionable.

However, Threlmark acknowledges limitations: it is not suited for large, real-time collaborative editing or enterprise-scale permissioning. The approach requires careful management of agent permissions and scoring accuracy, as a misconfigured score or malicious agent could corrupt the plan. This solution is primarily targeted at small teams or operators seeking simplicity and control.

Threlmark — Disk Is the Contract · Built in Public Day 7/19
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

Implications for Roadmap Ownership and Interoperability

This development matters because it shifts control of project plans from proprietary SaaS platforms to users’ own files, ensuring long-term access and reducing vendor lock-in. It enables a more open, flexible workflow where any tool that reads JSON can participate, fostering interoperability and resilience. For teams valuing operational simplicity and data durability, this approach offers a compelling alternative to traditional roadmap tools.

Amazon

local JSON file project management tool

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background on Roadmap Tools and Data Persistence

Traditional project management tools rely heavily on SaaS platforms with APIs, webhooks, and proprietary data formats, which can lead to vendor lock-in and data loss if the service deprecates or discontinues. The concept of storing operational data as a plain file on disk is rooted in principles of local-first software and data durability. Threlmark’s approach builds on this by making the roadmap a simple, structured JSON file, which can be read and modified by any compatible tool or agent, ensuring longevity and interoperability.

This approach aligns with broader trends favoring open formats and local data ownership, addressing pain points related to SaaS dependency and data portability. It also introduces a scoring system to help teams prioritize work directly within this file-based system.

“A roadmap lives inside our database, behind our API, accessible on our terms. Threlmark makes a deliberately different bet: the roadmap is a plain JSON file on your disk.”

— Thorsten Meyer, Threlmark developer

Amazon

offline roadmap software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Risks of a Disk-Based Roadmap System

It is not yet clear how well this approach scales for large teams requiring real-time collaboration, or how effectively it manages concurrent edits and conflict resolution. The system relies on careful scoring and permission management, which could pose risks if misused or misconfigured. Additionally, the impact of potential data corruption or agent errors remains to be tested in practice.

Amazon

JSON file version control tool

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Ecosystem Development

Threlmark plans to release the full open-source code and documentation, encouraging early adopters to experiment with the system. Future developments may include enhanced conflict management, versioning, and integrations with existing project tools. Monitoring how small teams implement and adapt this model will inform broader improvements and potential scaling solutions.

Amazon

project planning tools for small teams

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

Can I use Threlmark for large, distributed teams?

Threlmark is primarily designed for small teams or operators, as it does not support real-time multi-user editing or advanced permissioning. Large, distributed teams may face challenges with concurrent edits and conflict resolution.

How does Threlmark ensure data safety and integrity?

The roadmap is a local JSON file, which minimizes data loss risks compared to cloud-based tools. However, it relies on proper management of the file and agent permissions to prevent corruption or accidental modifications.

What if a tool or agent modifies the roadmap incorrectly?

Since the contract is the file format, any incorrect modification can corrupt the plan. Users should implement guardrails and review processes when automating updates.

How does scoring improve roadmap prioritization?

Items are ranked by importance, forcing teams to make deliberate trade-offs. This prevents the common issue of having all tasks marked as high priority, promoting clearer decision-making.

Source: ThorstenMeyerAI.com

This content is for general information only and is not financial, tax or legal advice. Consult a qualified professional for decisions about your money.

You May Also Like

Three Public Vulnerabilities. Chained.

A chain of three known vulnerabilities was exploited in the TanStack npm packages, leading to a major supply-chain incident on May 11, 2026. Details reveal public research was weaponized rapidly.

The mandate. Why the US conversational- finance surface does not translate to Europe.

Examines how regulatory differences shape the US and European personal-finance platforms, highlighting structural and compliance distinctions.

Saturation. The ten-essay framework, closed.

The ten-essay European sovereign-LLM framework is now complete, with no new structural insights expected before August 2026.

The OAuth Permission Apocalypse.

Analysis of the ‘Allow All’ OAuth permission pattern as a major security risk, its parallels to SQL injection, and implications for enterprise security in 2026.