From cyberfit
Generates personalized fitness plan for specified level, presented in cyberpunk blueprint style via Python CLI script.
How this command is triggered — by the user, by Claude, or both
Slash command
/cyberfit:cyberfit-planThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /cyberfit-plan — 义体升级蓝图 生成个性化健身计划。 ## 用法 ## 执行 使用 `cyberfit-plan` 技能。运行: 以赛博朋克蓝图风格展示计划。
生成个性化健身计划。
/cyberfit-plan [等级]
使用 cyberfit-plan 技能。运行:
python3 scripts/cli.py plan [level]
以赛博朋克蓝图风格展示计划。
npx claudepluginhub zour-ma/cyberfit/workout-programGenerates a structured, periodized training program based on client details — includes split, exercise selection, sets/reps/rest, warm-up/cool-down, progression plan, and injury modifications.
/write-planInforms user that the command is deprecated, will be removed in next major release, and directs to use superpowers:writing-plans skill instead.
/trainingBuilds the training plan for today (or a given date) using athlete context, muscle load history, and user feedback. Also handles HRV review and exercise re-evaluation when needed.