원클릭으로
workgraph-workflow
How to use WorkGraph for durable commitments, dependencies, claims, and evidence
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
How to use WorkGraph for durable commitments, dependencies, claims, and evidence
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Internal architecture guide for the Meerkat agent platform. This skill should be used when understanding crate ownership, trait contracts, the agent construction pipeline, session service lifecycle, runtime control plane, mob orchestration internals, machine authority, comms wiring, or making cross-cutting architectural changes. Oriented toward AI agents and developers working on meerkat internals, not end users.
Build on the Meerkat agent platform. Covers every shipping surface (CLI, REST, JSON-RPC stdio/TCP, MCP, Python/TypeScript/Web/Rust SDKs), realm-scoped sessions, streaming, skills, hooks, memory, multimodal content, mob orchestration (spawn/fork/helpers/flows/profiles), durable scheduling, and provider auth via `auth_binding` + AuthMachine (env keys, OAuth, cloud IAM). Use when integrating with Meerkat, picking a surface, wiring auth, building agents, scheduling automated runs, deploying mobpacks, or asking how a feature exposes through a particular SDK.
Exact rkat CLI command contract for Meerkat help answers. Use this as the authority for command names, flags, aliases, and negative CLI facts.
Developer guide for the Meerkat WASM embedded runtime (meerkat-web-runtime) and the `@rkat/web` browser SDK. Covers wasm32 compilation, building/deploying WASM bundles, writing/auditing wasm_bindgen exports (sessions, mobs, comms, JS tool callbacks, external auth resolver, subscription handles), the auth_binding + registerExternalAuthResolver auth model, tokio_with_wasm aliasing, cfg-gating patterns, mobpack bootstrap, and common wasm32 gotchas. Use when touching meerkat-web-runtime, sdks/web, browser auth flows, or making a meerkat crate wasm32-compatible.
Ruthless Meerkat dogma inquisition for architecture, code, PRs, plans, tickets, ledgers, and designs. Use when Codex must find semantic-authority violations, shadow truth, provider leakage, surface-owned meaning, projection/mirror abuse, typed-truth failures, terminality lies, generation theater, or meta-level repeated dogma failure patterns; use for brutally honest reviews that cite concrete evidence and group symptoms by root dogma failure.
How to communicate with peers in a collaborative mob
SOC 직업 분류 기준
| name | workgraph-workflow |
| description | How to use WorkGraph for durable commitments, dependencies, claims, and evidence |
| requires_capabilities | ["work_graph"] |
Use WorkGraph when work must survive sessions, compaction, restarts, schedules, or coordination between agents. It is the shared commitment graph, not private scratch space and not semantic memory.
workgraph_ready to find eligible work. Do not infer readiness from item
fields, blocker counts, due times, or edges yourself.workgraph_claim.
Include your typed owner and the current revision.workgraph_get
or workgraph_snapshot, reconsider the current state, then retry only if the
work still makes sense.workgraph_link for real dependencies and relationships. Use blocks
only when the target should not be ready until the source is terminally
resolved.workgraph_add_evidence for artifacts, PRs, logs,
summaries, external tickets, or other proof that the work changed state.workgraph_close only when terminal truth exists. Use
completed, failed, or cancelled honestly.workgraph_release when you are stopping before terminal
completion and the work should be claimable by someone else.task_* tools for private, local, lightweight scratch tracking.workgraph_ready for the active realm and namespace.revision.