About StratMD
About StratMD
The Problem We're Solving
Strategy documentation is broken.
Most companies keep their strategy in slide decks, Notion pages, or Confluence wikis. These formats are:
- Proprietary — Locked into specific tools
- Unstructured — Drift over time without discipline
- AI-hostile — No efficient way for agents to query partial data
- Version-blind — Poor history, painful collaboration
Meanwhile, the rise of AI agents creates a new requirement: strategy needs to be machine-readable without sacrificing human readability.
The Solution
StratMD is an open format that treats strategy as a hybrid artifact:
- Narrative sections for human reasoning and context
- Structured tables for goals, risks, metrics, and decisions
- YAML frontmatter for metadata and linking
- Markdown foundation for universal compatibility
It's designed to live in Git, render anywhere, and parse reliably.
Design Principles
- Markdown-native — Plain text everywhere
- Human-first — Readable as a document; tables over JSON
- AI-friendly — Consistent headings, IDs, table schemas
- Git-native — Diffable, mergeable, branchable
- Framework-agnostic — Works with OKR, OGSM, custom models
- Hierarchical & Linked — Explicit parent/child and cross-references
- Hybrid Structure — Narrative + structured tables
- Evolvable — Built-in changelogs and versioning
- Minimal by default — Optional sections; start small
Who's Behind This
StratMD was created by Stratafy, a company focused on closing the strategy execution gap with AI-native tools.
We built StratMD because we needed an open format for our own platform — and realized others would benefit from it too.
Contact
- Email: leonard@stratafy.ai
- Twitter/X: @stratafy
- GitHub: github.com/Stratafy-ai/stratmd
License
StratMD is released under CC0 1.0 Universal (Public Domain).
Use it, extend it, build on it — no attribution required (though appreciated).
Contributing
We welcome contributions:
- Spec improvements — Open an issue or PR on GitHub
- Tools & parsers — Build and share implementations
- Examples — Share how you're using StratMD
- Feedback — Tell us what's working and what's not
The format will evolve based on real-world usage.