shiftblame
v1.5.0以時序制衡約束 agent——八段流程 intent→audit→research→plan→test→build→verify→done;回頭自由(回 intent 同 ms 重走)、前進要鑰匙(對話鎖「開工」+老闆詞印章 done/PASS/開新 ms);三時點對抗採 --adversarial 宣告+SLUG.md 對照;閘門只讀 git 事實與 flow-state.json;主對話秘書連續承載所有段,技術證據不足時強制外部唯讀意見,不得轉嫁給老闆;commit、判決、放行、路由、PASS 由主對話獨佔。
By teps31052 GitHub starsUpdated 23 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 9 skill or MCP entries
- Source updated
- Aug 31, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install shiftblame for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add shiftblame@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/teps3105/shiftblameClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/sb-dice/SKILL.md├── skills/sb-docs/SKILL.md├── skills/sb-resume/SKILL.md├── skills/sb-roadmap/SKILL.md├── skills/sb-save/SKILL.md├── skills/sb-sop/SKILL.md├── skills/sb-think/SKILL.md├── skills/sb-todo/SKILL.md└── skills/shiftblame/SKILL.md
Included Skills9
依證據選擇最小充分範圍丟棄失敗成果;可只丟未提交變更、當前功能或當前 ms,只有整個方向失效才丟棄 slug。
對當前專案 docs/ 文件提出修改需求;無後標依上下文提建議,有後標顯式授權修改(檢查寫法判準)。
繼續之前未完成的 slug/ms,基於既有 G1~G3 重新核對後接續工作。
對 ROADMAP 提出修改需求;無後標依上下文提建議,有後標顯式授權寫入(檢查硬分欄)。
記錄當前 slug 工作落點到專案 .shiftblame 的 SLUG.md,供其他對話用 sb-resume 無縫恢復。
對 SOP 提出修改需求;無後標依上下文提建議,有後標顯式授權寫入(檢查硬分欄)。
唯一閘口;所有老闆輸入第一步路由回此,不字面執行指令,先理解意圖再分發。
將老闆想在當前 slug 增加的功能加入 SLUG §3 待辦清單;有後標顯式授權寫入,無後標依上下文提建議。
以時序制衡約束 agent——主對話秘書是唯一持久角色,連續承載意圖、需求、研究、計畫、測試、實作與驗收;八段流程 intent→audit→research→plan→test→build→verify→done,回頭自由(回 intent 同 ms 重走)、前進要鑰匙(對話鎖「開工」+老闆詞印章 done/PASS/開新 ms)。閘門只讀 git 事實與 flow-state.json,不可變性由 git 承擔。三時點對抗(plan→test①、verify→test②、verify→done③)採 --adversarial 宣告+SLUG.md 對照。技術證據不足時強制外部唯讀技術意見,主對話複核後自行裁定,不得轉嫁給老闆。commit、判決、放行、路由、PASS 一律由主對話獨佔。
Plugin manifests1
{
"name": "shiftblame",
"version": "1.5.0",
"description": "以時序制衡約束 agent——八段流程 intent→audit→research→plan→test→build→verify→done;回頭自由(回 intent 同 ms 重走)、前進要鑰匙(對話鎖「開工」+老闆詞印章 done/PASS/開新 ms);三時點對抗採 --adversarial 宣告+SLUG.md 對照;閘門只讀 git 事實與 flow-state.json;主對話秘書連續承載所有段,技術證據不足時強制外部唯讀意見,不得轉嫁給老闆;commit、判決、放行、路由、PASS 由主對話獨佔。",
"author": {
"name": "teps3105"
},
"interface": {
"displayName": "shiftblame",
"shortDescription": "以時序制衡治理 AI agent 開發流程",
"longDescription": "由單一主對話連續承載 G1 需求、G2 技術、G3 計畫及其落地狀態,以機械閘門、測試鎖定、AC-ID 與行為證據驗收使用者需求。",
"developerName": "teps3105",
"category": "Engineering",
"capabilities": [
"Workflow governance",
"Skills"
],
"defaultPrompt": [
"開始一個受 shiftblame 治理的新需求。",
"繼續目前未完成的 shiftblame 工作。",
"檢查目前流程節點與下一步閘門。"
]
},
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[shiftblame on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shiftblame)