From rpi
iterate on research-questions doc based on user feedback. don't use if you already used create-research-questions
How this skill is triggered — by the user, by Claude, or both
Slash command
/rpi:iterate-research-questionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are iterating on an existing research questions document based on user feedback.
You are iterating on an existing research questions document based on user feedback.
docPath: Path to the existing research questions document (e.g., .humanlayer/tasks/ENG-XXXX-description/NN-research-questions-DESCRIPTION.md)Read the existing document FULLY:
docPathIf a ticket file is provided, read it for feedback:
Process the feedback:
Write updated document (if changes needed):
docPathUpdate the user
Read({SKILLBASE}/references/research_questions_final_answer.md)Questions should focus ONLY on the current state of the codebase:
Good research questions explore:
Format questions as high-level codebase exploration:
Use 3-8 questions per task (use your judgement based on complexity).
CRITICAL - DO NOT LEAK ANY IMPLEMENTATION DETAILS OR THE NATURE OF YOUR TASK INTO THE QUESTION LIST. NO "HOW WOULD WE XYZ" - ONLY "HOW DOES IT WORK"
## Cloud PermalinksWhen you write or edit documents in .humanlayer/tasks/, a cloud permalink is automatically provided in the hook response.
additionalContext after Write/Edit/MultiEdit/Read operationshttp(s)://{DOMAIN}/artifacts/{artifactId}
npx claudepluginhub jturner421/rpi-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.