一键导入
handoff
Handoff current work to another agent in a concise tmp/ artifact. Use when the user or another local skill requires resumable session context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Handoff current work to another agent in a concise tmp/ artifact. Use when the user or another local skill requires resumable session context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Ablation test a hard bug to prove the smallest causal change set. Use when competing changes may explain a fix, results are intermittent, or the user needs a minimal proven repair.
Absorb a complete external Stellaris mod into StellarisPlus. Use the disclosed removal branch when reversing a credited absorption.
Full build the complete StellarisPlus release-validation sequence: quality gate, confirmed manual test, runtime log repair, and repair-authorized code review.
Merge local StellarisPlus files without changing load-order behavior. Use to classify folders by LIOS/FIOS/DUPL/MERGE and consolidate only proven-safe candidates.
Scan integrated Workshop mods against live Steam metadata and update only entries proven outdated.
Review StellarisPlus changes for merge readiness across Paradox Script, load-order, localisation, GFX/GUI, references, and documentation. The default branch is read-only; repair findings only with explicit authorization.
| name | handoff |
| description | Handoff current work to another agent in a concise tmp/ artifact. Use when the user or another local skill requires resumable session context. |
tmp/, not OS /tmp.
Finish only when it states the exact scope, current state, remaining work,
next executable step, validation commands, and blockers..github/skills/SKILLS.md, and API keys,
passwords, and personally identifiable information are absent.If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.
Example handoff filename: tmp/handoff-import-parity.md.
Minimal structure example:
# Session Handoff
- Scope: isolate a runtime regression in a Stellaris script
- Current state: failing log signature captured; root cause unconfirmed
- Remaining work: ablate the two candidate change groups
- Next step: reproduce the failure with one candidate change set
- Validation: `tools/stellarisplus-quality-gate.ps1`; repeat the captured repro
- Blockers: none
- Artifacts: `tmp/verify-runtime-regression/evidence.md`
- Suggested skills: ablation-test, stellaris-log-fix
The handoff is complete only when all four step criteria are satisfied and a fresh agent can resume from the next executable step without this conversation.