# Babysitter:model

> Set or view model routing policy for plan/execute/review phases.

- Skill: `majiayu000/babysitter-model` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/babysitter-model`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/babysitter-model/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/babysitter-model

---


# babysitter:model

Manage model routing policy used by babysitter orchestration.

## Behavior

1. If argument is `show` or empty:
   - Read `.a5c/config/model-policy.json` (and env override if provided).
   - Return current policy JSON and effective defaults.
2. If argument is `clear`:
   - Clear persisted policy map.
   - Keep runtime fallback to `BABYSITTER_MODEL_DEFAULT` if set.
2. If argument starts with `set`:
   - Parse one or more `phase=model` pairs.
   - Valid phases: `plan`, `execute`, `review`, `fix`.
   - Update `.a5c/config/model-policy.json`.
   - Confirm the new policy map.

## Output Contract

- Always return valid JSON:
  - `action`: `show` or `set`
  - `policy`: object
  - `applied`: boolean
  - `notes`: array

