Orchestrate Consult banner
amartinawi amartinawi

Orchestrate Consult

Security community

Description

--- description: Run an independent external audit of a completed ZOdyssey run. Hands the plan + full git diff to the external Claude Code CLI, which returns ACCEPT or REJECT+gaps. On REJECT, auto-remediates the gaps and re-audits, looping until ACCEPT. Use after /orchestrate finishes. argument-hint: "<slug>" skills: zodyssey:odyssey --- Load the `zodyssey:odyssey` skill, then run the **external consult/audit gate** for the completed run `<slug>`: ``` $ARGUMENTS ``` Follow the **Consult workf

Installation

Installs to ~/.claude/skills/amartinawi-zodyssey-orchestrate-consult/SKILL.md

Terminal
mkdir -p ~/.claude/skills/amartinawi-zodyssey-orchestrate-consult && curl -fsSL https://raw.githubusercontent.com/amartinawi/zodyssey/HEAD/commands/orchestrate-consult.md -o ~/.claude/skills/amartinawi-zodyssey-orchestrate-consult/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository