📊 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 system where the roadmap is a plain JSON file stored locally, making it open, interoperable, and durable. This approach shifts control from SaaS tools to users’ own disks, enabling direct human and agent interaction.

Threlmark has announced a new approach to project roadmapping: the entire roadmap is a plain JSON file stored on the user’s own disk, making it the definitive contract for project data.

Threlmark’s new system, summarized as ‘disk is the contract,’ departs from traditional SaaS-based roadmap tools by placing the roadmap file directly on the user’s local disk. The JSON file is structured to be easily read and written by any program, ensuring interoperability without the need for SDKs or APIs. The roadmap is viewed as a shared, version-controlled document that can be accessed and modified by both humans and automated agents, facilitating a live, collaborative workflow. This design emphasizes ownership, durability, and simplicity. The file-based approach means the roadmap is not dependent on vendor services that could change or disappear, and it can outlive the tools that create it. The system also incorporates scoring of tasks, enabling prioritized, subtraction-based planning. Agents can read and update the file directly, closing the loop between planning and execution, which is especially suited for small teams or operators managing automation workflows. However, the approach has limitations, including reduced support for real-time multi-user collaboration, conflict resolution, and permission controls. The success of this system depends heavily on the quality of task scoring and the management of agent permissions to prevent data corruption.
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

Why Local Control and Interoperability Matter

This development matters because it shifts project planning from vendor-dependent SaaS tools to a simple, durable, and open file-based system. It empowers users to own their roadmap data entirely, reducing lock-in risks and increasing control over project information. For small teams and operators, this approach simplifies workflows and enhances resilience against tool or vendor changes, potentially influencing future project management practices.

Python in Action: 60 Mini Projects to Automate Everything (Part 1): Practical CLI Tools, File Automation, and Data Cleaning with CSV, Excel, and JSON

Python in Action: 60 Mini Projects to Automate Everything (Part 1): Practical CLI Tools, File Automation, and Data Cleaning with CSV, Excel, and JSON

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

The Evolution of Roadmap Tools and the ‘Disk as Contract’ Concept

Traditional project management tools rely heavily on SaaS platforms with APIs, SDKs, and real-time collaboration features. While these tools offer convenience, they also introduce lock-in, dependency on vendor services, and potential data loss if the platform disappears. Threlmark’s approach revives a simpler paradigm—using plain files—drawing on principles of local-first design and open standards. This concept aligns with broader movements toward data ownership and interoperability, but it is a notable departure from mainstream SaaS solutions.

“A roadmap is only useful if the thing that updates it and the thing that reads it agree on where it lives. Our approach makes the roadmap a simple file on disk, eliminating vendor lock-in.”

— Thorsten Meyer, Threlmark founder

Amazon

local disk roadmap software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Risks of a File-Based Roadmap System

It is still unclear how well this system scales for large, multi-user teams requiring real-time collaboration, conflict resolution, and permission controls. The potential for data corruption or inconsistency exists if multiple agents modify the file simultaneously without proper safeguards. The effectiveness of scoring and prioritization also depends on user discipline and management.

Planning and Control Using Oracle Primavera P6 Versions 8 to 21 PPM Professional

Planning and Control Using Oracle Primavera P6 Versions 8 to 21 PPM Professional

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Testing

Threlmark plans to release the open-source implementation and documentation, inviting small teams and operators to experiment with the system. Further development may include tools for conflict detection, version control, and enhanced collaboration features. Observers will monitor how well the approach performs in real-world scenarios, especially regarding concurrency and data integrity.

AI Trade Agents: The Future of Global Sourcing, Supply Chains, and Intelligent Commerce (AI Agents and the Future of Business Series)

AI Trade Agents: The Future of Global Sourcing, Supply Chains, and Intelligent Commerce (AI Agents and the Future of Business Series)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does this approach compare to traditional SaaS roadmap tools?

Unlike SaaS tools that rely on cloud APIs and vendor infrastructure, Threlmark’s system uses a local JSON file as the single source of truth, offering greater ownership, durability, and interoperability.

Can multiple users edit the roadmap simultaneously?

In its current form, the system is best suited for small teams or operators. Handling simultaneous edits requires additional safeguards, which are still under development.

What are the main limitations of this approach?

The system does not support real-time multi-user collaboration, conflict resolution, or permission management at scale. It relies on disciplined management of the JSON file and scoring system.

Is this system open source?

Yes, the full implementation and deep-dive documentation are available under an MIT license at threlmark.com.

Source: ThorstenMeyerAI.com

You May Also Like

The OAuth Permission Apocalypse.

Analysis of how broad OAuth permissions, especially ‘Allow All,’ create a systemic security risk comparable to SQL injection, with ongoing implications for enterprise security.

White-collar professional services. The Tier 1 displacement.

Major shifts in hiring and automation signal a displacing trend in legal, banking, consulting, and accounting sectors, with significant implications for the future workforce.

Raw-feed licensing. The contract that doesn’t exist yet.

A missing industry-standard contract for raw-feed licensing in AI development is creating economic and legal uncertainties, with implications for the future of AI and media licensing.

Board packet generator for HOA managers

A new board packet generator for HOA managers is being tested to streamline meeting preparations, with initial validation planned through manual packet creation.