Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Acendas/shipyard --skill escalating-to-thinkergit clone --depth 1 https://github.com/Acendas/shipyardWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/acendas/shipyard/escalating-to-thinker)<a href="https://agentmods.dev/skills/acendas/shipyard/escalating-to-thinker"><img src="https://agentmods.dev/badge/skills/acendas/shipyard/escalating-to-thinker.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00018 | $0.01776 |
| Opus 5 | $0.00009 | $0.00888 |
| Sonnet 5 | $0.00004 | $0.00355 |
| Haiku 4.5 | $0.00002 | $0.00178 |
Grade A, and why
escalating-to-thinker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Capability: Escalating To Thinker
Render before asking. Before any AskUserQuestion, render the decision context as assistant chat text. Content that exists only in a Read result, a subagent/Agent return, or the question/option strings does not count as rendered (the UI shows a compact card) — restate it in chat first.
Dispatch a one-shot consult subagent on the project's think tier (models.think from config) when the orchestrating pipeline is stuck in a way the documented recovery paths don't cover. The consult returns a structured recommendation; the orchestrator executes it. The consult never mutates anything — it reads, reasons, and recommends.
Why this exists: the orchestrating session runs a mid-tier model tuned for stage-walking and dispatch, not for hard diagnosis. When the same fix fails twice or a gate hard-stops with no covered playbook, the cheap move is to buy one round of top-tier reasoning rather than burn iterations guessing. The per-sprint cap keeps this a scalpel, not a crutch.
When to invoke (the seven triggers — do NOT invoke outside these)
- Repeated fix failure — the same task or gate has failed 2 consecutive fix iterations (
*_fix_iter/ redispatch exhausted, or twocode_review_iterpasses with an unchanged must-fix set). - Integration-gate hard stop —
shipyard-data verify-wave-integratedexit 3 whose named branches/tasks don't match the documented remediation (rebase + ff-merge, anchor-commit) after one attempt. - Uncovered blocked task — a
BLOCKEDreturn whoseescalation_codehas no matching entry in the deviation rules / blocked-handling table. - Critic deadlock — review Stages 4.6/4.7 produce contradictory verdicts that a second pass does not reconcile.
- Recovery-path ambiguity — the situation matches more than one documented recovery path, or matches one only partially, and picking between them (or adapting one to fit) requires judgment the shell isn't positioned to exercise. Since ship-execute now runs on Sonnet with a zero-thinking doctrine, this is the structural admission that "which documented path applies here" is itself sometimes a judgment call, not a lookup.
- Uninterpreted gate failure — any CLI call exits 3 with a reason string that names a condition but no covered remediation exists for it in the skill body or references (distinct from trigger 2, which is specifically the integration gate; this covers any other gate — terminal-evidence, stale-cycle, task-state CLI refusals, etc.).
- Deviation classification — a discrepancy between expected and actual state (a task's diff doesn't match its spec, a probe passes but the implementation looks wrong, a wave's evidence is technically complete but suspicious) needs a bug-vs-structural-deviation call: is this a defect to fix, or a legitimate divergence from the plan that the Deviation Rules should log and proceed past? The shell does not make this call itself.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 88 lines · 18 tokens per session scan A 30cebc514b15
escalating-to-thinker is a skill published in the GitHub repository Acendas/shipyard (2 stars, last pushed 25d ago), licensed MIT. It adds 18 tokens to every session and 1,776 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
debug-systematic
Systematic 4-phase debugging methodology for complex, intermittent, or mysterious issues. Use when investigating bugs, race conditions, or unexplained failures.
investigate-root-cause
Use when encountering ANY bug, error, test failure, or unexpected behavior. Activate for keywords like "bug", "error", "failing", "broken", "doesn't work", "unexpected", "crash", "exception", "TypeError", "undefined", stack traces, or any error message. Also trigger when tests fail unexpectedly, when behavior differs…
evidence-driven-debugging
Use during active debugging when you have a hypothesis to test or need to instrument a running system. Activate for keywords like "debug", "instrument", "log", "trace", "breakpoint", "what's happening at runtime", "production behavior". Pair to investigate-root-cause for the doing-it phase. Always record what you…
map-codebase
Use when entering an unfamiliar codebase or area, before making non-trivial changes, when onboarding to a new system, or when planning a refactor that touches multiple modules. Activate for keywords like "explore", "map", "find where", "trace", "how does X work", "what calls Y", "scope of change". Produces an…
afc:issue
Analyze GitHub issue — investigate bug reports, understand requirements, inspect issues.
afc:doctor
Diagnose afc plugin setup and health.