01 / DECIDE
架構決策
Repeatable method 或 parallel evidence work 能降低 context/coordination cost 時採用。
Skill 帶 reusable instruction/resource;plugin 封裝 extension;hook 觀察 lifecycle;subagent 擁有獨立 task。 先把 input、output、state、tool 與 side effect 畫成一條可觀察路徑,再決定 用 Skills 封裝方法,用 subagent 隔離工作 的 owner。
02 / OPERATE
三步野戰程序
- 01
鎖定合約
寫下 caller、資料分類、成功條件、timeout、取消與 ownership。Repeatable method 或 parallel evidence work 能降低 context/coordination cost 時採用。
- 02
執行有界路徑
只建立一條 end-to-end path,保留 correlation、typed state 與 reversible failure。Skill 帶 reusable instruction/resource;plugin 封裝 extension;hook 觀察 lifecycle;subagent 擁有獨立 task。
- 03
驗證訊號
把驗收變成可重跑的 fixture、contract test 或 browser test。Trigger、extension validation、hook failure 與 ownership test 證明每一層都在 scope 內。
03 / BOUND
Operation 邊界
Audit installed code、明確 trust project hook,且不可把 conflicting write 分派給 parallel agent。
04 / PROVE
驗收證據
Trigger、extension validation、hook failure 與 ownership test 證明每一層都在 scope 內。
SOURCE / HTTP
可重現來源探針
curl -fsSI 'https://docs.x.ai/build/features/skills-plugins-marketplaces' | sed -n '1,5p'