plan-tango
01Plugin Claude Code
Plugin marketplace listing 1 plugin: plan-tango.
Plugin Claude Code
Plugin marketplace listing 1 plugin: plan-tango.
Plugin Claude Code
Auto-converge a Claude-written plan via Codex (gpt-5) review iterations until clean ALLOW or max-iter.
Agent
Opus sanity check after Codex ALLOW — finds hidden assumptions Codex might have missed. Outputs raw ALLOW:/BLOCK: text; orchestrator parses.
Hook
Runs when a session starts on startup and resume, executing check-update.mjs via node. From egsok/plan-tango.
Skill Claude CodeCodex
Interactive wizard to create or edit /.claude/plan-tango/config.json — persistent defaults for /plan-tango:tango. Reads existing values if present, walks the user through each setting via AskUserQuestion, validates via load-config.mjs, writes atomically. Use when user wants to set or update plan-tango defaults without…
Skill Claude CodeCodex
Auto-converge a Claude-written plan with Codex (gpt-5) review. Loops Codex review → Claude fixes → re-review until clean ALLOW or max-iter. Works inside plan mode on the active plan file. Use when you've drafted a plan and want external AI review without manual copypaste. Invoked as /plan-tango:tango.
Skill Claude CodeCodex
Self-update plan-tango by pulling the latest release tag into the marketplace clone. Checks GitHub for newer version, prompts confirmation, runs git fetch + git reset --hard , prints a reload reminder. Replaces the manual /plugin → Marketplaces → plan-tango → Update navigation. Invoked as /plan-tango:update. Use when…