multiperiod

Optimizes daily meals with per-meal calorie and YAML-profile constraints.

2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/ddarmon/llmn --skill multiperiod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multiperiod
Source: https://github.com/ddarmon/llmn/tree/main/.claude/skills/multiperiod
Command: npx skills add https://github.com/ddarmon/llmn --skill multiperiod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Per-meal optimization enables distributing daily calories and protein across meals (breakfast, lunch, dinner, and snacks) to prevent imbalanced portions and oversized snacks.

Core Features & Use Cases

  • Per-meal constraints: specify calories and nutrients for each meal (breakfast, lunch, dinner, snack) to meet daily targets.
  • Template-based vs multiperiod: choose between meal templates or full per-meal control for exact distributions.
  • Infeasibility diagnosis: detects when per-meal constraints cannot be satisfied and provides actionable guidance.

Quick Start

Run uv run llmn optimize --multiperiod to generate per-meal plans with the default split.

Frequently Asked Questions about multiperiod

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize daily meals with per-meal calorie and protein targets?

You can run per-meal optimization by executing the multiperiod command to generate structured meal plans with default splits. The workflow uses a YAML profile to coordinate daily totals, per-meal targets, and constraints, returning a structured meals summary.

What's the difference between meal templates and full per-meal control for nutrition planning?

Per-meal optimization provides infeasibility diagnosis that detects when per-meal constraints cannot be satisfied and returns actionable guidance. This helps you identify conflicting calorie targets or protein requirements that make your meal planning constraints impossible to fulfill.

Can I set different calorie and protein constraints for each meal type?

Yes, per-meal optimization supports specifying calories and nutrients for each meal type including breakfast, lunch, dinner, and snacks. The YAML-profile workflow coordinates these per-meal targets against daily totals to ensure balanced distribution and prevent oversized snacks.

Why does my per-meal nutrition optimization fail to find a valid meal plan?

Per-meal optimization detects infeasibility when per-meal constraints cannot be satisfied and provides actionable guidance. This typically occurs when individual meal calorie or protein targets conflict with daily totals or when meal-type restrictions create impossible distribution scenarios.