What problem does it solve?
This Skill consolidates scattered user input, uploaded materials, and research outputs into a single, traceable JSON information source for presentation storyboarding, eliminating ad-hoc lookups and inconsistent data during slide creation.
Core Features & Use Cases
- Aggregates task-pack.json, optional source-map.json, optional research-pack.json and uploaded materials into a normalized info-pack.json containing stable InfoAtom entries with atom_id, source tracing, and confidence metadata.
- Structures chart data, metrics, titles, captions, and other visible elements into explicit payloads so downstream storyboard and page rendering can reference atoms reliably; records known_gaps or unresolved_atoms when data is missing.
- Use case: prepare a deck's unified content pool before layout so designers and automated storyboard steps only consume the verified info-pack.json and avoid re-parsing original uploads or research outputs.
Quick Start
Run the ppt-info-pack step to read task-pack.json and any available uploads or research, then emit info-pack.json in the deck directory containing stable InfoAtom records and gap markers.