ppt-task-pack

Generates a standardized task-pack.json for PPT projects from user intent.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The PPT task pack Skill standardizes user intent into a stable task boundary for PPT projects, ensuring consistent deck scope, audience alignment, language, deliverables, and information gaps.

Core Features & Use Cases

  • Create a fixed-structure task-pack.json containing schema_version, topic, audience, goal, language, total_pages, mode, deliverables, must_have_sections, constraints, known_gaps, content_gap_assessment, research_required, research_needs, available_sources, style_intent, content_density_profile, deck_dir, and output_policy.
  • Assess content gaps and decide whether to trigger ppt-research-pack to fill missing information.
  • Determine the canonical deck_dir root for downstream skills, ensuring a single source of truth for outputs.

Quick Start

Generate a complete task-pack.json for a new PPT deck by providing the user intent and constraints.

Frequently Asked Questions about ppt-task-pack

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

FAQPage Schema
How do I standardize presentation scope and audience alignment before building a deck?

You standardize presentation scope by generating a task-pack.json that fixes deck boundaries including audience, language, deliverables, and known information gaps. This creates a stable task boundary for consistent deck creation.

How do I assess content gaps and determine if research is needed for a presentation?

You assess content gaps by evaluating known information deficiencies within the task-pack. If critical information is missing, the task-pack sets research_required to true and defines specific research_needs to fill those gaps before building the deck.

What is a PPT task pack and how does it structure deck creation?

A PPT task pack is a standardized JSON structure that transforms user intents into a fixed boundary for deck projects. It structures deck creation by defining schema_version, topic, audience, goal, total_pages, must_have_sections, and content_density_profile.

Can I automate deciding when to trigger research for missing presentation information?

Yes, you can automate research triggering by using the content_gap_assessment field within the task-pack. It evaluates available sources against known gaps and automatically sets research gating to decide if additional information gathering is required.

What's the best way to manage output paths and deliverables for a new presentation?

The best way to manage output paths is to define a canonical deck_dir root within the task-pack.json. This fixes the canonical directory for all downstream skills and establishes a single source of truth for deck deliverables and output policy.

Do I need to manually define every section constraint when planning a presentation?

You do not need to manually define every constraint, as the task-pack automatically structures constraints, must_have_sections, and style_intent from your initial intent. This standardizes the presentation planning process without manual field mapping.