Desk & posture · Chest
Chest opener
Chest opener is a beginner-level desk & posture movement targeting the pectorals, 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 Chest opener 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.
- Open3s · flow Reach the arms back and lift the chest: open the front line
- Release2.5s · settle Return to neutral, ribs stacked over the hips
The .posecode source
This is the exact text used by the linked playground animation: phases and joint angles, not 3D transforms.
posecode stretch "Chest opener"
rig humanoid
pose start = standing
step "Open" 3s flow:
shoulders: extend 40
chest: extend 18
spine: extend 12
ground-lock: feet
cue "Reach the arms back and lift the chest: open the front line"
step "Release" 2.5s settle:
shoulders: extend 0
chest: flex 0
spine: flex 0
ground-lock: feet
cue "Return to neutral, ribs stacked over the hips"
repeat 4