By juan294
Adopt a structured Research-Plan-Implement methodology for Claude Code: scaffold projects, audit existing codebases, plan implementations via Socratic briefing, delegate sub-agent work, run launch-readiness audits, fix CI failures, and publish releases—all with an embedded 63-pattern agent-error knowledge base for debugging common mistakes.
Model tier: **sonnet** — Sonnet 4.6 (1M context) session.
Model tier: **sonnet** — Sonnet 4.6 (1M context) session.
Refine a raw idea into a validated design brief: $ARGUMENTS
Generate a PR description for the current branch.
Model tier: **sonnet** — Sonnet 4.6 (1M context) session.
Push accountability, CI monitoring after push, background agent CI verification, verification command sequencing.
Production deployment rules, rollback-first recovery, dependency batching, CI cost awareness, and framework upgrade verification.
Known agent error patterns -- debugging reference for tool failures, git errors, CI issues, and common mistakes. Consult when encountering unexpected behavior, tool errors, or CI failures.
Git recipes, worktree management, push sequences, branch verification, and conflict resolution patterns.
gh CLI patterns, JSON field discovery, PR check interpretation, label management, merge settings verification.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A blueprint repository for setting up and running projects with Claude Code, with a Codex compatibility layer via AGENTS.md. Contains the RPI (Research-Plan-Implement) methodology, a catalog of known agent errors, and operational rules learned from hundreds of real sessions.
Clone the repository:
git clone https://github.com/juan294/cc-rpi.git
Then tell Claude Code in your target project:
Go read the cc-rpi repository and set up this project following all the best practices. Read the quick reference and methodology first, use the error-patterns skill or full error catalog only if needed, then configure CLAUDE.md, AGENTS.md, and slash commands for this project.
Bootstrapped and adopted projects now also get an AGENTS.md
compatibility layer so the same methodology can be operated from Codex /
GPT-5.x without changing the workflow.
If you also use Codex, the blueprint ships a Codex-only
codex-simplify skill at cc-rpi/.codex/skills/codex-simplify/.
Copy it into ~/.codex/skills/codex-simplify/ if you want a reusable
equivalent of Claude Code's native /simplify without creating a
project skill named simplify.
Principle: one harness per blueprint. cc-rpi is authored for Claude
Code and maintained for a single author syncing 15+ downstream
projects. Every additional harness is ongoing sync surface --
parallel command trees, parallel wrappers, extra work in /update on
every blueprint bump -- so by default new harness support lives
outside this repo.
Codex is the one exception. AGENTS.md is a widely adopted
cross-agent markdown convention that Codex reads natively, so the
compatibility layer is a single file and a handful of translations,
not a parallel command tree. The ongoing cost is low enough to carry
upstream without dragging on /update across every project.
Other harnesses (OpenCode, GitHub Copilot, etc.) are better served by
sibling projects or community-maintained overlays. copilot-rpi is
maintained as a separate repository rather than layered on top of
cc-rpi for exactly this reason. For an ad-hoc harness such as
OpenCode, the recommended path is a small overlay repo with a
generator script that derives the harness-specific command directory
from .claude/commands/, a long-lived downstream fork, or a minimal
AGENTS.md + harness config file with no command wrappers at all.
New here? Read GUIDE.md — a human-readable walkthrough of the philosophy, the workflow, and every command. It covers everything you need to know without diving into every file. Also works great as source material for NotebookLM podcasts or articles.
methodology/)The full Research-Plan-Implement pattern adapted for Claude Code, based on HumanLayer's opencode-rpi and ACE-FCA framework. Organized by topic (11 files, in reading order):
/simplify, /batch), agent teams, autonomy principlespatterns/)npx claudepluginhub juan294/cc-rpi --plugin cc-rpiHarness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development