How this skill is triggered — by the user, by Claude, or both
Slash command
/rp-mini:rp-investigateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this for root-cause analysis, code archaeology, or "how/why is this happening?" questions. This workflow is read-only.
Use this for root-cause analysis, code archaeology, or "how/why is this happening?" questions. This workflow is read-only.
Check workspace binding first. On mismatch, pass root=<absolute path> on every rp-mini tool call.
If a shell is available and no MCP client is loaded, use node packages/server/dist/cli.js tool <workspace> <tool> --json-args '...' or its wrappers.
Triage fast path: Bounded question (single subsystem, named symbol, roughly <=5 files) -> answer inline with file_search, read_file, and get_code_structure; do not spawn the builder. Broad, cross-cutting, or durable-context-pack requests -> full builder flow. Both paths keep line-cited evidence.
context-builder subagent with:
questionrewrite unless the user requested augment or preserve<questions> plus a saved profile name, read the cited files, check git history or searches, and answer only conclusive questions with <answer key="..." source="orchestrator" >...</answer>. Escalate with AskUserQuestion only for blocking AND high-stakes questions: irreversible/destructive actions, product policy, money/auth/data-loss. Append <answers> with prompt op=append, resume with manage_selection op=load_profile, and remember advisory questions never interrupt.workspace_context op=export receipt: token totals, content hash, and saved handoff profile. If the caller asked for a durable artifact, write the export to a file with the host Write tool or shell CLI.Do not change source files in this workflow.
npx claudepluginhub apollostreetcompany/rp-mini --plugin rp-miniCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.