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 with the Pandoc runtime resolved by the G-drive helper.
Use the canonical skill directory on G:\ as the source of truth for scripts and assets.