训练方案设计

从目标、Safety、baseline、训练剂量、进退阶和反馈监测组织训练方案,而不是把方案理解成固定动作表或周期模板。

#life / health #type / synthesis #status / growing #resource / training-science

[!info] related notes

训练方案设计

范围

训练方案不是一张静态动作表,而是一套持续更新的决策系统:

goal
→ safety / eligibility
→ baseline
→ exercise + dose
→ execute
→ monitor response
→ progress / maintain / regress
→ next revision

真正可复用的是这条工作流,而不是某个固定 3×83×5 或“先练几周基础期”的模板。

1. 先定义 Goal

没有明确 outcome,就无法判断训练是否有效。

常见 primary goals 可能包括:

  • strength;
  • hypertrophy;
  • power;
  • endurance;
  • skill / movement performance;
  • symptom-tolerant graded exposure;
  • restore function;
  • return to activity。

同一个动作在不同 goal 下可以有完全不同的 dosage 和 progression。

力量、肌肥大与爆发力的目标特异性抗阻训练

2. Safety 与 Eligibility 先于 Optimization

尤其 BodySense 的康复 / 疼痛场景,不应该从“最佳组数次数”开始。

先确认:

当前路径适合自主训练吗?
是否存在 unresolved safety gap?
症状 / neurological change 是否要求 escalation?
当前 exercise 是否在 approved safety envelope 内?

参见 安全筛查与升级 MOC

只有通过 eligibility,才进入 performance optimization。

3. 建立 Baseline

训练方案需要知道当前能力,而不是从人群平均值直接起步。

Baseline 可以来自:

  • strength / performance test;
  • ROM / movement assessment;
  • symptom / PROM;
  • recent training history;
  • task tolerance;
  • training experience;
  • available equipment;
  • adherence constraints。

参见 评估与测量 MOC

4. 选择 Exercise,但不要把动作当 Treatment 本体

Exercise identity 只回答:

做什么?

完整 prescription 还需要:

sets
reps
load
RIR / effort
frequency
rest
ROM
speed / intent
progression rule
stop / regression rule

所以:

exercise name
≠ training prescription

动作选择还应结合 task goal、skill、symptom tolerance、equipment 和 adherence。

5. 规定 Dose

抗阻训练的训练量、强度、频率与努力程度

至少区分:

volume
load intensity
frequency
effort

不要只写:

medium intensity

这种无法 replay 的描述。

6. 定义 Progression / Regression

渐进超负荷与训练进阶

Progression 可以通过:

  • load;
  • reps;
  • sets / weekly volume;
  • ROM;
  • speed / intent;
  • task complexity;
  • support;
  • density

实现。

但不应该一次把所有变量都改掉,否则 outcome 难以归因。

系统必须同时定义:

progress
maintain
regress
modify
pause
stop / escalate

7. 监测 External Load 与 Internal Response

外部训练负荷与内部训练负荷

Training plan 需要知道:

做了多少工作?
这个人对这些工作产生了什么反应?

而不是只记录“完成 / 未完成”。

例如:

external:
  sets: 3
  reps: 8
  load_kg: 40

internal:
  session_rpe: 7
  symptom_response: ...

8. 把 Fatigue / Recovery / Readiness 纳入下一次决策

训练疲劳、恢复与训练准备度

Readiness 不应该成为一个神秘的 0–100 分,而应该帮助回答:

今天继续原 dose?
降级?
进阶?
换任务?
暂停?

并且 readiness 永远不能覆盖 Safety Gateway。

9. Reassessment 决定下一版方案

方案不是一经生成就持续数周不变。

更适合 BodySense 的模型:

TreatmentRevision N
→ sessions
→ Outcome / Assessment
→ compare with baseline / expected response
→ TreatmentRevision N+1

要区分:

  • true change;
  • measurement noise;
  • adherence problem;
  • changed context;
  • insufficient dose;
  • excessive fatigue;
  • wrong hypothesis / goal。

Periodization 的位置

Linear、undulating 等 periodization 可以作为组织训练变量随时间变化的工具,但不是训练方案本身的核心目的。

线性周期 非线性周期

这些图可以作为历史理解入口,但不应被解读为:

所有人都必须在固定 3×8 与 3×5 间切换

2026 ACSM healthy-adult evidence synthesis 也没有显示复杂 periodization 本身对主要 outcomes 具有一致的必要优势。

功能性进阶示意

功能性进阶序列

同样,这类序列只应被理解为一种可能的 task progression 示例。

more complex
≠ automatically better

只有当新的 task constraint 与目标、能力和安全状态匹配时才叫有效进阶。

BodySense Program Contract

program:
  goal:
    primary: ...
    secondary: ...

  eligibility:
    safety_state: ...
    baseline_capacity: ...

  exercises:
    - exercise_id: ...
      prescription: ...
      progression_policy: ...
      regression_policy: ...

  monitoring:
    external_load: ...
    internal_load: ...
    outcomes: ...
    reassessment_schedule: ...

这比“周一练胸、周二练腿”更接近 BodySense 需要的 durable Treatment model。

对比与易混淆点

Program ≠ Exercise List
Periodization ≠ Program Goal
Progression ≠ Add Weight Only
More Complexity ≠ Better Program
Population Guideline ≠ Individual Prescription
Readiness ≠ Safety Clearance

主要依据

创建于 2026/4/28 更新于 2026/8/23