{
  "version": "1",
  "patterns": [
    {
      "name": "pr-explainer",
      "description": "A drop that explains a pull request — why, what changed, before/after, and a link back.",
      "triggers": [
        "explain this pr",
        "summarize this diff",
        "make a page for this merge",
        "publish a pr writeup",
        "share this changelog"
      ],
      "url": "https://htmlbin.dev/.well-known/patterns/pr-explainer.md"
    },
    {
      "name": "summary-roundup",
      "description": "Synthesize multiple sources into a digest — discussion threads, weekly status, incident timelines.",
      "triggers": [
        "summarize this thread",
        "what are people saying about",
        "round up the discussion",
        "weekly status",
        "sprint recap",
        "incident postmortem",
        "recap of"
      ],
      "url": "https://htmlbin.dev/.well-known/patterns/summary-roundup.md"
    },
    {
      "name": "plan-spec-explainer",
      "description": "Explain a plan, spec, or design document — context, plan body, files, verification, open questions.",
      "triggers": [
        "publish this plan",
        "share this spec",
        "make a page for this design doc",
        "turn this plan.md into a webpage",
        "publish this proposal"
      ],
      "url": "https://htmlbin.dev/.well-known/patterns/plan-spec-explainer.md"
    },
    {
      "name": "session-explainer",
      "description": "Explain an agent session — the problem, the approach, the dead ends, and what the thinking actually was.",
      "triggers": [
        "publish this session",
        "share this trace",
        "share my claude code session",
        "make a page from this transcript",
        "publish my agent session",
        "show my thinking on this"
      ],
      "url": "https://htmlbin.dev/.well-known/patterns/session-explainer.md",
      "template_url": "https://htmlbin.dev/.well-known/patterns/session-explainer.template.html"
    }
  ]
}