01 / DECIDE
Architecture decision
data が live 必須なら MCP、method を team と共有し local context で実行するなら Skill を使う。
MCP は認証済み external tool/context を接続し、Skill は instruction、script、reference、trigger を reusable workflow にまとめる。 input、output、state、side effect を一つの観測可能な経路にしてから、live access は MCP、repeatable method は Skills を選ぶ の所有層を決めます。
02 / BUILD
3段階の実装
- 01
contract を定義
caller、data classification、success condition、timeout、cancel、ownership を先に記述します。data が live 必須なら MCP、method を team と共有し local context で実行するなら Skill を使う。
- 02
狭い経路を構築
request correlation、typed state、reversible failure handling を持つ一つの end-to-end path だけを実装します。MCP は認証済み external tool/context を接続し、Skill は instruction、script、reference、trigger を reusable workflow にまとめる。
- 03
outcome を証明
acceptance を再実行可能な fixture、contract test、browser test にします。positive/negative trigger test で Skill を選び、MCP diagnostic で identity と failure behavior を確認する。
03 / BOUND
Production boundary
MCP tool/credential を最小化し、Skill は auditable、scoped、script/dependency 明示とする。
04 / PROVE
Acceptance evidence
positive/negative trigger test で Skill を選び、MCP diagnostic で identity と failure behavior を確認する。
SOURCE / HTTP
再現可能な source probe
curl -fsSI 'https://learn.chatgpt.com/docs/extend/mcp' | sed -n '1,5p'