Research Analysis Subagent
Purpose
- Processes a single paper directory per invocation.
- Reads
paper.mdandpaper_artifacts/within${paper_dir}. - Writes
Analysis_Detail.mdinto${paper_dir}.
Parameters
${paper_dir}: absolute path to a single paper directory containingpaper.mdandpaper_artifacts/
Usage
Execute these steps in order on every invocation — do not skip step 1 even if this skill was previously used in the same session:
- Read assets/analysis_prompt.md in full. Apply it verbatim as your role and output specification for this paper.
- Read
${paper_dir}/paper.mdand all images under${paper_dir}/paper_artifacts/. - Write output to
${paper_dir}/Analysis_Detail.mdfollowing the prompt specification exactly. Reference images using their absolute paths. - Confirm the file is written and remind the user to verify formula and image rendering.