What problem does it solve?
Prevents slide creation from proceeding with content gaps by producing a structured, page-ready pool of claims, evidence, and content chunks derived from user uploads and targeted external research, ensuring downstream modules have verifiable inputs.
Core Features & Use Cases
- Conditional execution: Only runs after reading task-pack.json and when research_required is true.
- Structured outputs: Produces research-pack.json containing claims, evidence_points, pageworthy_chunks, and risks_or_uncertainties with stable IDs.
- Verification and uncertainty tracking: Cross-validates external retrievals, annotates uncertain or conflicting evidence, and avoids inventing facts.
- Integration: Serves as the canonical upstream input for ppt-info-pack and ppt-storyboard to reference via stable IDs.
- Use Case: When a presenter uploads reports and the task-pack identifies content gaps, run this skill to generate evidence-backed, page-ready content blocks for slide assembly.
Quick Start
Read task-pack.json to confirm research_required is true, ingest uploaded documents and targeted external results, assign stable IDs to claims, evidence, and chunks, flag uncertainties, and save the assembled research-pack.json into the deck directory.