
Gantisstorm Claude Code Pair Planning Framework
- 6 repo stars
- Updated December 21, 2025
- GantisStorm/claude-code-pair-planning-framework
gantisstorm-claude-code-pair-planning-framework is a Claude Code plugin that orchestrates discovery agents and interchangeable planners (Claude, RepoPrompt, Codex) into structured implementation pl
About
gantisstorm-claude-code-pair-planning-framework is a pluggable multi-agent planning system for Claude Code. It keeps a stable layer of discovery agents, scouts, and execution conventions while letting you choose which “brain” drafts the final plan—native Claude planning, RepoPrompt via rpcli, or Codex-style coders. developers facing large or unfamiliar codebases use it to resolve ambiguities early: scouts pull selected context, synthesizers merge findings, and planners emit structured tasks with checkpoints instead of jumping straight to edits. The framework supports iterative loops, parallel per-file breakdowns, narrative architecture sections, and resume-friendly sessions so you can stop mid-plan and continue without losing thread. It fits validate-and-build handoffs when complexity, integration risk, or multi-repo relationships need explicit notes before implementation. Swap engines when one model is stronger for your stack or when you already pay for RepoPrompt or Codex seats, without rebuilding your discovery toolchain.
- 8-plugin framework with pluggable planning engines: Claude, RepoPrompt (rpcli), and Codex (GPT-5.2 class) paths
- Discovery scouts and parallel gather steps that synthesize context before a structured planner runs
- Pair and swarm-style orchestration with session resume, continuation loops, and self-verification hooks
- Outputs detailed plans with implementation notes, per-file tasks, and architectural relationship sections
- Commands for one-shot, iterative, and minimal pipelines without rewriting your discovery agents
Gantisstorm Claude Code Pair Planning Framework by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install gantisstorm-claude-code-pair-planning-framework@GantisStorm/claude-code-pair-planning-frameworkAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Last updated | December 21, 2025 |
| Repository | GantisStorm/claude-code-pair-planning-framework ↗ |
What it does
Adopt the Pair Planning Framework when you want the same discovery scouts and execution patterns in Claude Code while swapping the heavy planner between Claude, RepoPrompt, or Codex.
Who is it for?
Best when you're planning non-trivial features, refactors, or multi-service integrations and want one discovery pipeline and multiple planner backends.
Skip if: Tiny one-file tweaks or teams that refuse multi-step planning sessions before coding.
What you get
You get a verified, sectioned plan with per-file tasks and checkpoints, ready to hand to implementation agents using the same framework commands.
- Structured plan documents with tasks, checkpoints, and implementation notes
- Reusable discovery scout outputs and selected-context bundles
- Resumable planning session state for continuation commands
By the numbers
- [object Object]
- [object Object]
- [object Object]
Recommended Plugins
How it compares
Multi-agent planning orchestration plugin pack, not a single linter or MCP data connector.
FAQ
Who is Gantisstorm Claude Code Pair Planning Framework for?
Claude Code users who run structured planning with discovery scouts and want to switch planner engines without redoing agent wiring.
When should I use Gantisstorm Claude Code Pair Planning Framework?
Use it when scope is unclear, architecture spans many files, or you need RepoPrompt or Codex to author the plan after automated context gathering.
How do I add Gantisstorm Claude Code Pair Planning Framework to my agent?
Install the GantisStorm/claude-code-pair-planning-framework plugins in Claude Code, configure rpcli or Codex credentials if you use those engines, then invoke the framework’s planning commands from your repo root.