メインコンテンツへスキップ
kt-tech.blog

Claude Code Harness

Claude Code をチームで運用するための設計。共有する .claude/ の構成から、hook によるガード、subagent と skill の使い分けまで。

4

第1回から読む
  1. 1【設計】Claude Code Harness 入門 — チームで共有する .claude/ の3層構成(連載 第1回)
  2. 2【実装】Claude Code の hook で事故を未然に防ぐ — PreToolUse / PostToolUse ガードの実装パターン(連載 第2回)
  3. 3【設計】Claude Code の specialized agent をどう切り分けるか — メイン context を汚さない subagent 設計(連載 第3回)
  4. 4【設計】Claude Code の skill と slash command の境界線 — 反復作業をどちらに寄せるか(連載 第4回)