strategy-map

Classify slide rendering modes and generate a StrategyMap JSON contract.

3|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/SteveGJones/jack-tar-deckhand --skill strategy-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strategy-map
Source: https://github.com/SteveGJones/jack-tar-deckhand/tree/main/plugins/jack-tar-deckhand/skills/strategy-map
Command: npx skills add https://github.com/SteveGJones/jack-tar-deckhand --skill strategy-map

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Classify per-slide rendering needs and generate a StrategyMap contract to guide AI-generated deck visuals.

Core Features & Use Cases

  • Classifies slides into rendering modes: full_render, background, backdrop, pragmatic_composition, and composed.
  • Outputs a ./tmp/deck/strategy-map.json contract used by downstream image generation agents.
  • Supports speaker review, overrides, and multi-resolution planning (1K/2K/4K).

Quick Start

Run the strategy-map tool after finalising the SlideOutline to generate ./tmp/deck/strategy-map.json.

Frequently Asked Questions about strategy-map

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

FAQPage Schema
How do I create a rendering strategy for AI-generated slide decks?

A strategy-map contract classifies rendering modes for each slide—such as full_render, background, backdrop, pragmatic_composition, and composed—to guide AI-generated deck visuals. It provides a structured JSON contract for downstream image generation agents to follow.

What files do I need to generate a strategy-map.json contract for slide rendering?

Generating a strategy-map.json contract requires a finalized SlideOutline at ./tmp/deck/outline.json and a StyleGuide at ./tmp/deck/style-guide.json. An optional brand profile at ./tmp/deck/brand-profile.json can also be included to further inform the rendering strategy.

Can I plan multi-resolution image rendering for AI presentation slides?

You can plan multi-resolution image rendering for AI presentation slides using the StrategyMap contract. It supports multi-resolution planning at 1K, 2K, and 4K resolutions, allowing you to define specific output dimensions for your slide deck visuals.

How do I override the rendering classification for specific slides in my deck?

You can override the rendering classification for specific slides during the speaker review phase. The generated StrategyMap contract explicitly supports speaker review and manual overrides, allowing you to adjust the assigned rendering modes before final image generation.

When should I use pragmatic_composition vs full_render for slide deck visuals?

Use full_render when a slide requires a completely generated visual, and pragmatic_composition when combining generated elements with structured layouts. The StrategyMap contract classifies these rendering modes to match each slide's specific visual requirements and downstream generation needs.