Codebase investigation and findings report without solution proposals. Only invoke when the user explicitly calls /rpi-research. Do not auto-trigger from natural language. Use when exploring a problem space before committing to an approach — no spec required, no auto-transition to planning. Reports findings, risks, and unknowns, then stops.
From dev-skillsnpx claudepluginhub igor1309/skills --plugin dev-skillsThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Research phase for task execution. Investigate the codebase, build understanding, report findings. No code changes, no solution proposals.
First phase of the RPI (Research → Plan → Implement) workflow.
If the user referenced documents (specs, plans, PRs), read them before exploring the codebase. Most questions resolve themselves in the docs.
Structure your response with these sections:
Restate the task in your own words. This catches misinterpretation early.
Factual observations from the codebase. Start with two lead bullets:
Scope: what was searched, coverage boundaries, and exclusions. Include counts when relevant.Pattern evidence: representative analogs or pattern families (or explicit none found).Then include:
Clarifying questions about the task or approach, if any. Omit this section if there are none.
Use this mode when detailed listing would exceed 12-15 evidence bullets or starts repeating the same pattern.
Findings, include a compact coverage summary: files scanned, files deeply read, directories covered, search pattern count, and exclusions.Findings: Examples are representative; full match list omitted for brevity.Conflicts block inside Findings./rpi-research, do not provide them. Ask whether to switch to /plan and wait for confirmation.