📊 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 roadmap approach where the plan is a JSON file stored locally, making it open, interoperable, and durable. This shifts control from SaaS tools to users’ own files, with implications for automation and data ownership.

Threlmark has introduced a novel approach to project planning tools, asserting that ‘disk is the contract.’ The company’s new product centers on storing the entire roadmap as a plain JSON file on the user’s local disk, rather than within a SaaS platform, emphasizing control, durability, and interoperability.

The core idea behind Threlmark’s approach is that the roadmap exists as a simple, structured JSON file stored directly on the user’s machine. This file serves as the definitive source of truth, with its structure acting as the integration point for various tools and agents. Unlike traditional SaaS-based roadmaps that rely on APIs and cloud services, this method ensures that the plan is accessible and editable without vendor lock-in or dependency on specific platforms. Threlmark’s product also features a scored kanban system, where each task carries a priority score, enforcing clear trade-offs and visibility of priorities. The system allows both human and automated agents to read and write directly to the JSON file, enabling seamless automation and real-time updates. The approach promotes local-first, provider-agnostic workflows, reducing risks associated with SaaS vendor changes or outages. However, the approach has limitations. It is not suited for large, distributed teams requiring real-time collaboration, conflict resolution, or permission controls at scale. The company acknowledges that a plain file cannot replace enterprise-grade database features and that the scoring system depends on accurate input. The system’s safety relies on guardrails to prevent miswrites by automated agents.
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 Control and Interoperability in Planning

This new approach shifts control of project roadmaps from SaaS vendors to users’ own files, reducing vendor lock-in and increasing data durability. It enables automation through simple file read/write operations, making workflows more flexible and resilient. However, it may not suit large teams needing real-time collaboration, and risks exist if automated agents miswrite the plan. For small teams and operators, this model offers a straightforward, durable, and open solution that aligns with local-first principles, potentially influencing future project management tools.
Amazon

local JSON file project management tool

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Traditional Roadmap Tools and the Shift to File-Based Planning

Most existing project management tools rely on cloud-based APIs, offering features like real-time collaboration, conflict resolution, and permission controls. These SaaS tools often lock users into specific platforms, risking data loss if the service terminates. Threlmark’s approach challenges this model by proposing a simple, open format—JSON files—that any tool can read or write. This idea aligns with broader trends toward local-first, provider-agnostic workflows, emphasizing user control and data durability. The concept builds on prior discussions within the project management community about reducing vendor lock-in and increasing interoperability.

“A roadmap is only useful if the thing that updates it and the thing that reads it agree on where it lives. Threlmark makes a deliberately different bet: the entire product is a JSON file on your disk.”

— Thorsten Meyer, Threlmark

Express Schedule Free Employee Scheduling Software [PC/Mac Download]

Express Schedule Free Employee Scheduling Software [PC/Mac Download]

Simple shift planning via an easy drag & drop interface

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unresolved Questions About Scalability and Safety

It remains unclear how well this approach scales for larger teams requiring concurrent editing and conflict management. The safety mechanisms for automated agents writing to the roadmap depend on guardrails, but details about their implementation are still emerging. Additionally, the effectiveness of scoring and the risk of miswrites by agents are areas needing further clarification. For more on this, see raw-feed licensing.

Amazon

Kanban task scoring system

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Development

Threlmark plans to release the open-source tools and detailed documentation to support adoption. The company will likely observe how small teams and operators implement the system, gathering feedback to refine safety features and tooling. Broader integration with existing project management ecosystems may follow, alongside potential enhancements for collaboration and conflict resolution in multi-user scenarios.

Amazon

automation tools for JSON files

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does Threlmark’s approach differ from traditional roadmap tools?

Instead of cloud-based SaaS platforms, Threlmark uses a plain JSON file stored locally, making the roadmap owner-controlled, interoperable, and durable.

Can this system support large, distributed teams?

No, the approach is optimized for small teams or operators. It lacks built-in real-time collaboration and conflict resolution features needed for large-scale, multi-user environments.

What are the risks of automated agents writing to the roadmap?

Miswrites or corruptions are possible without proper guardrails, so safety mechanisms and review processes are necessary to prevent errors.

Is the JSON file format open and accessible?

Yes, it is open-source under MIT license, and any tool capable of reading or writing JSON can interact with the roadmap.

What happens if the vendor or tool supporting this approach disappears?

The plan remains accessible and editable as a local file, ensuring data durability independent of any specific platform or vendor.

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

Strategic Planning 101: Where Do You Want Your Business in 5 Years?

Discover how strategic planning can help you define your five-year business vision and stay ahead in a competitive market.

The Setup Trick That Makes Your Laptop Screen Extender Work Better

To make your laptop screen extender work better, guarantee your system supports…

The Setup Trick That Makes Your POS Cash Drawer Work Better

Keenly organizing your cash drawer and optimizing POS settings can transform your checkout efficiency—discover the secret to seamless transactions that keeps customers happy.

The Booth Setup Trick That Makes Your Trade Show Display Harder

No matter your display size, this booth setup trick will significantly enhance durability—discover the secret to a more resilient trade show presence.