ss-studio

Generates three creative directions, a working UI prototype, and a verified showcase reel from a product brief.

Updated May 26, 2026
One-click install
npx skills add https://github.com/rmethodm/resumegen --skill ss-studio-rmethodm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ss-studio
Source: https://github.com/rmethodm/resumegen/tree/main/.agents/skills/ss-studio
Command: npx skills add https://github.com/rmethodm/resumegen --skill ss-studio-rmethodm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Turning a product brief into a coherent interactive concept usually stalls at moodboards or static mockups. This Skill runs a structured Studio pipeline that produces three distinct creative directions, requires a human selection, generates media asset jobs, builds a working prototype, and verifies a prototype-first showcase reel. ## Core Features & Use Cases - Three Direction Generation: Produces exactly one native, one signature, and one experimental direction with palette, typography, motion logic, and a signature interaction move. - Gated Run Lifecycle: A CLI (studio-run.mjs) enforces sequential stages (briefed, directed, selected, planned, built, verified) with schema validation of references, scenes, assets, video plans, and verification gates. - Media Job Management: Defines image/video generation jobs with prompts, provenance, rights notes, and fallbacks, blocking jobs when no provider capability is available. - Use Case: A designer receives a brief for a mobile focus-timer app. The Skill scouts references, writes three directions, records the human's selection, compiles interaction scenes and asset jobs, builds the prototype, records it, and delivers a verified run folder. ## Quick Start Ask the AI to use ss-studio to turn your product brief into three creative directions with a selected interactive prototype and a verified showcase reel.

Frequently Asked Questions about ss-studio

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

FAQPage Schema
How do I generate multiple UI design directions from a product brief?▼

Initialize a Studio run with the studio-run CLI, passing the project name, brief, surface, and platform. The pipeline then produces exactly three directions (native, signature, experimental) in directions.json, each with palette, typography, motion logic, and a signature interaction move.

How do I turn a design concept into a working interactive prototype?▼

After a human selects one direction, compile scenes.json, assets.json, and video.json, then build the prototype implementing the primary navigation, signature scene, cancel behavior, and reduced-motion fallback. Record the real prototype and register outputs through the CLI before advancing to the built stage.

Can I use generated images or video for UI elements in the prototype?▼

Generated raster assets are allowed only for imagery, texture, illustration, footage, or product material. UI geometry, icons, and final copy must remain code-native and accessible, and generated video must never fake an interaction that does not actually work.

What happens if no media generation provider is available?▼

The asset job stays in blocked status and the run reports the exact missing capability. Providers are mapped to capabilities only at execution time, and every job must define a code-native or alternate-media fallback.

Why does the studio-run advance command fail with validation errors?▼

Advancement is sequential and each stage validates its artifacts: directions need three unique lanes, selection must match a direction id, the video plan needs at least one prototype-recording shot, and verification requires all four gates passed with evidence and a named reviewer.