{% tldr %}
Valid Parent Contexts
This tag is valid inside: {% domain %}, {% feature %}, {% flow %}, {% role %}, {% manifest %}, {% blueprint %}, {% story %}, {% milestone %}, {% tour %}, {% tag %}
Provides the short summary of a document. Rendered as a lead paragraph at the top of the page and appears in sidebar tooltips, gallery cards, agent bundle tldr field, and search result snippets. Exactly one tldr is allowed per document. Plain inline text only — no nested tags or markdown formatting.
TLDR as lead summary in a feature
{% feature id="add-bookmark" roles="user" %} {% tldr %}Allows users to save any URL to their personal library.{% /tldr %}
{% requirement id="save-url" priority="must" %} The system must allow a user to save any valid URL as a bookmark. {% /requirement %}{% /feature %}