SETUP / ALL CLI
3 CLI の native adapters を導入
レビュー済み checkout から all-CLI installer を実行し、Claude Code、Codex、Grok assets と director-relay / director-open を準備します。
Default install は hooks を登録しません。trusted repository では .director-mode/bin/director-open grok で always-approve + sandbox off を使用します。
git clone https://github.com/claude-world/director-mode-lite.git
cd director-mode-lite
./install.sh --cli all
.director-mode/bin/director-relay --help OPERATING BRIEF
Grok に brief を渡し、runtime に作業させる。
各 field は編集可能な advice です。現在の repository に役立つものだけを残し、不要な ceremony は省きます。
- 01 / OUTCOME
観測できる結果を示す
実装を先に決めず、user または repository で何が動くべきかを示します。
- 02 / CONTEXT
実際の evidence を示す
Grok が確認すべき files、existing rules、failed behavior、decisions を挙げます。
- 03 / DELEGATION
独立した作業だけ分ける
Ownership と result contract が明確なとき subagents、worktrees、workflows を使います。
- 04 / VERIFICATION
自信より先に証明を求める
diffs、project checks、unresolved risk、簡潔な next action を要求します。
RUNTIME / GROK BUILD
Guidance を Grok Build surfaces へ対応させる。
Director Mode Lite は operating language と Grok Build の fully open runtime への explicit path を提供します。
SESSION RELAY / PORTABLE PACKET
CLI を越えるのは relay packet。vendor session ではない。
session-relay skill と .director-mode/bin/director-relay は portable handoff packet を組み立てます。受け側 CLI はその context で新しい native session を開き、source vendor session ID の共有や resume は行いません。
Relay 前に packet を検査・redact します。Handoff は context transport で、credential transport や authorization ではありません。
BOUNDARY / ADVICE ONLY
Full capability、default zero hooks。
Director Mode Lite は kit-added friction を除き、unrestricted choice を explicit に保ちます。
- Default install は Grok native hook を登録しない。
- Deny rule、forced workflow、test gate、commit gate を追加しない。
- director-open grok は trusted workspace で always-approve + sandbox off を選択。
- .grok/hooks が空でも Grok は compatible Claude hooks を自動継承可能。Claude hooks も audit してください。