Research Workflow
Canonical implementation lives at:
G:\Wyatt\HK_intership\.agent\skills\research-workflow
Runtime helper lives at:
G:\Wyatt\HK_intership\.agent\tools\verify-research-runtime.ps1
Use this workflow for a paper-to-report pipeline:
- Verify the G-drive runtime:
powershell -ExecutionPolicy Bypass -File "G:\Wyatt\HK_intership\.agent\tools\verify-research-runtime.ps1" - Batch download papers with:
G:\Wyatt\HK_intership\.agent\skills\research-workflow\scripts\run.py - Convert PDFs to Markdown with:
G:\Wyatt\HK_intership\.agent\skills\research-workflow\scripts\pdf_to_markdown.py - Analyze one paper at a time with the paired
research-analysis-subagentskill. - Merge the report with:
G:\Wyatt\HK_intership\.agent\skills\research-workflow\scripts\merge_moe_report.py - Export to Word/DOCX with
jiangyu-word-report-styleas the required style layer. Do not rely on Pandoc's default Word styling alone. Use Pandoc only as a conversion/runtime helper when useful, then ensure the final.docxfollows Jiangyu's report format: cover/basic-info table, Chinese technical-report typography, three-line tables, and the verification workflow defined byjiangyu-word-report-style.
Use the canonical skill directory on G:\ as the source of truth for scripts and assets.