Home / yeachan-heo / gajae-code · plugins/gajae-code/skills/gjc-delegation/SKILL.md · GitHub

gjc-delegation skillA

gjc-delegation is agent-read markdown (skill) from yeachan-heo/gajae-code: Delegate planning and execution workflows to gajae-code via the coordinator MCP server..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# GJC delegation

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.

## Tools

| 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). |

## Fail-closed safety

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.
## Codex resume bridge correlation

After registering an app-server handoff with `gjc_coordinator_register_codex_handoff`,
pass the same `session_id` as `codex_host_session_id` on delegate calls so new GJC
sessions auto-bind to the Codex thread for wake-on-completion and questions. Acknowledge
…

Read the whole file at its exact version.

How to install

Latest version
mdr add yeachan-heo/gajae-code/gjc-delegation@git:20260818.f078465
Exact content
mdr add yeachan-heo/gajae-code/gjc-delegation@sha256:c096bd2eb28dfcf9

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_4gfoyickdmmqhhj2.svg)](https://markdownregistry.com/a/art_4gfoyickdmmqhhj2)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260818.f078465 latest2026-08-18 f078465 1,755 BA view · diff
git:20260807.25952a22026-08-07 25952a2 1,896 BA view · diff
git:20260622.c401f522026-06-22 c401f52 1,421 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (1755 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

yeachan-heo/gajae-code · 2,847 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_4gfoyickdmmqhhj2
GET https://markdownregistry.com/api/v1/resolve?ref=yeachan-heo/gajae-code/gjc-delegation
GET https://markdownregistry.com/api/v1/blob/c096bd2eb28dfcf915dcd9071060acefa6c5048baf7b2ace5ad92210328255c6

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from yeachan-heo/gajae-code

AGENTS.md agents
yeachan-heo/gajae-code · AGENTS.md
git:20260912.89d573c · audit A · 2,847 stars
autoresearch skill
yeachan-heo/gajae-code · packages/coding-agent/src/defaults/gjc/skills/autoresearch/SKILL.md · Goal-directed research missions that interleave web research with data experimentation and end on a structured…
git:20260823.9983f32 · audit A · 2,847 stars
deep-interview skill
yeachan-heo/gajae-code · packages/coding-agent/src/defaults/gjc/skills/deep-interview/SKILL.md · Socratic deep interview with mathematical ambiguity gating before explicit execution approval
git:20260903.d9a41b3 · audit A · 2,847 stars
ralplan skill
yeachan-heo/gajae-code · packages/coding-agent/src/defaults/gjc/skills/ralplan/SKILL.md · Consensus planning entrypoint that auto-gates vague ultragoal requests before execution
git:20260822.324d58c · audit A · 2,847 stars
ultragoal skill
yeachan-heo/gajae-code · packages/coding-agent/src/defaults/gjc/skills/ultragoal/SKILL.md · Create and execute durable repo-native multi-goal plans over GJC goal mode artifacts.
git:20260919.859cb59 · audit A · 2,847 stars
DESIGN.md@packages/coding-agent/src/modes design
yeachan-heo/gajae-code · packages/coding-agent/src/modes/DESIGN.md
git:20260904.051605c · audit A · 2,847 stars
executor-design skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/combined-pack/subskills/executor-design/SKILL.md · Adds combined pack design guidance for executor prompts.
git:20260605.e17540f · audit A · 2,847 stars
ralplan-design skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/combined-pack/subskills/ralplan-design/SKILL.md · Adds combined pack design guidance for ralplan planning.
git:20260605.e17540f · audit A · 2,847 stars
one skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/duplicate-arg/subskills/one/SKILL.md · First duplicate arg.
git:20260605.e17540f · audit B · 2,847 stars
two skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/duplicate-arg/subskills/two/SKILL.md · Second duplicate arg.
git:20260605.e17540f · audit B · 2,847 stars
one skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/duplicate-parent-phase/subskills/one/SKILL.md · First duplicate phase.
git:20260605.e17540f · audit B · 2,847 stars
two skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/duplicate-parent-phase/subskills/two/SKILL.md · Second duplicate phase.
git:20260605.e17540f · audit B · 2,847 stars

Every file in yeachan-heo/gajae-code

Browse by kind, by grade A, or by owner.