From manolii-framework
Run the Model Change Protocol — 15-item assessment whenever you add, remove, or re-route any AI model in your project. Produces a decision log and assessment artefact. Mandatory before any commit that touches .claude/model-routing.json or agent/skill model declarations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/manolii-framework:assess-modelhaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Runs the Model Change Protocol defined in [`docs/model-change-protocol.md`](../../../docs/model-change-protocol.md). 15 items, five sections (Discovery / Technical fit / Compliance & cost / Operability / Rollout). Tiered rollout mode is mandatory and gated by the declared data-sensitivity ceiling.
Runs the Model Change Protocol defined in docs/model-change-protocol.md. 15 items, five sections (Discovery / Technical fit / Compliance & cost / Operability / Rollout). Tiered rollout mode is mandatory and gated by the declared data-sensitivity ceiling.
Auto-triggers (via pre-commit advisory):
.claude/model-routing.json that changes a primary, fallback_chain, data_sensitivity_max, api_config.*, or task_requirements.*..claude/agents/*.md or .claude/skills/*/SKILL.md that changes the model: or data_sensitivity: frontmatter.Manual:
/assess-model <model-id> [--task-class <class>] [--sensitivity <tier>] [--replacing <model-id>]/assess-model --retro <model-id> for retroactive assessment of an already-routed model.deepseek-v4-pro-fireworks).docs/model-change-protocol.md and the schema from docs/model-config-schema.md.capability_profile satisfies every task_requirements.requires flag.data_sensitivity_max is consistent across model + tier (use the more restrictive).advisor_wired: true if weight_origin is not domestic and sensitivity >= restricted_us_oss_ok.data_sensitivity_max.benchmark_scores.last_synced within 90 days.api_config is honoured. If direct API access is unavailable, perform a manual verification and paste the result into the artefact..ai/assessments/<model-id>-<YYYY-MM-DD>.md with the 15-item answers..ai/decisions/ADR-NNNN-model-<alias>-<date>.md. Include options-considered, rationale, and the exact rollback command.claude/assess-<model-id> branch:
.claude/model-routing.json adding/updating the model entry and any affected tier..claude/agents/*.md and .claude/skills/*/SKILL.md frontmatter.public / internal -> direct promotion + 24h rollback monitor at 5% error rate OR cost >+20%.restricted_us_oss_ok -> shadow eval if telemetry is available; 3-day window. Manual operator review required.restricted / anthropic_only -> 10% canary for 24h, then 50/50 shadow for 7 days, then operator-approved promotion..ai/assessments/<model-id>-<YYYY-MM-DD>.md — the answered checklist..ai/decisions/ADR-NNNN-model-<alias>-<date>.md with decision context and reversibility.claude/assess-<model-id> branch.data_sensitivity_max on the model would violate your project's compliance policy, skill aborts before staging.[BLOCKED:stale-bench].advisor_required: true but no advisor is declared, skill blocks with [BLOCKED:advisor-required].docs/model-change-protocol.md — full protocol prose.docs/model-config-schema.md — per-model schema..claude/model-routing.json — current routing config.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub manolii-org/ai-starter-pack --plugin manolii-framework