بنقرة واحدة
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