--- name: benefit_design_cli description: Analyze cost drivers and recommend cost-sharing updates. metadata: moltbot: bins: ["benefit_design_cli.py"] env: ["ELEVANCE_API_BASE_URL", "ELEVANCE_API_TOKEN", "ELEVANCE_CLIENT_ID", "ELEVANCE_CLIENT_SECRET", "ELEVANCE_REFRESH_TOKEN"] --- Use this skill for benefit design decisioning, trend analysis, and PMPM reduction planning. ## Commands - `analyze-cost-drivers --lookback-months ` - `suggest-cost-sharing --target-pmpm-reduction ` ## Example ```bash export ELEVANCE_DEMO_MODE=1 python3 benefit_design_cli.py --json analyze-cost-drivers --lookback-months 12 ```