ppt-research-pack

Generate research-pack.json with claims, evidence, and chunks from uploads.

8|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill ppt-research-pack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ppt-research-pack
Source: https://github.com/SenseTime-FVG/sensenova-claw/tree/main/.sensenova-claw/skills/ppt-research-pack
Command: npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill ppt-research-pack

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about ppt-research-pack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract claims and evidence from research reports for slide-ready content?

To extract claims and evidence for slide-ready content, this skill synthesizes uploaded reports and external retrieval into structured claims, evidence points, and pageworthy chunks. It assigns stable IDs to ensure downstream slide assembly uses verifiable inputs.

When do I need structured research packs for building a presentation deck?

You need structured research packs when your task-pack metadata identifies content gaps before slide creation. This skill runs conditionally if research_required is true, preventing slides from proceeding with missing or unverified information.

How do I track uncertainties and conflicting evidence when researching slide content?

To track uncertainties when researching slide content, this skill cross-validates external retrievals and annotates conflicting evidence in a dedicated risks_or_uncertainties section. It avoids inventing facts and ensures all uncertain data points are explicitly flagged.

Can I generate a research pack from uploaded documents and external retrieval without manual formatting?

Yes, you can generate a structured research pack automatically from uploaded documents and targeted external research. The skill ingests these inputs and outputs a formatted research-pack.json file containing all claims, evidence, and chunks with stable IDs.

Does slide-deck workflow research require stable IDs for claims and evidence points?

Slide-deck workflow research requires stable IDs like claim_id, evidence_id, and chunk_id to maintain reference integrity. These stable identifiers allow downstream modules like ppt-info-pack and ppt-storyboard to accurately reference specific content blocks.

What are the limitations of automating research pack generation for slide decks?

A limitation of automating research pack generation is that it relies entirely on task-pack.json configuration and will not run unless research_required is set to true. Additionally, it avoids inventing facts, so outputs are constrained by the quality of uploaded reports and external retrievals.