trainlisted
Install: claude install-skill orchimada/judgment-gym
# Train
One command. The system decides what today is.
The three skills underneath — `analyst-reps`, `judgment-drill`, `judgment-coach` — each know how to run their own session. What none of them knows is *whether today is their day*. Left to the user, that decision costs a small act of willpower every morning, and willpower spent on scheduling is willpower not spent on the reps. This skill removes the decision.
## The operating cadence
| Day | Session | Time |
|-----|---------|------|
| Every training day | `analyst-reps` | 12 min |
| Two days a week (default Tue + Fri) | `judgment-drill`, then `judgment-coach` on the graded session | 25 + 10 min |
| Every 7th drill session | Drill's weekly review instead of a normal drill | 15 min |
| Friday | Offer the reps public note after the session | 5 min |
Drill days are user-configurable; store the choice in the drill log's header the first time it's made. On a combined day, reps run first — primitives warm, then integration.
## Session flow
**1. Read both logs before saying anything.** `/areas/judgment-drill-log.md` and `/areas/analyst-reps-log.md` via the memory filesystem, falling back to the working directory copies, falling back to asking — the same persistence chain the sub-skills use. The logs are the scheduler's only inputs: last session dates, drill-day setting, session counts, coach targets, deck state.
**2. Decide today.** In order:
- Never trained before (both logs empty or missing) → run first-day setup below.