ワンクリックで
verifiable-orchestration
Run multi-agent work as ONE provable causal DAG — parallel subagents, an Orchestrate graph, an immutable spec-seed
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run multi-agent work as ONE provable causal DAG — parallel subagents, an Orchestrate graph, an immutable spec-seed
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Catch bad React in your changes — run react-doctor's deterministic scan and fix what it flags
Run a verifiable security scan (vulns, secrets, misconfig) over code you wrote or deps you added, before calling the work done
Drive a real browser verifiably — navigate, snapshot, act BY INDEX, extract; every step provable
Author or connect a Model Context Protocol server so an agent gains new tools
Build automated pipelines that gate merges and ship reliably
Build reliable, resumable data connectors and transforms (ETL)
SOC 職業分類に基づく
| name | verifiable-orchestration |
| description | Run multi-agent work as ONE provable causal DAG — parallel subagents, an Orchestrate graph, an immutable spec-seed |
| version | 1 |
| trust | built-in |
korgex can split work across subagents and record the whole run as one connected,
tamper-evident causal DAG — replayable and auditable (korgex trace/verify).
Pick the right shape:
Agent tool. Emit several Agent calls in
ONE turn and they fan out concurrently (results return in order; a crashed
sibling is isolated). Use for "explore these 3 areas", "review these 4 files".Orchestrate tool. Give it nodes with
deps (e.g. explore → plan → implement → review): independent nodes run in
parallel, a node waits for its deps, and if a node fails its dependents are
skipped rather than run against a broken precondition. The whole run — including
the failure topology — is one verifiable DAG.Lock intent first, for non-trivial runs:
seed to Orchestrate — the agreed {goal, constraints, acceptance_criteria}.
It's recorded as an immutable, hash-chained spec.seed the whole run anchors
under, so korgex why/trace walk any result back to the spec it was meant to
satisfy and korgex verify proves the spec wasn't altered after the fact. Use it
whenever the "what we agreed to build" should be pinned before work starts.Rules:
root_seq (and seed_seq) — trace from there to
audit exactly what each subagent did and why.