From multi
Internal guidance for presenting Codex helper output back to the user
How this skill is triggered — by the user, by Claude, or both
Slash command
/multi:codex-result-handlingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the helper returns Codex output:
When the helper returns Codex output:
codex:codex-rescue, do not turn a failed or incomplete Codex run into a Claude-side implementation attempt. Report the failure and stop.codex:codex-rescue, if Codex was never successfully invoked, do not generate a substitute answer at all./multi:setup and do not improvise alternate auth flows.npx claudepluginhub marceldarvas/cc-multi-cli-plugin --plugin multiGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.