UW Markdown for AI
UW Markdown is an open file standard, not a hosted AI service. An AI can work directly with .uw.md text. No custom connector or MCP server is required.
Core rules
- Preserve the Markdown narrative and labeled JSON blocks.
- AI may extract source facts, classify information, identify gaps, and draft narrative.
- AI must not calculate financial results. Use deterministic code or formulas for NOI, DSCR, LTV, debt yield, cap rate, IRR, NPV, and DCF.
- Preserve bytes outside the requested edit region for Tier-2 edits.
- Preserve provenance. Append or supersede; do not silently destroy history.
- Rates are fractions (
0.055means5.5%). - Treat the format spec, protocol, schemas, and conformance fixtures as the contract.
Best context order
llms.txtfor discovery.- First-file tutorial for orientation.
- Format specification for document syntax and semantics.
- Protocol specification for reader, editor, calc-host, and agent-host behavior.
- Schemas and conformance fixtures for implementation testing.
llms-full.txtfor the expanded link map.
Optional HTTP and MCP profiles
The HTTP binding, OpenAPI contract, and MCP binding describe interoperable server shapes. They are optional profiles. This site does not expose live deal resources or mutation tools.
The MCP profile defines uwmd.get_document, uwmd.validate, uwmd.convert, uwmd.apply_edit, and uwmd.list_representations.
Ready-to-use instruction files
- Codex-compatible skill
- Claude instructions
- ChatGPT project instructions
- Gemini instructions
- Platform-neutral guide
Canonical project
- Repository: https://github.com/jaredmaxey/uw-markdown
- License: MIT
- Format: UW Format 1.1
- Protocol: UW Protocol 1.2