📊 Full opportunity report: Threlmark: Disk Is the Contract on ThorstenMeyerAI.com — validation score, market gap, and execution plan.

TL;DR

Threlmark has unveiled a new roadmap system based on storing the plan as a JSON file on local disk, emphasizing simplicity, interoperability, and ownership. This change shifts how teams and agents coordinate on projects.

Threlmark has introduced a new approach to project roadmaps, where the entire plan is stored as a plain JSON file on the user’s local disk, making the roadmap the definitive contract. This development emphasizes ownership, interoperability, and durability, diverging from conventional SaaS-based tools.

The core innovation is that the roadmap is a JSON file sitting on the user’s computer, not hosted or managed through a SaaS API. This file serves as the single source of truth, with its structure being the integration contract. Any program capable of reading or writing JSON can interact with it, eliminating the need for SDKs, webhooks, or authentication systems. The roadmap is also scored, with each item assigned a priority, facilitating clear prioritization and trade-offs. Because the file is local and plain, it remains accessible and durable beyond any specific tool or vendor, reducing lock-in risks. The system supports automated agents that can read and update the file, enabling seamless collaboration between humans and AI agents. However, the approach is designed for small teams or operators, as it does not support real-time multi-user editing or conflict resolution at scale. The simplicity comes with trade-offs, including potential risks of file corruption or mis-scoring, and the need for careful management of agent permissions.

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 and Tool Interoperability

This shift to a disk-based roadmap fundamentally changes how teams manage project plans, emphasizing ownership and interoperability. It reduces dependence on vendor-specific SaaS solutions, allowing users to maintain control over their data and integrate with any JSON-compatible tool. For small teams and operators, this approach offers a lightweight, durable, and flexible alternative, potentially increasing resilience and reducing lock-in. However, it also introduces challenges in collaboration and conflict management, which are not addressed by this simple model.

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 Ownership

Traditional project management tools rely heavily on SaaS platforms, with features like real-time collaboration, conflict resolution, and permissioning built into their APIs. While these features support large, distributed teams, they can also create lock-in and dependency on specific vendors. The concept of storing the roadmap as a plain JSON file on disk is a response to these limitations, emphasizing data ownership and long-term durability. Threlmark’s approach aligns with a broader movement toward local-first, provider-agnostic data management, aiming to give users more control over their operational artifacts.

“A roadmap is only useful if the thing that updates it and the thing that reads it agree on where it lives. That’s why we made ‘disk is the contract’ the whole product.”

— 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-Based Approach

It is not yet clear how well this approach scales for larger teams or organizations requiring real-time collaboration. The system does not inherently support concurrent multi-user editing, conflict resolution, or permission management at scale. There is also a risk of file corruption or mis-scoring by agents, which requires careful management and guardrails. The long-term stability of this system depends on how users handle these challenges.

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 Integration Testing

Threlmark plans to release the full open-source implementation and documentation, encouraging small teams and operators to adopt and test the system. Future developments may include tools for conflict management and enhanced collaboration features, but the core remains a simple, local-first JSON file. Monitoring user feedback will shape subsequent iterations, especially regarding scaling and multi-user support.

The 90-Day AI Plan for Business Leaders: A Step-by-Step Action Plan to Launch AI Projects That Work Without Technical Skills, Big Budgets, or Time-Wasting Experiments (Generative AI made Practical)

The 90-Day AI Plan for Business Leaders: A Step-by-Step Action Plan to Launch AI Projects That Work Without Technical Skills, Big Budgets, or Time-Wasting Experiments (Generative AI made Practical)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

How does this approach handle collaboration among multiple team members?

Currently, the system is designed for small teams or operators. It does not support real-time multi-user editing or conflict resolution, so collaboration relies on manual coordination and careful management of the JSON file.

What are the main advantages of using a JSON file on disk for roadmaps?

This approach offers ownership, durability, and interoperability. The roadmap is not tied to a vendor or SaaS platform, making it accessible and long-lasting, with any JSON-compatible tool able to read or update it.

What risks are associated with this system?

Risks include potential file corruption, mis-scoring by agents, and limited support for large-scale, real-time collaboration. Proper management and guardrails are necessary to mitigate these issues.

Is this system suitable for enterprise-level project management?

No, it is primarily designed for small teams or individual operators. Large organizations requiring advanced collaboration features may find this approach insufficient.

Source: ThorstenMeyerAI.com

You May Also Like

8 Best Gaming Motherboards for High-Performance PC Builds in 2026

Discover the best gaming motherboards in 2026, including ASUS, GIGABYTE, MSI, and ASUS TUF models, optimized for high-performance builds and future upgrades.

Understanding Anthropic’s $965B Series H: The Compute Revolution

Anthropic’s Series H puts compute capacity, chip supply and power at the center of the Claude growth story.

Codex is now in the ChatGPT mobile app

OpenAI has integrated Codex into the ChatGPT mobile app, enabling code generation and programming assistance on mobile devices.

The Deploy Button Became the Bottleneck — and Cloudflare Just Bought the Build Step

Cloudflare’s acquisition of VoidZero aims to streamline software deployment, merging build and deployment into a single process amid AI-driven development shifts.