Tune Rota Scoring banner
jasonkneen jasonkneen

Tune Rota Scoring

Development community

Description

--- name: tune-rota-scoring description: Adjust the two rota gateway scoring knobs — the flat weekly reserve (default 10%) and the sticky bonus (default 0.12) — and understand the routing tradeoff each one moves, for when the gateway is switching lanes too eagerly or draining weekly capacity too aggressively. --- # Tune the rota gateway scoring The gateway scores every claude silo per request with a fixed formula (`docs/rota-gateway-scoring-model.md`): ``` score = min(session remaining, max(w

Installation

Installs to ~/.claude/skills/jasonkneen-agent-farm-cli-tune-rota-scoring/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jasonkneen-agent-farm-cli-tune-rota-scoring && curl -fsSL https://raw.githubusercontent.com/jasonkneen/Agent-Farm-CLI/HEAD/skills/tune-rota-scoring.md -o ~/.claude/skills/jasonkneen-agent-farm-cli-tune-rota-scoring/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository