← ClaudeAtlas

trainlisted

The single entry point for the judgment-gym training system. Reads the drill and reps logs, works out what today's session should be — analyst-reps daily, judgment-drill twice a week with judgment-coach immediately after, weekly reviews on schedule — and dispatches to the right skill with the right cross-feed. Use this whenever the user says "train", "what's today's session", "let's go", "gym", invokes /train in any form, or asks what they should practise today, how the week looks, or for a status dashboard across drill, reps and coach. Also use it when the user seems to want to train but hasn't named a specific skill — routing is this skill's job, not theirs.
orchimada/judgment-gym · ★ 0 · AI & Automation · score 60
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.