plastic-agent-advisor

Solid

Consult the advisor for expensive reasoning: one-way doors, plans, adversarial review of a plan or conclusion before an irreversible step, a deadlock after two failed attempts, or ranking several plausible options. Use when the user asks for a second opinion, a hard design decision, an architecture review, help breaking a deadlock, or says "ask the advisor". Also sets which advisor is the default when asked ("make Fable my advisor", "switch my advisor", "use the real advisor").

AI & Automation 10 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
35
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Agent Advisor Plastic ships two consultation agents, never dispatched by the auto pipeline, summoned only when you decide the reasoning is worth buying: - **`plastic-advisor`** ("the real advisor"): the frontier model itself, expensive, billed through usage credits. Spawn it for a few rounds on the hardest problem, then close the session. - **`plastic-faux-advisor`** ("the imitation advisor"): an ordinary model carrying the same reasoning discipline inline in its own body, so it reasons the same disciplined way at a fraction of the cost. The cheaper default. ## When to consult (and when not to) Buy a consultation for: decisions with one-way doors (architecture, migration order, public contracts); turning a goal plus evidence into a step plan with checks; adversarial review of your plan or conclusion before an irreversible step; a deadlock after two failed attempts where you cannot say why; ranking several plausible options when the ordering decides where you spend the next day. Never buy a consultation for: anything a tool can answer (search, reading code, running tests, documentation), writing code at volume, confirming a decision you already made, style or naming a linter would settle, or anything reversible and cheap you have not tried first. The full buy/never-buy list, the tier table, and the entry test live in `references/advisor-protocol.md`; read it before writing a brief for the first time in a session. ## Routing: which advisor answers 1. Read the h...

Details

Author
zalom
Repository
zalom/plastic
Created
3 months ago
Last Updated
today
Language
Ruby
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

advisor-consultation

Use when the user asks for an advisor, Opus second opinion, optimal approach, design critique, or when a task has unresolved high-risk trade-offs, repeated failed investigations, cross-boundary contracts, security implications, or uncertainty that repository evidence cannot yet resolve.

165 Updated today
KonghaYao
AI & Automation Listed

advisor-executor

Cut the cost of Claude agents by splitting the work across models — a cheap executor with a strong advisor tool (advisor_20260301), or a strong orchestrator delegating to cheap workers (Managed Agents multiagent). Use when building or reviewing an Anthropic API agent and the ask involves cost, price, spend, budget, token bill, "too expensive", model choice/routing/escalation, using Fable/Opus to steer Sonnet/Haiku, planner-worker or coordinator-subagent designs, or getting frontier quality without frontier cost. Also covers the subscription equivalents (no API key) — stretching Claude Pro/Max usage limits in Claude Code via opusplan, advisor/scout subagents with per-agent model overrides, and the Agent SDK on a setup-token.

0 Updated 1 months ago
lorsabyan
Code & Development Listed

advisor

Gets an independent second opinion from a different-provider model — not the one currently working — on a plan, a diff, or an open question, without gating or auto-deciding anything. Use before committing to a risky or expensive plan, when stuck on a hard technical decision, or whenever a genuinely different reasoning process would help sanity-check the current approach.

0 Updated 1 weeks ago
jsvillalbat