slide-architect

Translate written briefs and docType schemas into DeckPlan and Storyboard JSON.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AllenZhou/MIRISE --skill slide-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slide-architect
Source: https://github.com/AllenZhou/MIRISE/tree/main/agents/ppt-pipeline/skills/slide-architect
Command: npx skills add https://github.com/AllenZhou/MIRISE --skill slide-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translates a Boss Writing Brief and docType schema into a concrete DeckPlan and Storyboard, enabling rapid PPT planning without drafting slide copy.

Core Features & Use Cases

  • Frameworked deck planning: determine the required pages, PageTypes, and slot semantics from the input brief and document schema.
  • Mode 1 execution: produce a structured deckplan and storyboard that can be fed into a page-builder for automatic composition.
  • Outputs and validation: ensure alignment between deck structure and content responsibilities, with guardrails for density and page-type constraints.

Quick Start

Provide the brief and docType inputs to generate deckplan.json and storyboard.json for the PPT pipeline.

Frequently Asked Questions about slide-architect

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

FAQPage Schema
How do I plan a PPT deck structure from a written brief?

Planning a PPT deck from a brief involves translating the brief and docType schemas into a structured DeckPlan and Storyboard. This determines required pages, PageTypes, and slot semantics to produce a compliant deck structure without drafting slide copy.

What is a storyboard in presentation deck planning?

A storyboard in presentation deck planning is a structured output mapping content responsibilities to specific page-types and content slots. It ensures a 1:1 alignment with the deck plan for deterministic mapping to final presentation assets.

How do I generate a deckplan.json and storyboard.json for a presentation pipeline?

To generate deckplan.json and storyboard.json, provide a written brief and docType inputs to the skill. It analyzes the brief, structure_schema, and page_catalog to output the structured JSON files required for the PPT pipeline.

Can I use a structured brief to automatically compose slides without writing copy?

Yes, a structured brief can automatically compose slides without writing copy. The skill produces a DeckPlan and Storyboard designed to be fed directly into a page-builder for automatic composition and asset generation.

Does deck planning support validation for page-type constraints and content density?

Yes, deck planning supports validation for page-type constraints and content density. The skill enforces guardrails to ensure strict alignment between the deck structure and content responsibilities during the planning phase.

What inputs do I need to map page-types deterministically to presentation assets?

To map page-types deterministically to presentation assets, you need to provide a written brief, doc_type, brief_schema, structure_schema, page_types, and page_catalog. These strictly structured inputs ensure compliant and deterministic output mapping.