{
  "prompt": {
    "id": "random-prompt-tdd",
    "title": "TDD a random-prompt endpoint",
    "description": "Use /tdd to drive a backend endpoint with red → green → refactor.",
    "tags": [
      "tdd",
      "backend"
    ],
    "demo": "random-prompt",
    "body": "```\n/tdd\n\nImplement the random-prompt endpoint described in the PRD at\nsrc/content/prds/random-prompt.md. Start with the failing test for\nthe random selection logic. Don't touch the UI yet — backend slice only.\n```\n\nThe endpoint at `/api/random-prompt` is the result of this demo.\nHit refresh; you get a different prompt each time."
  }
}