Plan Consensus banner
senojed senojed

Plan Consensus

Development community

Description

--- description: Run plan-consensus skill — Claude↔Codex independent-critic review on a plan file until consensus or impasse --- Invoke the `plan-consensus` skill on the plan file specified in the arguments. Arguments: `$ARGUMENTS` (typically a path to a markdown plan file, optionally followed by `model=...`). If no path was given, ask the user which plan file to review. Then follow the skill's procedure exactly: ask for the round count, snapshot the plan, loop Codex critique → Claude indepe

Installation

Installs to ~/.claude/skills/senojed-plan-consensus-plan-consensus/SKILL.md

Terminal
mkdir -p ~/.claude/skills/senojed-plan-consensus-plan-consensus && curl -fsSL https://raw.githubusercontent.com/senojed/plan-consensus/HEAD/commands/plan-consensus.md -o ~/.claude/skills/senojed-plan-consensus-plan-consensus/SKILL.md

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

Full documentation available on GitHub

View Source Repository