What problem does it solve?
Turning Design Thinking workshop outputs (vision statements, problem statements, scenarios, use cases, personas) into presentation-ready customer cards normally requires manual copy-paste into slides. This Skill automates the mapping from canonical DT markdown artifacts into structured PowerPoint content YAML.
Core Features & Use Cases
- Canonical Artifact Parsing: Reads DT markdown files, detects artifact type from frontmatter and folder structure, and extracts required sections with regex-based parsing.
- Template-Driven YAML Emission: Fills quoted-placeholder content.yaml templates for each artifact type, with YAML escaping to prevent injection and text normalization that unwraps hard-wrapped prose.
- Multi-Slide Use Case Expansion: Splits each Use Case artifact into 4 consecutive slides covering overview, execution, quality context, and extensions/evidence.
- PowerPoint Pipeline Handoff: Delegates the actual deck build to the experimental powerpoint skill via Invoke-PptxPipeline.ps1.
- Use Case: After a DT coaching session produces canonical artifacts under .copilot-tracking/dt/<project-slug>/canonical, run the generator to produce slide content files, then hand them to the powerpoint skill to build a customer-cards.pptx deck.
Quick Start
Ask the AI to generate customer card slides from the canonical Design Thinking artifacts in your DT project folder and build the PowerPoint deck using the powerpoint skill.