📊 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 approach to roadmaps, making the entire plan a JSON file stored locally. This method emphasizes simplicity, interoperability, and ownership, challenging traditional SaaS tools.

Threlmark has introduced a novel approach to project roadmaps, where the entire plan is stored as a plain JSON file on the user’s disk, eliminating reliance on SaaS APIs and vendor lock-in. This approach is discussed in detail in Disk Is the Contract: Inside Threlmark’s Local-First Architecture. This change emphasizes local ownership, interoperability, and durability, marking a significant shift from traditional cloud-based tools.

The core of Threlmark’s approach is that the roadmap exists as a simple JSON file, which any program capable of reading or writing JSON can access. This design ensures that the plan is not confined within a vendor’s API or SaaS platform, reducing dependency and increasing control for users. The roadmap is also scored, with each item assigned a priority, enabling clear prioritization and trade-offs. Because the file is stored locally, it is inherently durable and portable, outliving the tools that create or modify it. The system supports automated agents that can read and update the file directly, creating a live, shared workspace for human and AI collaboration. Threlmark’s solution is open source under the MIT license, with detailed internals available for review at threlmark.com.

While this approach offers benefits in simplicity and interoperability, it is not designed for large-scale, multi-user environments requiring real-time collaboration or conflict resolution. The reliance on a single file means that concurrent edits by multiple users across different locations could lead to conflicts. Additionally, the scoring system depends on accurate prioritization, which is subject to human or agent judgment. The risk of agent mis-writes also necessitates guardrails and review processes.

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 Data Control

This new approach challenges the dominance of SaaS-based roadmap tools by emphasizing local ownership and interoperability. It also relates to the broader conversation about content discovery and AI search, as seen in The referral. How AI search severs the content-for-traffic contract that funded the open web. It offers users a durable, vendor-agnostic artifact that can be integrated with any JSON-compatible tool or agent, reducing lock-in and increasing control over project plans. For small teams or operators, this could streamline workflows and improve data portability. However, it also sacrifices some features of real-time collaboration and conflict management found in traditional tools, making it more suitable for smaller-scale or automated environments.

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.

Shift Toward Local-First, Open Data Roadmaps

Traditional project management tools rely heavily on SaaS platforms, which often lock users into specific vendors and APIs. Threlmark’s philosophy advocates for a shift toward local-first, open formats, with the roadmap as a plain JSON file. This concept aligns with broader trends in open data and decentralization, emphasizing control, durability, and interoperability. The idea is rooted in the understanding that operational data, like roadmaps, should outlive the tools that generate them, ensuring long-term access and flexibility.

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

— Thorsten Meyer, Threlmark founder

Amazon

local-first roadmap software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Risks of a Disk-Based Roadmap System

While the approach offers durability and interoperability, it is not suited for large, collaborative teams requiring real-time editing or conflict resolution. The reliance on a single JSON file raises concerns about concurrent edits and potential data corruption if agents mis-write. For more on licensing and legal considerations, see Raw-feed licensing. The contract that doesn’t exist yet. Guardrails and review processes are necessary to mitigate these risks. It remains unclear how well this system scales beyond small teams or automated environments, and how it handles complex permissioning or audit trails.

Project Planner: Management Notebooks Organizer & Work Log Book Tracker With Checklist Brainstorming for Entrepreneurs, Managers & Small Business Owners

Project Planner: Management Notebooks Organizer & Work Log Book Tracker With Checklist Brainstorming for Entrepreneurs, Managers & Small Business Owners

TURN YOUR IDEAS INTO REALITY: Unleash your creativity with this unique planning notebook, consisting of 224 pages divided…

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 software and detailed documentation at threlmark.com, encouraging community review and contribution. Future updates may include tools for conflict resolution, versioning, and enhanced collaboration features, although the core philosophy emphasizes simplicity and control. Users and small teams are expected to experiment with the system, providing feedback on its practical benefits and limitations in real-world scenarios.

YvnShine 50 Pack Job Folder for Project Management, Heavy Duty Manila File Jacket 10x12 Inch, Preprinted Cost Tracking & Invoice Organization, Construction Project Management Files 

YvnShine 50 Pack Job Folder for Project Management, Heavy Duty Manila File Jacket 10×12 Inch, Preprinted Cost Tracking & Invoice Organization, Construction Project Management Files 

COMPREHENSIVE PROJECT MANAGEMENT SYSTEM: Professional manila folder designed for contractors and project managers. Organize work orders, service documentation,…

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, Threlmark’s method stores the entire roadmap as a local JSON file, giving users full control and avoiding vendor lock-in. It supports interoperability with any JSON-compatible program but lacks real-time collaboration features of cloud-based tools.

Is this system suitable for large teams or enterprise environments?

No, this approach is designed primarily for small teams or operators. It does not support multi-user real-time editing or conflict resolution at scale, which are typical requirements in large organizations.

What are the main risks associated with using a disk-based roadmap?

The main risks include potential data conflicts from concurrent edits, agent mis-writes, and lack of built-in conflict management. Proper guardrails and review processes are necessary to mitigate these issues.

Can I integrate this system with existing project management tools?

Yes, since the roadmap is a plain JSON file, it can be integrated with any tool capable of reading or writing JSON, allowing flexible workflows and custom automation.

Source: ThorstenMeyerAI.com

You May Also Like

The Road to ID Buzz: How Futuristic Concepts Became Today’s VW Electric Bus

Keen explorers will discover how visionary concepts transformed VW’s nostalgic microbus into today’s innovative electric icon, shaping the future of sustainable travel.

When AI Builds Itself: Inside Anthropic’s Evidence on Recursive Self-Improvement

Anthropic’s new report shows AI models are increasingly automating AI research, raising the possibility of recursive self-improvement if certain bottlenecks are removed.

The Compounding Error Problem — Why 99.9% Alignment Decays to 60% in 500 Generations

Analysis of how 99.9% alignment accuracy per generation degrades to 60% after 500 generations, highlighting risks for recursive AI self-improvement.

ChannelHelm: One Video, Every Platform

ChannelHelm automates the creation of multi-platform content from a single video, reducing manual effort and expanding reach efficiently.