{
  "kind": "rubiks-trainer-plan",
  "version": 1,
  "plan": {
    "name": "Weakest three, every day",
    "description": "Ten minutes, three cases, no decisions to make. The app picks the three worst-scoring cases you have and drills them until they are not the worst three any more. Cases you have never assessed count as the weakest of all, so this also works as a way in.",
    "level": "beginner",
    "estimated_minutes": 10,
    "config": {
      "version": 1,
      "goal": "Spend every minute on whatever is currently costing you the most.",
      "adaptive": false,
      "blocks": [
        {
          "type": "drill",
          "title": "Your weakest three",
          "notes": "Ten repetitions each. Stop at ten even if it is going well \u2014 tomorrow's three will be different ones.",
          "select": {
            "kind": "weakest",
            "limit": 3
          },
          "reps": 10,
          "hide_algorithm": false,
          "interleave": false,
          "order": "weakest_first"
        },
        {
          "type": "drill",
          "title": "Starred cases",
          "notes": "Skipped automatically when you have nothing starred.",
          "select": {
            "kind": "starred",
            "limit": 3
          },
          "reps": 4,
          "hide_algorithm": false,
          "interleave": false,
          "order": "weakest_first"
        }
      ]
    }
  }
}
