원클릭으로
zigrix-shared
Shared guidance for Zigrix authority, lifecycle commands, output modes, path resolution, and safety.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Shared guidance for Zigrix authority, lifecycle commands, output modes, path resolution, and safety.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Main-agent-only guide for Zigrix Task creation, orchestrator binding, lifecycle handoff, dashboard, and path resolution. Never use this skill as orchestrator/worker runtime instruction.
Create a revision-0 Zigrix Task and bind its spawned orchestrator through the bootstrap composition flow.
Inspect authoritative Zigrix Task metadata, pending recovery, requests, assignments, and result decisions.
Execute an exact bound Zigrix assignment and submit an immutable unit result.
Official OpenClaw Zigrix entrypoint. Force Zigrix delegation when a message starts with `/oz`, and semantically route plain-language requests to hand work off, assign it, or have Zigrix take it instead of doing the work directly.
Inspect Zigrix environment readiness and OpenClaw integration prerequisites.
| name | zigrix-shared |
| version | 0.4.0 |
| description | Shared guidance for Zigrix authority, lifecycle commands, output modes, path resolution, and safety. |
| metadata | {"openclaw":{"requires":{"bins":["zigrix"]}}} |
Use Zigrix for multi-project parallel Task orchestration with file-backed, inspectable state.
--json for established automation surfaces.tasks/<taskId>.meta.json as authoritative. Audit and index files are diagnostics/projections.The closed lifecycle is:
CREATE_TASK -> BIND_ORCHESTRATOR -> START
-> PREPARE_WORKER -> REGISTER_WORKER
-> SUBMIT_UNIT_RESULT
-> APPROVE_UNIT_RESULT | REJECT_UNIT_RESULT
-> FINALIZE -> REPORT
Use only the approved stable Task command names (create-task, bind-orchestrator, start, block, resume, finalize, report, block-request, stale-detected, ack-block-request, reject-block-request, prepare-worker, register-worker, submit-unit-result, approve-unit-result, reject-unit-result, expire-assignment, reassign-worker). Do not invent compatibility aliases or transport flags.
Bare symbolic keys such as paths.tasksDir and workspace.projectsBaseDir are config key names, not auto-expanded variables. Resolve paths in this order:
Use already-resolved path fields in the active command's JSON result, such as specPath, metaPath, promptPath, projectDir, and evidence artifact paths.
Use zigrix task status <taskId> --json for Task paths.
Use zigrix path for runtime directories:
zigrix path get tasksDir --json
zigrix path get evidenceDir --json
zigrix path get workspace.projectsBaseDir --json
zigrix path list --json
Use zigrix doctor --json for the environment overview.
As a last resort, read ~/.zigrix/zigrix.config.json and resolve paths.* manually.
zigrix doctor --json
zigrix task list --json
zigrix task status <taskId> --json
zigrix task events <taskId> --json
zigrix path list --json