hesreallyhim

Plan Ready — Git skill for Claude Code

Git community

Run a review-and-critique convergence loop on an implementation plan BEFORE any code is written — mirrors /pr-ready for the planning phase.

How to install Plan Ready

Installs to ~/.claude/skills/hesreallyhim-oss-autopilot-fork-plan-ready/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hesreallyhim-oss-autopilot-fork-plan-ready && curl -fsSL https://raw.githubusercontent.com/hesreallyhim/oss-autopilot-fork/HEAD/commands/plan-ready.md -o ~/.claude/skills/hesreallyhim-oss-autopilot-fork-plan-ready/SKILL.md

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

What Plan Ready does


name: plan-ready description: Run a review-and-critique convergence loop on an implementation plan BEFORE any code is written — mirrors /pr-ready for the planning phase allowed-tools: Bash, Read, Glob, Grep, Agent, TaskCreate, TaskUpdate, Edit, Write

/plan-ready

Drives the **plan-review convergence loop** that catches design-level problems before any code is written. Mirrors `/pr-ready` exactly, but applied to a plan artifact instead of a diff (#1249).

When to use

Run after you

Alternatives in Git

  • CCometixLine — A high-performance Claude Code statusline tool written in Rust with Git integration and real-time usage tracki 2.4k ★
  • PR Fixup — Run the Kandev PR fixup loop for CI failures and automated review threads 697 ★
  • GitHub Workflow Adaptation Plan — Project: Claude Code Skills Factory Blueprint Source: /Users/rezarezvani/projects/claudecode-github-bluprint D 617 ★

Full documentation available on GitHub

View Source Repository