Desk & posture · Neck
Neck side stretch
Neck side stretch is a beginner-level desk & posture movement targeting the neck, written in Posecode, a small open-source language that capable language models can use to describe human movement as text. Authored joint targets and reach-IK solves are constrained to Posecode's configured per-axis bounds. Those bounds constrain the visualization, but they do not certify that a complete movement is safe or clinically correct. This page documents a code example; it is not exercise instruction.
▶ Open Neck side stretch in the playground →Movement phases
Phase cues are display-only coaching text. The executable joint and contact directives in the source below determine the animation.
- Ear to right3s · flow Gently take the right ear toward the right shoulder
- Ear to left3.4s · flow Pass through center and lengthen to the left
- Center2s · settle Float the head back to neutral
The .posecode source
This is the exact text used by the linked playground animation: phases and joint angles, not 3D transforms.
posecode stretch "Neck side stretch"
rig humanoid
pose start = standing
step "Ear to right" 3s flow:
neck: adduct 40
ground-lock: feet
cue "Gently take the right ear toward the right shoulder"
step "Ear to left" 3.4s flow:
neck: abduct 40
ground-lock: feet
cue "Pass through center and lengthen to the left"
step "Center" 2s settle:
neck: abduct 0
ground-lock: feet
cue "Float the head back to neutral"
repeat 3