ppt-page-plan

Update a specific StoryboardPage object in storyboard.json for a given page_id.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a single slide's narrative role, content blocks, layout intent, or visual requirements are wrong but rerunning the entire storyboard is undesired, this skill enables a focused page-level replanning that preserves overall narrative continuity and page identifiers.

Core Features & Use Cases

  • Targeted Page Editing: Validate existence of the target page_id, verify style_variant against style-spec, and update only the specified StoryboardPage object in storyboard.json.
  • Content and Budget Adjustment: Add, remove, or reshape content_blocks while synchronizing payload_budget counts and ensuring source_claim_ids and source_evidence_ids reference existing research-pack entries.
  • Impact Assessment and Safety: Evaluate minimal upstream/downstream page impacts, report required synchronization scope, and enforce rules that prevent changing page_id, page_number, or unintentionally modifying other pages.

Quick Start

Use the ppt-page-plan skill to update page_id 3 in storyboard.json to correct the narrative role and adjust content blocks to match style-spec.json.

Frequently Asked Questions about ppt-page-plan

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

FAQPage Schema
How do I update a single slide in a storyboard without rerunning the entire presentation layout?

To update a single slide in a storyboard without rerunning the entire presentation layout, use targeted page-level replanning to modify the StoryboardPage object for a specific page_id. This preserves overall narrative continuity and page identifiers while correcting the targeted slide.

What is the best way to adjust content blocks and payload budget on one specific presentation page?

The best way to adjust content blocks and payload budget on a specific presentation page is to apply slide-level revisions that add, remove, or reshape content_blocks. This process synchronizes payload_budget counts while ensuring source_claim_ids and source_evidence_ids reference existing research-pack entries.

Can I correct the narrative role of a specific slide page if I only have the storyboard.json file?

Yes, you can correct the narrative role of a specific slide page with just a readable storyboard.json file. While style-spec.json and task-pack.json are optional for validating style_variant and content_density_profile, the core page update only requires the storyboard file.

What are the limitations when modifying page identifiers during slide-level revisions?

A key limitation during slide-level revisions is that rules prevent changing page_id or page_number. The replanning process enforces safety by only writing back the target page object and preventing unintentional modifications to other pages in the storyboard.

Why does targeted slide replanning require evaluating upstream and downstream page impacts?

Targeted slide replanning requires evaluating upstream and downstream page impacts to maintain narrative continuity across the presentation. This impact assessment reports the required synchronization scope and ensures minimal cross-page disruptions when modifying the target slide.

When do I need to validate style_variant against style-spec.json during storyboard page planning?

You need to validate style_variant against style-spec.json during storyboard page planning when applying slide-level revisions to presentations, pitch decks, or storyboards. This validation ensures the updated StoryboardPage object aligns with the defined style constraints.