agentic-workflow-audit
Solid稽核一個專案是否真正採用「拆解式 agentic workflow」——把流程拆成一串有明確邊界的小 Task、每步有獨立 SOP、步驟間有 input/output 契約、有可程式化檢查的成功標準、失敗時能帶錯誤上下文回退自我修復——而不是一個偽裝成模組化、實際上控制流全攪在一起的 mega agent。只要使用者要你檢視、檢查、稽核、review 一個 agent / LLM pipeline 的架構,或問「我的 workflow 有沒���拆好」「是不是偷偷變成 mega agent 了」「task 邊界 / SOP / 成功標準對不對」「我的 agent 設計合不合理」,就使用本技能——即使他沒講出「稽核」兩個字,任何要評估 agent 系統結構、模組化程度或控制流的請求都應觸發本技能。
Install
Quality Score: 87/100
Skill Content
Details
- Author
- s0912758806p
- Repository
- s0912758806p/agentic-sop-to-work
- Created
- 4 days ago
- Last Updated
- yesterday
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
agentic-sop
把人工流程/Human SOP 轉成「確定性引擎 + 誠實硬閘門 + 人核准」的 agentic workflow 時的方法論與落地入口——適用任何專案、尤其未來新開發項目。當使用者要把一份人工 SOP/手動流程自動化、建立或新增 agent 工具、設計 SOP→Skill→Workflow 的拆解與閘門、或開一個新的 agent 工作流專案時,主動套用本技能:它給三階段拆解規則、七階段迴圈、跨專案鐵則(不臆造/DRAFT+人核准/確定性用程式/硬閘門確定性),並指示導入可攜的 agentic-sop-kit(含自動回歸 Stop-hook=真正的強制層)。即使沒講「方法論」或「SOP」,只要意圖是把流程工程化成自動代理工作流就應觸發。不適用:稽核/檢視既有工作流是否退化成 mega agent(改用 agentic-workflow-audit);直接執行既有 GMP 產生器(cr-form-gen/lir-mir-draft/template-doc-gen)。
light-self-review
自动反思与自我审查。每次完成任务后自动检查是否存在逻辑漏洞、事实错误、格式问题、表达不清、创新不足、引用不准、结果夸大、审美不统一、重复内容、结构混乱、不可执行等问题(常驻,所有任务收尾时生效)。不一次性给出粗糙结果,而是先自我审查与迭代后再输出。
orchestrating-adversarial-reviews
Multi-agent adversarial-verification orchestration for high-confidence conclusions. Fan-out finders, then verify every finding through a three-prism panel (exploitability / correctness / refutation) that defaults to disbelief, gate fixes behind load-bearing proof tests that catch agents who falsely claim "done/fixed", and roll out behind a build-first exit-code guard. Use when a fan-out task must produce trustworthy results — security audit, code review, research synthesis, migration — and a single agent's self-report cannot be trusted. Composes with securing-systems (what to look for) and shipping-changes (change closed loop); orchestration engine is the Workflow tool.