원클릭으로
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.