{
  "title": "Poker flashcard workshop",
  "version": "1.0",
  "created": "2026-09-06",
  "scope": "Original constructed off-table teaching examples, not solver strategies or a calibrated learning test.",
  "cards": [
    {
      "id": "price",
      "defect": "The question supplies the quantity it is meant to test.",
      "before": "Why do I need 25% equity against a half-pot bet?",
      "front": "Heads-up no-limit Hold'em, river. The pot is 60 chips before the opponent moves all-in for 30. You can call the full 30. Ignore rake. What pot-share equity makes calling break even against folding? Show the denominator.",
      "answer": "25%. The final pot after calling is 60 + 30 + 30 = 120 chips; 30 / 120 = 0.25.",
      "grade": "State 25% and include the call in the final pot. This is a price threshold, not an estimate of your hand's equity or an instruction to call.",
      "boundary": "A correct answer to this calculation does not establish the right action against an unknown range.",
      "variation": "Keep the starting pot at 60 but change the opponent's all-in and your call to 60. You can call the full 60. What is the threshold?",
      "variationAnswer": "One third, approximately 33.33%: 60 / (60 + 60 + 60).",
      "source": "https://gtogecko.com/blog/pot-odds-poker-math"
    },
    {
      "id": "action",
      "defect": "The action history needed to identify the bet is missing.",
      "before": "The button bets the flop. Is that a continuation bet?",
      "front": "No-limit Hold'em. The button raises preflop, the small blind folds and the big blind calls. Heads-up on the flop, the big blind checks and the button bets. What is the standard name for the button's bet, and which earlier action determines the label?",
      "answer": "A continuation bet. The button was the final preflop raiser and then bet the flop.",
      "grade": "Name the bet and identify the final preflop aggressor. You do not need hole cards or a board to classify this action sequence.",
      "boundary": "Naming the bet does not establish that it was strategically good.",
      "variation": "Keep the same preflop history, but the big blind bets first on the flop, before the button acts. What is that bet called?",
      "variationAnswer": "A donk bet: the prior caller leads into the previous street's aggressor before that aggressor can act.",
      "source": "https://www.pokerstars.com/poker/learn/lesson/c-betting/",
      "variationSource": "https://www.pokerstars.com/poker/learn/strategies/donk-betting-what-it-is-and-when-to-do-it/"
    },
    {
      "id": "variant",
      "defect": "The rules profile is unstated; one spade in the hand is interpreted differently across games.",
      "before": "I hold the ace of spades and the board has four spades. Do I have a flush?",
      "front": "Standard Texas Hold'em. Your hole cards are As Qd. The river board is Ks 9s 5s 2s 7h. Name your best five-card hand.",
      "answer": "An ace-high flush: As Ks 9s 5s 2s. Hold'em permits using one hole card with four board cards.",
      "grade": "Name the flush and its five cards. Card notation: s spades, h hearts, d diamonds, c clubs.",
      "boundary": "This card asks hand construction, not whether to bet or call.",
      "variation": "Change the game to four-card Omaha high and your hole cards to As Qd Jh Tc. Keep the board Ks 9s 5s 2s 7h. Can you make a flush?",
      "variationAnswer": "No. Omaha requires exactly two hole cards and three board cards; this hand has only one spade.",
      "source": "https://www.pokerstars.com/poker/games/texas-holdem/",
      "variationSource": "https://www.pokerstars.com/poker/games/omaha/"
    }
  ],
  "template": {
    "front": [
      "One thing to retrieve or calculate",
      "Game and rules needed for that question",
      "Relevant cards, action history and amounts",
      "Source identifier that does not reveal the answer"
    ],
    "back": [
      "Answer",
      "Reason or calculation",
      "What an acceptable response must contain",
      "Condition that changes or limits the answer",
      "Reference URL, scenario identifier and date checked"
    ],
    "solverContext": [
      "Format and positions",
      "Exact hole cards and board",
      "Street, action sequence, pot and stacks at a named checkpoint",
      "Ranges, rake/ante and available bet sizes",
      "Reference solution identifier, version/date and displayed output"
    ],
    "note": "Include only context needed by the target question. A definition card does not need a full solver setup. Keep unverified strategy cards out of the active deck."
  }
}
