scenario-blueprint

Convert markdown scenario blueprints into structured JSON data files.

4|Updated May 4, 2026
One-click install
npx skills add https://github.com/kuettai/unlock-cloud --skill scenario-blueprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scenario-blueprint
Source: https://github.com/kuettai/unlock-cloud/tree/main/.kiro/skills/scenario-blueprint
Command: npx skills add https://github.com/kuettai/unlock-cloud --skill scenario-blueprint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of detailed game episodes by converting human-readable scenario blueprints into structured JSON data files, facilitating automated scenario deployment.

Core Features & Use Cases

  • Scenario Design: Write comprehensive markdown blueprints to outline narrative, rooms, puzzles, and dependencies.
  • Data Generation: Automatically generate all necessary JSON files from a structured markdown scenario.
  • Use Case: Content creators can design complex interactive episodes visually and then generate the backend data automatically, reducing manual coding and errors.

Quick Start

Use the scenario-blueprint skill to convert a completed markdown blueprint located in docs/blueprints/episode1.md into scenario data files in scenarios/.

Frequently Asked Questions about scenario-blueprint

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

FAQPage Schema
How do I convert markdown scenario blueprints into structured JSON data for game episodes?

To convert markdown scenario blueprints into structured JSON data, define your narrative, rooms, and dependencies in a markdown file, then use the skill to automatically generate all necessary backend JSON data files for deployment.

What is the best way to automate interactive storytelling scenario generation from markdown?

Automating interactive storytelling scenario generation involves writing comprehensive markdown blueprints outlining branching narratives, which are then processed to generate consistent JSON data files, reducing manual coding and errors.

Can I design complex branching narratives in markdown and export them as JSON files?

Yes, you can design complex branching narratives in markdown by outlining puzzles and dependencies, then export them as structured JSON files to facilitate automated scenario deployment for interactive storytelling platforms.

Does scenario generation from markdown blueprints require manual coding for data consistency?

Scenario generation from markdown blueprints does not require manual coding for data consistency. The process automatically transforms detailed human-readable blueprints into structured JSON files, ensuring data consistency and facilitating easy content updates.

How do I structure game design puzzles and dependencies in a markdown blueprint for JSON generation?

To structure game design puzzles and dependencies for JSON generation, use markdown to outline narrative, rooms, puzzles, and dependencies, which the generator then parses to create the required structured JSON data files.