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 has announced a new approach to roadmaps: the plan is a plain JSON file stored locally, making it accessible, durable, and vendor-agnostic. This shifts how teams manage and automate project workflows.

Threlmark has introduced a new approach to project roadmaps: the entire plan is a plain JSON file stored locally on the user’s disk, making it accessible and modifiable without reliance on SaaS APIs. This shift aims to enhance interoperability and durability, allowing any tool capable of reading or writing JSON to interact with the roadmap directly.

The core innovation from Threlmark is that the roadmap is no longer housed within a SaaS platform but is a simple, structured JSON file on the user’s local storage. This file acts as the single source of truth, with its format serving as the contract for all tools and agents that interact with it.

This approach enables any program or agent that can handle JSON to read and update the roadmap without requiring SDKs, webhooks, or API authentication. It aligns with principles of open-source, local-first, and provider-agnostic design, giving users full control over their project data.

Threlmark also introduces a scored kanban system, where each item carries a priority score, promoting clear trade-offs and intentional prioritization. The system supports automation, with agents able to read, modify, and update the roadmap file directly, creating a shared workspace for humans and AI agents alike.

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 of ‘Disk Is the Contract’ for Project Management

This new model shifts the control and ownership of project data back to users, reducing dependency on vendor SaaS platforms that can change or discontinue features. It enhances durability and interoperability, making project plans portable and future-proof. However, it also introduces limitations in multi-user, real-time collaboration, which is less suited for large teams or enterprise environments.

For small teams and operators, this approach simplifies automation and integration, potentially reducing costs and increasing flexibility. It emphasizes core principles of open data and local control, which are increasingly valued in software development and project management communities.

Amazon

JSON file project management tool

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background and Rationale Behind Threlmark’s Approach

Traditional roadmap tools rely heavily on SaaS platforms, which centralize data but also create lock-in and dependency risks. Threlmark’s philosophy challenges this by proposing that the roadmap should be a simple, portable file, ensuring long-term access and interoperability. The concept aligns with broader movements toward open data, local-first architecture, and automation-friendly workflows.

This development builds on existing ideas of open formats and local control, but uniquely emphasizes that the contract—the structure of the roadmap—is the file itself, not a proprietary API or platform. The approach aims to reduce vendor lock-in and increase resilience against platform deprecation or changes.

“A roadmap is only useful if the thing that updates it and the thing that reads it agree on where it lives. Threlmark’s approach makes the entire plan a plain JSON file on your disk, ensuring durability and interoperability.”

— Thorsten Meyer, Threlmark

Amazon

local JSON editor for project planning

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Risks of the ‘Disk Is the Contract’ Model

It remains unclear how well this approach scales for large, distributed teams needing real-time collaboration or conflict resolution. The system is designed for small teams or operators, and may not support simultaneous multi-user editing effectively. Additionally, the risk of data corruption or mis-writes by agents requires guardrails and review processes, which are not yet detailed.

Further, the effectiveness of the scoring system depends heavily on how well priorities are set, which could lead to misprioritization if scores are poorly managed. The approach also presumes that users are comfortable managing local files and manual synchronization.

Amazon

Kanban board software with JSON export

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Upcoming Developments and Adoption Strategies

Threlmark plans to release detailed documentation, open-source tools, and guardrails for managing agent interactions to mitigate risks. They will likely explore integrations with existing project management tools and automation platforms to expand usability.

Further updates may include features for better multi-user support or conflict resolution, but the core remains the local file contract model. Adoption will depend on how well small teams and operators embrace this minimalist, open approach.

Amazon

open source project roadmap software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How secure is storing project data as a local JSON file?

Storing data locally reduces exposure to SaaS platform breaches but introduces risks related to file corruption or loss. Users should implement backup strategies and guardrails for agent interactions.

Can this approach support large teams working simultaneously?

Currently, the model is best suited for small teams or operators. Large, distributed teams requiring real-time collaboration may find it limited, as conflict resolution and concurrent editing are not inherently supported.

Is this compatible with existing project management tools?

Yes, any tool that can read and write JSON can potentially integrate, making it highly interoperable. However, specific integrations are yet to be developed or documented.

What happens if an agent corrupts the roadmap file?

Since agents can write directly to the file, safeguards such as review processes or version control are recommended to prevent corruption or unintended changes.

Will Threlmark add features for multi-user editing?

There is no indication yet, but future updates may explore ways to support multi-user workflows or conflict resolution within this local-file paradigm.

Source: ThorstenMeyerAI.com

You May Also Like

Here’s How iOS 27’s New Liquid Glass Slider Works

Apple’s iOS 27 update adds a slider to adjust Liquid Glass transparency, enhancing customization after community feedback on design clarity.

A War Room for Your Next Idea: Inside IdeaClyst

Thorsten Meyer AI details IdeaClyst, a local-first AI workspace for testing startup ideas through debate, research and private output.

The clause. How a contractual definition of AGI met the capital built on top of it.

OpenAI’s original AGI clause, which tied Microsoft’s access to the technology to achieving AGI, was gradually redefined into a verification process amid capital pressures.

Fable and Mythos: How Anthropic Shipped Its Most Powerful Model to Everyone

Anthropic launches Fable 5, a highly capable AI model available to the public with safety safeguards, while Mythos 5 remains restricted for security reasons.