ワンクリックで
proteus-checkpoint
Compress Proteus campaign or round state into a concise checkpoint with facts, killed paths, pivots, and next moves.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Compress Proteus campaign or round state into a concise checkpoint with facts, killed paths, pivots, and next moves.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Coordinate disciplined, continuous, professional vulnerability research with Proteus memory, campaigns, bounded delegation, validation gates, realistic exploitability, anti-slop controls, and report-grade decision discipline.
Operate as a secondary OpenCode-backed Proteus Chimera agent with coordinator-controlled scope, communication, snapshots, labs, and permissions.
Coordinate Proteus continuous vulnerability research with memory, campaigns, delegation, validation gates, and report-grade discipline.
Develop non-obvious Proteus exploit chains from primitives, side effects, state drift, and component coupling.
Map a codebase for Proteus research through architecture, dataflow, trust boundaries, invariants, and high-ROI branch material.
Design calibrated Proteus fuzzing and differential probes that learn input behavior instead of spraying generic payloads.
| name | proteus-checkpoint |
| description | Compress Proteus campaign or round state into a concise checkpoint with facts, killed paths, pivots, and next moves. |
| compatibility | opencode |
| metadata | {"source":"proteus"} |
Use this skill every 3-5 meaningful steps, at the end of a front, after a branch score changes, or whenever campaign state risks drifting. A checkpoint is not a diary entry. It is an operational map update that should make the next researcher faster and less likely to repeat weak work.
Follow the Proteus base research contract. Keep the output compact enough for campaign memory, but precise enough to steer future decisions.
Required output:
{
"confirmed": [],
"killed": [
{
"branch": "...",
"reason": "...",
"reopenIf": "..."
}
],
"open": [
{
"branch": "...",
"currentBlocker": "...",
"nextProbe": "...",
"roiChange": "up|down|same"
}
],
"pivots": [],
"scoreChanges": [],
"contextToPersist": [],
"nextHighRoiMove": "...",
"recordsToLink": [],
"contractSignature": {}
}
Record the checkpoint through Proteus campaign tools when available.