{
  "schema": "https://ai-atoms.com/schemas/prompt-v1.json",
  "type": "prompt",
  "id": "prompt/markdown-with-frontmatter",
  "version": "1.0.0",
  "name": "Markdown with YAML frontmatter",
  "description": "Output is markdown with a leading YAML frontmatter block declaring title, summary, tags, generated_at.",
  "subtype": "output-schema",
  "content": "Respond as markdown. Start with a YAML frontmatter block:\n\n---\ntitle: <one-line>\nsummary: <one-paragraph>\ntags: [<list>]\ngenerated_at: <UTC ISO-8601>\n---\n\nThen the body. Use ```language fences for code blocks.",
  "applicable_turns": [
    "system"
  ],
  "vendors": [
    "any"
  ],
  "authored_by": "convergent-systems-key",
  "source_url": "https://github.com/convergent-systems-co/prompt-atoms/blob/main/atoms/output-schema/markdown-with-frontmatter.json",
  "tags": [
    "output-schema",
    "markdown",
    "frontmatter"
  ],
  "lifecycle": "draft",
  "category": "governance",
  "provenance": {
    "source": "convergent-systems-co/prompt-atoms",
    "source_url": "https://github.com/convergent-systems-co/prompt-atoms/blob/main/atoms/output-schema/markdown-with-frontmatter.json",
    "author": "convergent-systems-co",
    "license": "Apache-2.0",
    "notes": "Re-typed by scripts/migrate-retired-atoms.py from the retired catalog."
  }
}