Desk & posture · Back
Desk posture reset
Desk posture reset is a beginner-level desk & posture movement targeting the spinal erectors, 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 Desk posture reset 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.
- Slouch2.5s · flow The collapsed desk posture: rounded back, head drifting forward
- Stack tall2.5s · settle Stack head over ribs over hips, chest open, shoulders soft
The .posecode source
This is the exact text used by the linked playground animation: phases and joint angles, not 3D transforms.
posecode posture "Desk posture reset"
rig humanoid
pose start = standing
step "Slouch" 2.5s flow:
spine: flex 22
chest: flex 16
neck: flex 28
shoulders: flex 22
ground-lock: feet
cue "The collapsed desk posture: rounded back, head drifting forward"
step "Stack tall" 2.5s settle:
spine: flex 0
chest: extend 8
neck: flex 0
shoulders: flex 0
ground-lock: feet
cue "Stack head over ribs over hips, chest open, shoulders soft"
repeat 4