📊 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
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.
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.
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
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
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..
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.
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