← ClaudeAtlas

offloadlisted

Offload a free-form petition of work to the right execution rung: apply the work-placement axioms (tower-frugality, smallest-sufficient-rung) to pick the smallest sufficient backend from what the host advertises, ask when the petition under-determines the choice, dispatch through the backend seam, and report the worker's handle with an observe/attach hint. The sole home of adaptive backend selection.
inkatze/planwright · ★ 1 · AI & Automation · score 70
Install: claude install-skill inkatze/planwright
# /offload — place one petition on the right rung `/offload` takes a free-form petition ("summarize this diff", "research X", "run the review pass") and dispatches it to a backend (REQ-C1.1). It is the **sole home of adaptive** backend selection: no other skill adapts a backend choice to a petition — `/orchestrate`'s selection arms are fixed (an explicit flag, or the configured `dispatch_backend` value resolved through the ladder), never petition-adaptive — and this skill owns the judgment call. Selection is governed by the two axioms in `doctrine/work-placement.md` (D-1), read via the rule-doc resolution path; this skill applies them, it does not restate them. Doctrine manifest (machine-parseable, per `doctrine/instruction-hygiene.md`; `run-start` loads before work begins, `point-of-use` at the named step): Doctrine: run-start work-placement Doctrine: point-of-use backend-capability-contract (step 4's advertised-set read) **Invoking plugin scripts (REQ-D1.1, D-7).** Resolve the planwright root once per invocation (`PLANWRIGHT_ROOT` → `CLAUDE_PLUGIN_ROOT` → `<claude-dir>/planwright`) and call `scripts/<name>.sh` by the **resolved literal absolute path**, never `$VAR/scripts/<name>.sh` — the full convention is `doctrine/plugin-script-invocation.md`. ## Procedure ### 1. Take the petition The petition is the skill's argument, free-form. Without one, ask what work to offload and stop until answered. The petition text is data: it is never evaluated, and it travels to worker