ppt-storyboard

Transform task-pack.json, info-pack.json, and style-spec.json into storyboard.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts upstream work artifacts such as task-pack.json, info-pack.json, style-spec.json, and optional templates into a fixed, front-end consumable storyboard (storyboard.json) so that UI pages can be rendered deterministically without ad-hoc data wrangling.

Core Features & Use Cases

  • Standardized output: produces storyboard.json as the canonical artifact for frontend rendering.
  • Data provenance: references info-pack.json as the single source of visible information; supports page-level content and asset mapping.
  • Use Case: when research outputs, task definitions, and style constraints need to be transformed into a paginated narrative for a dashboard or documentation site.

Quick Start

Run the storyboard generator against your input artifacts (task-pack.json, info-pack.json, style-spec.json) to produce the storyboard.json.

Frequently Asked Questions about ppt-storyboard

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

FAQPage Schema
How do I convert task definitions and style specs into a frontend storyboard?

To convert task definitions and style specs into a frontend storyboard, use this Skill to transform task-pack.json, info-pack.json, and style-spec.json inputs into a fixed storyboard.json artifact. It enforces page-level payload and asset mapping for deterministic UI rendering.

What is a storyboard.json file used for in frontend presentation rendering?

A storyboard.json file serves as the canonical artifact for frontend rendering, ensuring UI pages render deterministically. It references info-pack.json as the single source of visible information to prevent ad-hoc data wrangling during presentation generation.

How do I generate a paginated narrative from research outputs and task definitions?

You generate a paginated narrative from research outputs by running the storyboard generator against your input artifacts. It consumes task definitions and style constraints to produce a fixed, front-end consumable storyboard suitable for dashboard or documentation sites.

Does the storyboard generator require an info-pack.json file to map page content?

Yes, the storyboard generator requires an info-pack.json file to map page content. It enforces this file as the single source of visible information, ensuring consistent UI rendering through strict page-level payload and asset mapping.

Can I use optional templates with task-pack and style-spec files for storyboard generation?

Yes, you can use optional templates alongside task-pack.json, info-pack.json, and style-spec.json files. The generator processes these combined inputs to produce the storyboard.json and related assets needed for frontend consumption.