원클릭으로
gjc-delegation
Delegate planning, execution, and team workflows to gajae-code via the coordinator MCP server.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Delegate planning, execution, and team workflows to gajae-code via the coordinator MCP server.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create and execute durable repo-native multi-goal plans over GJC goal mode artifacts.
Socratic deep interview with mathematical ambiguity gating before explicit execution approval
Consensus planning entrypoint that auto-gates vague team/ultragoal requests before execution
Multi-worker GJC tmux team orchestration
Use GJC's published tmux session helpers for Clawhip-visible worktree sessions, prompt injection, tail checks, and harness owner debugging.
Adds domain design guidance for ralplan planner phase.
| name | gjc-delegation |
| description | Delegate planning, execution, and team workflows to gajae-code via the coordinator MCP server. |
This plugin exposes gajae-code's coordinator MCP server so a host agent can delegate whole workflows to GJC and receive durable turn status plus artifacts.
| Tool | Workflow | GJC skill | Purpose |
|---|---|---|---|
gjc_delegate_plan | plan | /skill:ralplan | Delegate consensus planning to GJC (runs /skill:ralplan to a pending-approval plan). |
gjc_delegate_execute | execute | /skill:ultragoal | Delegate execution to GJC (runs /skill:ultragoal to completion with verification). |
gjc_delegate_team | team | /skill:team | Delegate parallel team execution to GJC (runs /skill:team with internal tmux workers). |
The bundled MCP config sets GJC_COORDINATOR_MCP_WORKDIR_ROOTS to the host
project directory and does not set GJC_COORDINATOR_MCP_MUTATIONS.
Delegation is read-only until the user explicitly enables a mutation class and
passes allow_mutation: true per call. GJC_COORDINATOR_MCP_REPO is a
namespace label only, never a filesystem path.
Each delegate returns a turn_id. Poll gjc_coordinator_await_turn (bounded)
or gjc_coordinator_watch_events for the delegation.started event and the
terminal turn state. Turn state is the source of truth, not terminal scrollback.