From Thesmos Governance
Get a free, deterministic model + Pantheon-agent recommendation for an implementation plan — per-phase, no LLM call. Use this right before executing an approved plan, or when the user asks what model to use for a task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thesmos-governance:adviseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `npx thesmos-governance advise <path-to-plan-file>` via the Bash tool,
Run npx thesmos-governance advise <path-to-plan-file> via the Bash tool,
where <path-to-plan-file> is the plan document being approved (a written
implementation plan, not a one-line task).
This is a pure heuristic — zero tokens, fully deterministic, same plan text always yields the same recommendation. It emits:
⚡ EXECUTION ADVISORY — a recommended model tier (and, per phase if the
plan has ## Phase N headings, per-phase models — a plan can legitimately
span tiers, e.g. an architecture phase on a stronger model followed by
mechanical implementation phases on a lighter one).📋 KICKOFF block with a mythic operation name, per-platform /model
commands, and Pantheon agent assignments if a pantheon-map catalog is
present.Report back: the recommended model(s) and the reasoning Thesmos gave — don't just relay the operation name, the model choice is the actionable part.
npx claudepluginhub holley-studio/thesmos-governance --plugin thesmos-governanceGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Forks private projects, strips secrets/internal references, verifies cleanliness, and packages them with CLAUDE.md, README, and setup.sh for safe public release.