{
  "schemaVersion": 1,
  "status": "in-development",
  "patterns": [
    {
      "id": "progressive-product-direction",
      "name": "Progressive product direction",
      "status": "website-implementation",
      "purpose": "Help visitors select a project type and understand the suggested direction.",
      "source": "src/components/interactive/SolutionFinder.tsx",
      "documentation": "/ux/#directions",
      "rules": [
        "Keep selection keyboard accessible with native radio inputs.",
        "Expose the selected direction as text.",
        "Keep core directions available when JavaScript is disabled.",
        "Use an explicit enquiry link after the visitor reviews the direction."
      ]
    }
  ]
}