Plugin Claude Code
Plugin marketplace listing 1 plugin: research-plan-implement.
Plugin Claude Code
Plugin marketplace listing 1 plugin: research-plan-implement.
Skill Claude CodeCodex
Use when cutting a release for a plugin in this claude-plugins marketplace repo. Triggers on phrases like "cut a release", "ship v1.2.3", "deploy to the marketplace", "bump the plugin version", or any request to publish/update a plugin for end users. Handles the dual-version-file gotcha (marketplace.json AND…
Plugin Claude Code
Expanded workflow for managing AI agent context through intentional compaction. Research codebase, align on design, create detailed plans, implement phase-by-phase with verification, and review changes. Includes design alignment, testing-aware implementation, and guided review. Inspired by HumanLayer, CRISPY/Dex, and…
Skill Claude CodeCodex
Generate project-specific research/plan/implement workflow by analyzing your project and intelligently adapting reference templates.
Agent
Extracts high-value insights from a specific document under .rpi/ — decisions made, constraints identified, technical specifications, and whether any of it is still current. Use on the few documents artifact-locator surfaces as most relevant, not as a general search.
Agent
Finds workflow artifacts in the repo's .rpi/ directory — tickets, research, designs, plans, PR descriptions — and returns them grouped by type with one-line descriptions. Use to surface prior work on a topic before researching it fresh; pair with artifact-analyzer to read the most relevant ones deeply.
Agent
Infers the ticket/issue a developer is working on from the current git branch and worktree, then fetches its details. Used by /research-codebase (and optionally /design-doc, /create-plan) as a fallback when the user runs the command without naming a ticket or question.
Agent
Analyzes HOW code works — traces data flow and explains implementation with precise file:line references. Documents the system as it exists today; does not critique, recommend, or perform root cause analysis. The more detailed your request prompt, the better.
Agent
Locates WHERE files, directories, and components live for a feature or task. Call it with a human-language description of what you're looking for — basically a "Super Grep/Glob/LS". Reports locations and organization; does not read implementations or evaluate structure.
Agent
Finds similar implementations, usage examples, and existing patterns that new work can be modeled after. Like codebase-locator, but returns concrete code snippets with file:line references, not just locations. Reports which patterns exist and how widely each is used; leaves the choice between them to the caller.
Agent
Generates focused research questions from a ticket or task description. Used as a preprocessing step by /research-codebase to keep research objective.
Agent
Researches external documentation, APIs, and technical resources on the web. Use when the answer lives outside the codebase — library docs, version-specific behavior, error messages, best-practice comparisons — or when the information is newer than training data. Returns findings with direct quotes and source links.
Skill Claude CodeCodex
Create vertical implementation plans with per-phase testing from a design document.
Skill Claude CodeCodex
Create a lightweight design discussion document for human-agent alignment before planning.
Skill Claude CodeCodex
Contextual workflow orientation — where you are, what's next, and topic-based deep dives.
Skill Claude CodeCodex
Implement technical plans from .rpi/ with verification.
Skill Claude CodeCodex
Iterate on existing implementation plans with thorough research and updates.
Skill Claude CodeCodex
Commit outstanding changes, open a pull request, and land a numbered review guide — a short index in the description, the detail as inline review comments anchored to the diff.
Skill Claude CodeCodex
Document codebase as-is, with the .rpi/ directory for historical context.