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 radical new roadmap system where the plan is a JSON file stored locally, making it open, durable, and agent-friendly. This approach challenges traditional SaaS tools by emphasizing ownership and interoperability.

Threlmark has unveiled a new approach to project roadmaps, where the entire plan is stored as a plain JSON file on the user’s local disk, eliminating reliance on SaaS APIs and vendor lock-in. This shift emphasizes ownership, interoperability, and durability, making the roadmap accessible and modifiable by any compatible tool or agent.

The core idea behind Threlmark’s approach is that the roadmap exists as a structured JSON file on the user’s machine, which can be read and written by any program capable of handling JSON. This contrasts with conventional SaaS-based tools that store data in proprietary cloud services, often limiting control and flexibility.

The system uses a scored kanban board where each item carries a priority score, ensuring clear prioritization and facilitating decision-making through visible trade-offs. The board is simply a view over the JSON file, allowing seamless integration with existing tools and automation agents.

Threlmark emphasizes that this model is local-first and provider-agnostic, meaning it does not depend on any specific cloud service or API, reducing lock-in risks and future-proofing the roadmap data. However, it also acknowledges limitations, such as challenges with concurrent multi-user editing and conflict resolution, which are not addressed by this approach.

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 Ownership

This approach shifts control of project data back to users, reducing dependence on vendor-specific SaaS tools that may change pricing, deprecate features, or disappear. By owning the roadmap as a simple file, teams gain durability, interoperability, and flexibility, which are critical for long-term project continuity and automation.

For small teams and operators, this model offers a straightforward, transparent way to manage priorities and automate workflows. It also encourages a more disciplined decision process by forcing explicit prioritization through scoring, making trade-offs more visible and manageable.

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.

Traditional Roadmap Tools and the Case for Simplicity

Most existing project management tools rely on cloud-based SaaS platforms with APIs, SDKs, and real-time collaboration features. While these tools excel at multi-user collaboration and conflict resolution, they often introduce vendor lock-in, data silos, and dependency on external infrastructure.

Threlmark’s philosophy challenges this paradigm by proposing a simple, open format—JSON—that any tool can access, modify, and persist locally. This aligns with a broader movement toward local-first, open standards for operational data, emphasizing durability and interoperability over real-time collaboration features.

“A roadmap is only useful if everyone agrees on where it lives. Our approach makes the roadmap a simple file on your disk, accessible by any tool that can handle JSON.”

— 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 the ‘Disk Is the Contract’ Model

It is not yet clear how well this approach will scale for large, multi-user teams requiring real-time collaboration and conflict management. The system does not inherently support concurrent editing or permissioning, which could pose challenges in collaborative environments.

Additionally, the reliance on scoring for prioritization depends heavily on the quality of the scoring process, which remains an external, manual step. There is also a risk that mis-writes by automation agents could corrupt the plan if not properly managed.

Amazon

interoperable project management app

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Upcoming Developments and Adoption Pathways

Threlmark plans to release the open-source implementation and documentation, encouraging developers and teams to experiment with the system. Future updates may include tools for better conflict resolution, multi-user editing, and enhanced validation of agent writes.

Adoption will likely depend on how well small teams and operators find the approach suits their workflows, and whether the limitations in multi-user scenarios can be addressed through supplementary tools or best practices.

Amazon

Kanban board software with JSON export

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does ‘disk is the contract’ improve project management?

It gives teams full ownership of their roadmap data, ensures durability beyond any single tool, and allows seamless interoperability with any JSON-compatible tool or agent.

What are the main limitations of this approach?

It is less suited for large, collaborative teams requiring real-time updates, conflict resolution, and permissioning. Automation agents also pose risks if not carefully managed.

Can this system integrate with existing project tools?

Yes, since the roadmap is a JSON file, any tool or script that can read and write JSON can integrate with it, making it highly flexible and open.

Is this approach suitable for enterprise project management?

Currently, it is best suited for small teams or operators. Large enterprises needing advanced collaboration features may find it insufficient without additional support tools.

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

When a Content Network Starts Publishing to Itself

A major shift in digital publishing sees content networks increasingly publishing to their own properties, boosting engagement and control but raising new risks.

Technology operations signal monitor: Show HN: Kage – Shadow any website to a single binary for offline viewing

Kage is a new tool designed to help small software teams monitor platform and tooling updates relevant to their work, filtering signals from sources like Hacker News.

Accessibility issue triage board for small websites

A new accessibility issue triage board is being tested for small websites, aiming to help owners prioritize fixes and improve compliance efficiently.

Grimfaste: Operations for a Fleet

Grimfaste introduces a new control plane for managing large publishing fleets, focusing on operational health, link integrity, and privacy compliance in Europe.