📊 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 based on the principle ‘disk is the contract,’ where the roadmap is a plain JSON file stored locally. This approach emphasizes ownership, interoperability, and durability, with implications for small teams and automation.

Threlmark has introduced a new project management methodology centered on the principle ‘disk is the contract,’ where the project roadmap exists as a plain JSON file stored locally on a user’s disk, rather than within SaaS platforms. This approach is detailed in Disk Is the Contract: Inside Threlmark’s Local-First Architecture. This shift aims to enhance ownership, interoperability, and durability of planning data.

The core innovation from Threlmark is that the entire roadmap is a structured JSON file, which any program capable of reading or writing JSON can access. This means no dependency on proprietary APIs, SDKs, or vendor-specific tools. The roadmap’s format is open source under the MIT license, making it accessible and modifiable by any user or tool.

Furthermore, the roadmap functions as a scored kanban, where each task carries a priority score. This scoring system enforces prioritization and trade-offs, preventing the common issue of all tasks being marked as high priority. The system also enables automation: agents can read and update the roadmap directly by writing to the JSON file, creating a shared, live workspace for humans and automated agents alike.

However, the approach is designed primarily for small teams or individual operators. It does not support real-time multi-user editing at scale, conflict resolution, or permission controls inherent in SaaS solutions. Threlmark acknowledges that for large, distributed teams, traditional SaaS tools may still be necessary, but for targeted use cases, this method offers significant advantages in control and longevity.

Threlmark — Disk Is the Contract · Built in Public Day 7/19
Built in Public · Day 7 / 19 ThorstenMeyerAI.com · the operator portfolio
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 Ownership of Roadmaps Changes Project Management

This approach shifts control of project data from vendor-controlled cloud platforms to individual ownership, reducing lock-in and increasing data durability. It enables seamless automation, easier integration with other tools that can read JSON, and ensures the roadmap remains accessible over time, regardless of platform changes.

For small teams and individual operators, this means less reliance on SaaS subscriptions, fewer concerns about data portability, and the ability to maintain a single source of truth that is both human-readable and machine-friendly. It also simplifies the technical architecture, reducing complexity and potential points of failure.

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 Open Data Movement

Traditional project management tools rely heavily on SaaS platforms with APIs, SDKs, and proprietary formats, which can lead to vendor lock-in and data silos. For a deeper understanding of the implications of AI search on web content, see The referral. How AI search severs the content-for-traffic contract that funded the open web.. Threlmark’s philosophy aligns with broader open data and local-first principles, emphasizing ownership and interoperability of operational artifacts.

Recent years have seen increasing criticism of vendor lock-in and the desire for more durable, portable data solutions. Threlmark’s ‘disk is the contract’ approach represents a practical implementation of these ideas, focusing on the core artifact of the roadmap as a plain, structured file.

“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 plain JSON file on your disk, ensuring ownership and interoperability.”

— Thorsten Meyer, Threlmark

The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win

The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations of the ‘Disk is the Contract’ Approach

Threlmark acknowledges that this system may not suit large, distributed teams requiring real-time collaboration, conflict resolution, or permission controls. The approach relies on manual or automated management of the JSON file, which could introduce risks of corruption or conflicts if not carefully managed. The effectiveness of scoring and automation depends on proper setup and guardrails, which are still being refined.

It is also unclear how this approach will scale beyond small teams or individual operators, or how it integrates with existing enterprise project management workflows. For insights into licensing and content distribution, see Raw-feed licensing. The contract that doesn’t exist yet..

Amazon

open source JSON roadmap tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Upcoming Developments and Adoption Strategies for Threlmark

Threlmark plans to release detailed documentation, tools, and best practices to help small teams implement this approach effectively. Future updates may include validation tools, conflict detection, and enhanced automation features. Wider adoption will likely depend on user feedback and real-world testing, especially in varied team sizes and workflows.

Additionally, the company may explore integrations with existing project management tools or develop plugins that facilitate transition for teams interested in adopting the ‘disk is the contract’ model.

Amazon

Kanban board with JSON export

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What are the main benefits of using a JSON file as a roadmap?

Using a JSON file provides ownership, durability, and interoperability. It eliminates vendor lock-in, allows easy automation, and ensures the roadmap remains accessible over time.

Is this approach suitable for large, distributed teams?

Threlmark recommends this method primarily for small teams or individual operators. Large teams requiring real-time collaboration and conflict resolution may find traditional SaaS tools more appropriate.

How does scoring improve project management?

Scoring enforces prioritization, making trade-offs visible and preventing the ‘all high priority’ problem. It helps teams focus on what truly matters and supports automation based on task importance.

What risks are associated with agents writing directly to the roadmap?

Automated writes can introduce errors or corrupt the plan if not managed carefully. Threlmark emphasizes guardrails and review processes to mitigate these risks.

Will this system integrate with existing project tools?

Since the core artifact is a JSON file, it can potentially integrate with any tool capable of reading and writing JSON, but dedicated plugins or middleware may be needed for seamless workflows.

Source: ThorstenMeyerAI.com

You May Also Like

The citation. Why generative engine optimization rewards the same brand on the least stable ground.

Analysis of generative engine optimization reveals it favors established brands, risking concentration and instability in AI citation practices.

$965B and Climbing: Anthropic’s Series H Is Really a Compute Bet

Anthropic announced a $65 billion Series H funding round, valuing the company at $965 billion, emphasizing a focus on expanding compute infrastructure.

Creative industries. The bifurcated reality.

AI adoption is reshaping creative jobs, with graphic design roles dropping 33% and a ‘middle squeeze’ emerging in skill tiers, per recent data.

The Co-Founder’s Black Hole — A Structural Read on Jack Clark’s Automated AI R&D Essay

Jack Clark predicts over 60% chance of autonomous AI research by 2028, highlighting a structural threshold akin to a black hole in AI development.