[{"data":1,"prerenderedAt":860},["ShallowReactive",2],{"navigation":3,"/spec":93,"/spec-surround":857},[4,64,83,89],{"title":5,"path":6,"stem":7,"children":8},"Spec","/spec","1.spec",[9,12,16,20,24,28,32,36,40,44,48,52,56,60],{"title":10,"path":6,"stem":11},"StratMD v0.1 Specification","1.spec/index",{"title":13,"path":14,"stem":15},"Introduction","/spec/introduction","1.spec/1.introduction",{"title":17,"path":18,"stem":19},"Export/Import Guidelines","/spec/export-import","1.spec/10.export-import",{"title":21,"path":22,"stem":23},"AI Parsing Rules","/spec/ai-parsing","1.spec/11.ai-parsing",{"title":25,"path":26,"stem":27},"Glossary","/spec/glossary","1.spec/12.glossary",{"title":29,"path":30,"stem":31},"Version History","/spec/version-history","1.spec/13.version-history",{"title":33,"path":34,"stem":35},"Format Overview","/spec/format-overview","1.spec/2.format-overview",{"title":37,"path":38,"stem":39},"Design Principles","/spec/design-principles","1.spec/3.design-principles",{"title":41,"path":42,"stem":43},"Link Syntax","/spec/link-syntax","1.spec/4.link-syntax",{"title":45,"path":46,"stem":47},"Diagrams","/spec/diagrams","1.spec/5.diagrams",{"title":49,"path":50,"stem":51},"Foundation Format","/spec/foundation-format","1.spec/6.foundation-format",{"title":53,"path":54,"stem":55},"Strategy Format","/spec/strategy-format","1.spec/7.strategy-format",{"title":57,"path":58,"stem":59},"Other Formats","/spec/other-formats","1.spec/8.other-formats",{"title":61,"path":62,"stem":63},"File Organization","/spec/file-organization","1.spec/9.file-organization",{"title":65,"path":66,"stem":67,"children":68},"Examples","/examples","2.examples",[69,71,75,79],{"title":65,"path":66,"stem":70},"2.examples/index",{"title":72,"path":73,"stem":74},"Foundation Example","/examples/foundation-example","2.examples/1.foundation-example",{"title":76,"path":77,"stem":78},"Strategy Example","/examples/strategy-example","2.examples/2.strategy-example",{"title":80,"path":81,"stem":82},"Insight Example","/examples/insight-example","2.examples/3.insight-example",{"title":84,"path":85,"stem":86,"children":87},"About StratMD","/about","3.about/index",[88],{"title":84,"path":85,"stem":86},{"title":90,"path":91,"stem":92},"StratMD","/","index",{"id":94,"title":10,"body":95,"description":850,"extension":851,"links":852,"meta":853,"navigation":854,"path":6,"seo":855,"stem":11,"__hash__":856},"docs/1.spec/index.md",{"type":96,"value":97,"toc":824},"minimark",[98,102,109,112,116,119,135,138,142,145,201,205,208,235,239,331,334,369,373,378,386,389,418,422,457,460,477,480,487,491,539,543,546,571,574,597,600,618,622,641,645,664,668,678,681,685,688,725,729,746,749,756,767,770,799,802,812,820],[99,100,10],"h1",{"id":101},"stratmd-v01-specification",[103,104,105],"p",{},[106,107,108],"strong",{},"Human-readable. AI-parseable. Git-native. Open. Portable.",[103,110,111],{},"StratMD is a Markdown-native format for strategy documentation. It provides just enough structure to make strategy reliable for AI agents while remaining fully readable and editable by humans in any text editor.",[113,114,13],"h2",{"id":115},"introduction",[103,117,118],{},"Strategy documents often suffer from:",[120,121,122,126,129,132],"ul",{},[123,124,125],"li",{},"Proprietary formats (lock-in)",[123,127,128],{},"Unstructured text (drift, hard to query)",[123,130,131],{},"Poor portability across tools",[123,133,134],{},"Inefficiency for AI consumption",[103,136,137],{},"StratMD solves this by using plain Markdown with standardized YAML frontmatter, section headings, tables, and optional Mermaid diagrams. Files are portable, version-controlled via Git, and easy for agents to parse reliably.",[113,139,141],{"id":140},"document-types","Document Types",[103,143,144],{},"StratMD supports five core document types with recommended naming conventions:",[120,146,147,158,171,183,192],{},[123,148,149,152,153,157],{},[106,150,151],{},"Foundation",": ",[154,155,156],"code",{},"foundation.strat.md"," - Timeless elements (mission, values, beliefs, principles).",[123,159,160,152,163,166,167,170],{},[106,161,162],{},"Strategy",[154,164,165],{},"[name].strategy.strat.md"," - Major strategic thrusts (e.g., ",[154,168,169],{},"viridis.strategy.strat.md",").",[123,172,173,152,176,179,180,170],{},[106,174,175],{},"Initiative",[154,177,178],{},"[name].initiative.strat.md"," - Projects or executions (e.g., ",[154,181,182],{},"mvp.initiative.strat.md",[123,184,185,152,188,191],{},[106,186,187],{},"Insight",[154,189,190],{},"YYYY-MM-DD-[title].insight.strat.md"," - Key learnings or observations.",[123,193,194,152,197,200],{},[106,195,196],{},"Metrics",[154,198,199],{},"[scope].metrics.strat.md"," - KPI dashboards or tracking.",[113,202,204],{"id":203},"file-structure","File Structure",[103,206,207],{},"A valid StratMD file is plain Markdown with:",[120,209,210,213,220,223,226,229],{},[123,211,212],{},"Optional title H1",[123,214,215,216,219],{},"Required YAML frontmatter (delimited by ",[154,217,218],{},"---",")",[123,221,222],{},"Standardized H2 sections",[123,224,225],{},"Tables for structured data",[123,227,228],{},"Optional Mermaid code blocks",[123,230,231,232,219],{},"Wiki-style links for relationships (",[154,233,234],{},"[[filename#section]]",[113,236,238],{"id":237},"required-frontmatter","Required Frontmatter",[240,241,246],"pre",{"className":242,"code":243,"language":244,"meta":245,"style":245},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","type: foundation | strategy | initiative | insight | metrics\nversion: 0.1\nschema: stratmd\nstatus: draft | active | archived\nowner: Name or Team\ncreated: YYYY-MM-DD\nlast_updated: YYYY-MM-DD\n","yaml","",[154,247,248,265,277,288,299,310,321],{"__ignoreMap":245},[249,250,253,257,261],"span",{"class":251,"line":252},"line",1,[249,254,256],{"class":255},"swJcz","type",[249,258,260],{"class":259},"sMK4o",":",[249,262,264],{"class":263},"sfazB"," foundation | strategy | initiative | insight | metrics\n",[249,266,268,271,273],{"class":251,"line":267},2,[249,269,270],{"class":255},"version",[249,272,260],{"class":259},[249,274,276],{"class":275},"sbssI"," 0.1\n",[249,278,280,283,285],{"class":251,"line":279},3,[249,281,282],{"class":255},"schema",[249,284,260],{"class":259},[249,286,287],{"class":263}," stratmd\n",[249,289,291,294,296],{"class":251,"line":290},4,[249,292,293],{"class":255},"status",[249,295,260],{"class":259},[249,297,298],{"class":263}," draft | active | archived\n",[249,300,302,305,307],{"class":251,"line":301},5,[249,303,304],{"class":255},"owner",[249,306,260],{"class":259},[249,308,309],{"class":263}," Name or Team\n",[249,311,313,316,318],{"class":251,"line":312},6,[249,314,315],{"class":255},"created",[249,317,260],{"class":259},[249,319,320],{"class":263}," YYYY-MM-DD\n",[249,322,324,327,329],{"class":251,"line":323},7,[249,325,326],{"class":255},"last_updated",[249,328,260],{"class":259},[249,330,320],{"class":263},[103,332,333],{},"Recommended additional fields:",[240,335,337],{"className":242,"code":336,"language":244,"meta":245,"style":245},"strategy_type: corporate | product | personal (for strategy type)\nparent: filename.strat.md (for hierarchy)\ntime_horizon: short_term | medium_term | long_term\n",[154,338,339,349,359],{"__ignoreMap":245},[249,340,341,344,346],{"class":251,"line":252},[249,342,343],{"class":255},"strategy_type",[249,345,260],{"class":259},[249,347,348],{"class":263}," corporate | product | personal (for strategy type)\n",[249,350,351,354,356],{"class":251,"line":267},[249,352,353],{"class":255},"parent",[249,355,260],{"class":259},[249,357,358],{"class":263}," filename.strat.md (for hierarchy)\n",[249,360,361,364,366],{"class":251,"line":279},[249,362,363],{"class":255},"time_horizon",[249,365,260],{"class":259},[249,367,368],{"class":263}," short_term | medium_term | long_term\n",[113,370,372],{"id":371},"required-sections-vary-by-type","Required Sections (Vary by Type)",[374,375,377],"h3",{"id":376},"all-types","All Types",[120,379,380],{},[123,381,382,385],{},[106,383,384],{},"Changelog"," (table at end)",[374,387,151],{"id":388},"foundation",[120,390,391,396,401,407,413],{},[123,392,393],{},[106,394,395],{},"Mission",[123,397,398],{},[106,399,400],{},"Vision",[123,402,403,406],{},[106,404,405],{},"Values"," (list or table)",[123,408,409,412],{},[106,410,411],{},"Beliefs"," (table)",[123,414,415,412],{},[106,416,417],{},"Principles",[374,419,421],{"id":420},"strategy-initiative","Strategy / Initiative",[120,423,424,430,436,441,447,452],{},[123,425,426,429],{},[106,427,428],{},"Strategic Intent"," - Core question answered + theme",[123,431,432,435],{},[106,433,434],{},"Objective"," - Clear, measurable outcome",[123,437,438,412],{},[106,439,440],{},"Goals",[123,442,443,446],{},[106,444,445],{},"Approach"," - Narrative + phases + optional Mermaid",[123,448,449,412],{},[106,450,451],{},"Risks",[123,453,454,412],{},[106,455,456],{},"Actions",[374,458,187],{"id":459},"insight",[120,461,462,467,472],{},[123,463,464],{},[106,465,466],{},"Key Insight",[123,468,469],{},[106,470,471],{},"Evidence",[123,473,474],{},[106,475,476],{},"Implications",[374,478,196],{"id":479},"metrics",[120,481,482],{},[123,483,484,412],{},[106,485,486],{},"Metrics Dashboard",[113,488,490],{"id":489},"recommendedoptional-sections","Recommended/Optional Sections",[120,492,493,499,504,510,515,521,527,533],{},[123,494,495,498],{},[106,496,497],{},"Context"," - Background and trends",[123,500,501,412],{},[106,502,503],{},"Key Assumptions",[123,505,506,509],{},[106,507,508],{},"Strategic Constraints"," - Non-goals, red lines (required for agent security)",[123,511,512,412],{},[106,513,514],{},"Dependencies",[123,516,517,520],{},[106,518,519],{},"Foundation Alignment"," (table linking to values/beliefs)",[123,522,523,526],{},[106,524,525],{},"Success Criteria"," (checklist)",[123,528,529,532],{},[106,530,531],{},"Relationships"," (table: parent/child/related)",[123,534,535,538],{},[106,536,537],{},"Decision Graveyard"," (optional, for negative knowledge)",[113,540,542],{"id":541},"table-schemas","Table Schemas",[374,544,440],{"id":545},"goals",[547,548,549],"table",{},[550,551,552],"thead",{},[553,554,555,559,562,565,568],"tr",{},[556,557,558],"th",{},"ID",[556,560,561],{},"Goal",[556,563,564],{},"Measure",[556,566,567],{},"Target",[556,569,570],{},"Deadline",[374,572,451],{"id":573},"risks",[547,575,576],{},[550,577,578],{},[553,579,580,582,585,588,591,594],{},[556,581,558],{},[556,583,584],{},"Risk",[556,586,587],{},"Likelihood",[556,589,590],{},"Impact",[556,592,593],{},"Mitigation",[556,595,596],{},"Owner",[374,598,456],{"id":599},"actions",[547,601,602],{},[550,603,604],{},[553,605,606,608,611,613,615],{},[556,607,558],{},[556,609,610],{},"Action",[556,612,596],{},[556,614,570],{},[556,616,617],{},"Status",[374,619,621],{"id":620},"assumptions","Assumptions",[547,623,624],{},[550,625,626],{},[553,627,628,630,633,636,639],{},[556,629,558],{},[556,631,632],{},"Assumption",[556,634,635],{},"Confidence",[556,637,638],{},"Validation Method",[556,640,617],{},[374,642,644],{"id":643},"decision-graveyard-v02-preview","Decision Graveyard (v0.2 preview)",[547,646,647],{},[550,648,649],{},[553,650,651,653,656,659,662],{},[556,652,558],{},[556,654,655],{},"Rejected Option",[556,657,658],{},"Reason",[556,660,661],{},"Date",[556,663,590],{},[113,665,667],{"id":666},"linking-hierarchy","Linking & Hierarchy",[103,669,670,671,674,675],{},"Use wiki-links: ",[154,672,673],{},"[[parent.strat.md]]"," or ",[154,676,677],{},"[[parent.strat.md#Objective]]",[103,679,680],{},"Agents can traverse for full context. Parent files enable inheritance (e.g., foundation alignment).",[113,682,684],{"id":683},"mermaid-support","Mermaid Support",[103,686,687],{},"Embed diagrams (e.g., roadmaps) with standard Mermaid blocks:",[240,689,693],{"className":690,"code":691,"language":692,"meta":245,"style":245},"language-mermaid shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","gantt\n    title Roadmap\n    section Phase 1\n    Research: done, 2026-01-01, 30d\n    section Phase 2\n    Development: active, 2026-02-01, 60d\n","mermaid",[154,694,695,700,705,710,715,720],{"__ignoreMap":245},[249,696,697],{"class":251,"line":252},[249,698,699],{},"gantt\n",[249,701,702],{"class":251,"line":267},[249,703,704],{},"    title Roadmap\n",[249,706,707],{"class":251,"line":279},[249,708,709],{},"    section Phase 1\n",[249,711,712],{"class":251,"line":290},[249,713,714],{},"    Research: done, 2026-01-01, 30d\n",[249,716,717],{"class":251,"line":301},[249,718,719],{},"    section Phase 2\n",[249,721,722],{"class":251,"line":312},[249,723,724],{},"    Development: active, 2026-02-01, 60d\n",[113,726,728],{"id":727},"parsing-guidelines-for-agents","Parsing Guidelines for Agents",[120,730,731,734,737,740,743],{},[123,732,733],{},"Load YAML frontmatter first as anchor",[123,735,736],{},"Convert tables to arrays of objects",[123,738,739],{},"Summarize narrative sections",[123,741,742],{},"Check Constraints before any action",[123,744,745],{},"Scan Graveyard to avoid repeats",[113,747,65],{"id":748},"examples",[103,750,751,752,755],{},"See the ",[753,754,65],"a",{"href":66}," section for complete documents:",[120,757,758,761,764],{},[123,759,760],{},"Foundation example with mission, values, and principles",[123,762,763],{},"Strategy example with goals, risks, and approach",[123,765,766],{},"Insight example with evidence and implications",[113,768,384],{"id":769},"changelog",[547,771,772,784],{},[550,773,774],{},[553,775,776,778,781],{},[556,777,661],{},[556,779,780],{},"Change",[556,782,783],{},"Author",[785,786,787],"tbody",{},[553,788,789,793,796],{},[790,791,792],"td",{},"2026-02-04",[790,794,795],{},"Initial v0.1 release",[790,797,798],{},"Leonard Cremer",[800,801],"hr",{},[103,803,804,805,811],{},"StratMD is open and evolvable. Contributions welcome at ",[753,806,810],{"href":807,"rel":808},"https://github.com/Stratafy-ai/stratmd",[809],"nofollow","github.com/Stratafy-ai/stratmd",".",[103,813,814,815,811],{},"Enhanced collaboration and agent features available in ",[753,816,819],{"href":817,"rel":818},"https://stratafy.ai",[809],"Stratafy",[821,822,823],"style",{},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .swJcz, html code.shiki .swJcz{--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178}html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}",{"title":245,"searchDepth":267,"depth":267,"links":825},[826,827,828,829,830,837,838,845,846,847,848,849],{"id":115,"depth":267,"text":13},{"id":140,"depth":267,"text":141},{"id":203,"depth":267,"text":204},{"id":237,"depth":267,"text":238},{"id":371,"depth":267,"text":372,"children":831},[832,833,834,835,836],{"id":376,"depth":279,"text":377},{"id":388,"depth":279,"text":151},{"id":420,"depth":279,"text":421},{"id":459,"depth":279,"text":187},{"id":479,"depth":279,"text":196},{"id":489,"depth":267,"text":490},{"id":541,"depth":267,"text":542,"children":839},[840,841,842,843,844],{"id":545,"depth":279,"text":440},{"id":573,"depth":279,"text":451},{"id":599,"depth":279,"text":456},{"id":620,"depth":279,"text":621},{"id":643,"depth":279,"text":644},{"id":666,"depth":267,"text":667},{"id":683,"depth":267,"text":684},{"id":727,"depth":267,"text":728},{"id":748,"depth":267,"text":65},{"id":769,"depth":267,"text":384},"The complete StratMD format specification for strategy documentation","md",null,{},true,{"title":10,"description":850},"VRnfNIyRhVgCbN8p_rULfqdLTItN3GzNIPHFlM4y2RU",[852,858],{"title":13,"path":14,"stem":15,"description":859,"children":-1},"Learn about StratMD, the Markdown-native format for strategy documentation",1770239830442]