design-regimen

design-regimen is a command for Claude Code from frankxai/Starlight-Intelligence-System. It costs 60 tokens per session (3,109 once invoked), scanned A, original, MIT.

An integrated weekly routine covering exercise, food, sleep, stress, and recovery, adjusted to a person's actual life. It aims for a sustainable long-term structure rather than a short transformation challenge.

In plain words
What is it for?
Use it to design a coherent weekly regimen when someone wants several health areas addressed together. It can use detailed input from training and nutrition specialists, but it is not medical advice.
Why use it?
It brings related health choices into one plan so they do not work against each other. This helps create a routine that supports creative and intellectual work without relying on extreme protocols.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the starlight-intelligence-system plugin — 6 skills, 121 commands, 7 agents shipped together

Good fit Use it to design a coherent weekly regimen when someone wants several health areas addressed together. It can use detailed input from training and nutrition specialists, but it is not medical advice.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/frankxai/starlight-intelligence-system/design-regimen
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/frankxai/Starlight-Intelligence-System

Made for: Claude Code.

Or install starlight-intelligence-system, the plugin that ships this one along with the rest of its 6 skills, 121 commands, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for design-regimen

README.md
[![agentmods](https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/design-regimen/github.svg)](https://agentmods.dev/commands/frankxai/starlight-intelligence-system/design-regimen)
Your own site
<a href="https://agentmods.dev/commands/frankxai/starlight-intelligence-system/design-regimen"><img src="https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/design-regimen/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for design-regimen

Your own site · 80×15
<a href="https://agentmods.dev/commands/frankxai/starlight-intelligence-system/design-regimen"><img src="https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/design-regimen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,109 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.03109
Opus 5 $0.00030 $0.01554
Sonnet 5 $0.00012 $0.00622
Haiku 4.5 $0.00006 $0.00311

Measured 9d ago against content hash e27f89d0e18e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

design-regimen scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/design-regimen.md · 209 lines

How it starts

The opening of the file, as written. The whole thing — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/design-regimen

Load SIP.md, VOICES.md, agents/starlight-embodiment.md, skills/health/body-substrate.md, skills/health/energy-architecture.md. Invoke gym-training-expert and health-nutrition-expert skills for domain specifics. Produce a Regimen Architecture — weekly template integrating training + nutrition + sleep + stress + recovery. Save to health/regimen-<person-slug>.md.

Input

$ARGUMENTS

When this command fires

  • A person wants a coherent regimen across training, nutrition, sleep, stress, and recovery.
  • They want their physical substrate to support creative and intellectual output, not fight it.
  • They want long-game architecture, not a 90-day transformation program.
  • A /energy-audit has been completed (strongly preferred) and the map is available.

When this command does NOT fire

  • User has an active medical condition, injury, or clinician-supervised protocol that requires medical guidance → halt and defer.
  • User wants single-domain advice (training only, nutrition only) → route directly to gym-training-expert or health-nutrition-expert.
  • User wants fad protocol (keto-only without indication, under-4h sleep, extreme IF) → refuse and explain why.

Process

  1. Resolve inputs.

    • <person-slug> from <person-name> (kebab-case).
    • Parse optional --audit, --genius, --life-stage flags.
    • If --audit not provided, check for health/audit-<person-slug>-*.md. If no audit exists, halt with: Run /energy-audit <person> first — a regimen without an energy map is guessing. Seven-day log beats seven-minute vibes.
    • If --genius not provided, check for genius/profile-<person-slug>.md. Load if present (to align regimen to creative peaks). Proceed without if absent — note that creative-peak alignment is approximate.
    • Default --life-stage to the level implied by the audit, or ask the person if ambiguous.
  2. Read the audit.

    • Extract: peak windows across five dimensions, crash windows, named leaks, ranked fixes.
    • If audit is older than 90 days, halt with: Audit is stale. Run /energy-audit <person> again before designing — life has moved.

Read the full file on GitHub · 209 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 209 lines · 60 tokens per session scan A e27f89d0e18e

Subscribe to this mod's changes

design-regimen is a command published in the GitHub repository frankxai/Starlight-Intelligence-System (8 stars, last pushed today), licensed MIT. It adds 60 tokens to every session and 3,109 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.