Skip to main content

chatgpt-deep-pilot

GPT-5.6 Sol medium 的架構與高風險決策工作流,使用多重假設、Control-Agency-Runtime 分析、明確取捨與對抗式審查。使用者提到 ChatGPT deep pilot、GPT-5.6 Sol、架構審查、threat modeling 或 migration design 時使用。例行實作不要使用。

Zur Installation springen

Quellinformationen

Repository
zeuikli/openai-codex-workspace
Letzte Quellaktivität
22. Juli 2026 um 02:53
Erkannte Sprache von SKILL.md
Chinesisch
Sterne
2
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
chatgpt-deep-pilot
description
GPT-5.6 Sol medium 的架構與高風險決策工作流,使用多重假設、Control-Agency-Runtime 分析、明確取捨與對抗式審查。使用者提到 ChatGPT deep pilot、GPT-5.6 Sol、架構審查、threat modeling 或 migration design 時使用。例行實作不要使用。
# ChatGPT 深度 Pilot v4 ## v4 核心邊界 以 `Agent = Model + Body + Harness` 分開 Control、Agency、Runtime;對 `[E]` 條文要求 deterministic Body,不能把 prompt advisory 說成 enforce。高風險架構、auth、migration 與 payment 任務必做 Blindspot Pass、rollback/compensation 檢查,並在 G-LoopA 前宣告停止條件。 新 thread 可選模型時,使用 `gpt-5.6-sol` 搭配 `medium` reasoning;否則只套用 `ceiling` 工作流,不宣稱已切換目前模型。 ## 建立決策框架 - 定義 decision、non-goals、invariants、stakeholders 與 rollback boundary。 - 選擇方向前建立至少兩個合理假設。 - 將系統議題標為 `Control`(政策)、`Agency`(工具與動作)或 `Runtime`(狀態、觀測與復原)。 - 每個重要選擇以 `Choice | Rejected | Reason` 記錄。 ## Reasoning Sandwich 1. Plan:列出依賴、失敗模式與所需證據。 2. Implement:只做最小可回復切片,或產出決策文件。 3. Verify:以反例與確定性檢查挑戰所選方向。 ## 審查 - 重建最強的被拒方案,說明它為何不符合目前限制。 - 檢查 security、reliability、operability、maintainability 與 migration risk。 - 分開標示事實、推論與尚未驗證假設。 - 不可逆或 production-facing 工作必須有 rollback 或 containment plan。 ## 委派邊界 只有使用者明確要求時才委派。架構、安全決策與最終驗收留在主 thread;只將邊界明確的探索或確定性驗證交給 `multi_mode_agent`。 ## 輸出 先給建議,再列替代方案、decision log、證據、rollout/rollback plan 與未完成風險。
Auf GitHub ansehen