POML Cloud

POML Styles

Why styles?

Decouple presentation so you can tweak formatting without changing task semantics.

Basic pattern

<poml>
  <task>Produce a short report.</task>
  <stylesheet>
    h2 { style: "## {text}" }
    li { style: "- {text}" }
  </stylesheet>
  <output-format>Use headings and bullet points.</output-format>
</poml>