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 methodology where the project roadmap is a simple JSON file stored locally, making it accessible, durable, and vendor-agnostic. This shifts control from SaaS tools to users’ own systems, emphasizing interoperability and simplicity.

Threlmark has unveiled a radically different approach to project roadmaps, where the entire plan is stored as a plain JSON file on the user’s local disk, rather than within a SaaS platform. Disk Is the Contract: Inside Threlmark’s Local-First Architecture This shift aims to give users full control, durability, and interoperability by removing dependencies on proprietary APIs and vendor-specific tools.

The core principle of Threlmark’s approach is that the roadmap is a simple, structured JSON file that any program capable of reading or writing JSON can access. This means that the plan is not locked inside a vendor’s SaaS environment but is instead owned directly by the user. The roadmap’s structure serves as the integration point, enabling any compatible tool or agent to read or update it without requiring special SDKs or webhooks.

Threlmark’s system also incorporates scoring of items on the roadmap, allowing prioritization and trade-offs to be visible. The ranked list helps teams focus on what matters most, enforcing discipline through subtraction—if everything is high priority, nothing is prioritized. The roadmap is designed to support automated agents that can read, modify, and update the file directly, creating a live, shared workspace for humans and AI agents alike.

While this approach emphasizes simplicity and durability, Threlmark acknowledges limitations, such as the lack of real-time collaboration features found in SaaS tools. It is targeted at small teams or operators who value control and longevity over large-scale concurrent editing. The approach also requires careful management of scores and guardrails to prevent corruption or misprioritization.

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 Project Management Control

This development matters because it shifts project planning from vendor-controlled SaaS environments to user-owned files, enhancing durability, interoperability, and independence. It reduces lock-in risks, allowing teams to maintain their roadmap regardless of platform changes or vendor discontinuation. For small teams and operators, this provides a simplified, reliable foundation for automation and collaboration without the complexity of traditional tools.

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.

Background on Roadmap Tools and Data Portability

Traditional project management tools rely heavily on SaaS platforms that store roadmaps within proprietary environments, often leading to vendor lock-in and dependency on APIs. For more on how open standards improve data portability, see The referral. How AI search severs the content-for-traffic contract that funded the open web. Threlmark’s approach is a response to these limitations, emphasizing local control and open standards. The concept builds on ongoing discussions about data portability, durability, and interoperability in project planning, aiming to empower users with more direct control over their planning artifacts.

“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 deliberate choice: the roadmap is a JSON file on your disk.”

— Thorsten Meyer, Threlmark

Amazon

local disk roadmap software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Challenges of Disk-Based Roadmaps

It is not yet clear how well this approach scales for large, distributed teams requiring real-time collaboration or conflict resolution. To understand the importance of local-first architecture, see Disk Is the Contract: Inside Threlmark’s Local-First Architecture. The reliance on local files may hinder multi-user concurrent editing and audit trails at enterprise scale. Additionally, the risks associated with agent writes—such as accidental corruption—necessitate guardrails and careful management, which are still being developed.

Amazon

interoperable planning tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Tool Integration

Threlmark plans to release detailed documentation and open-source tools to facilitate adoption. Future developments may include enhanced guardrails, version control features, and integrations with existing project management workflows. The community and early adopters will likely experiment with the approach, providing feedback on its practicality for different team sizes and workflows.

Amazon

version control JSON project plan

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does this approach handle multiple users editing the roadmap?

Currently, the approach is best suited for small teams or operators. It does not support real-time concurrent editing natively, so managing simultaneous updates requires manual coordination or guardrails to prevent conflicts.

Can existing project management tools integrate with this JSON-based roadmap?

Yes, any tool capable of reading or writing JSON can potentially integrate, making it highly flexible. However, dedicated plugins or scripts may be needed for seamless workflows.

What are the risks of using a plain JSON file for critical project data?

The main risks include potential data corruption from agent errors, lack of real-time collaboration features, and the need for manual management of access and updates.

Is this approach suitable for large-scale enterprise project management?

Threlmark acknowledges that this approach is primarily designed for small teams or individual operators. Large enterprises may find the lack of concurrency and audit features limiting.

Source: ThorstenMeyerAI.com

You May Also Like

Symbolica 2.0: Programmable Symbols for Python and Rust

The latest release of Symbolica 2.0 adds customizable symbols with hooks, improved APIs, and advanced output features for Python and Rust users.

How to Stop Apps From Running in the Background

Stopping apps from running in the background can boost performance and battery life, but understanding which apps to disable is essential for optimal device use.

Your Chair Isn’t the Only Problem—Desk Height Matters More Than You Think

Gaining awareness of desk height’s impact can transform your comfort and health, but understanding how to optimize it is key to lasting relief.

Japan’s Toto to invest $495m in chip materials, targeting 1-nm era

Japanese bathroom fixture maker Toto will invest $495 million over five years to expand into advanced semiconductor materials targeting 1-nanometer chip technology.