Grok WorldGrok Build CLI field station

回顧号 / GROK BUILD

method を Skills にまとめ subagent で作業を分離する

Skill は reusable instruction/resource、plugin は extension、hook は lifecycle、subagent は independent task を所有する。

01 / DECIDE

Architecture decision

repeatable method や parallel evidence work が context/coordination cost を下げる場合に使う。

Skill は reusable instruction/resource、plugin は extension、hook は lifecycle、subagent は independent task を所有する。 input、output、state、tool、side effect を一つの観測可能な経路にし、method を Skills にまとめ subagent で作業を分離する の owner を決めます。

02 / OPERATE

3段階の field procedure

  1. 01

    contract を lock

    caller、data classification、success condition、timeout、cancel、ownership を記述します。repeatable method や parallel evidence work が context/coordination cost を下げる場合に使う。

  2. 02

    bounded path を実行

    correlation、typed state、reversible failure を持つ一つの end-to-end path を作ります。Skill は reusable instruction/resource、plugin は extension、hook は lifecycle、subagent は independent task を所有する。

  3. 03

    signal を検証

    acceptance を再実行可能な fixture、contract test、browser test にします。trigger、extension validation、hook failure、ownership test で各 layer の scope 遵守を示す。

03 / BOUND

Operational boundary

installed code を audit し project hook を明示 trust し parallel agent に conflicting write を割り当てない。

04 / PROVE

Acceptance evidence

trigger、extension validation、hook failure、ownership test で各 layer の scope 遵守を示す。

SOURCE / HTTP

再現可能な source probe

curl -fsSI 'https://docs.x.ai/build/features/skills-plugins-marketplaces' | sed -n '1,5p'