concept-demo-design

Designs interactive concept demos with typed contracts, delivery lanes, and verifiable evidence.

2.9k|733|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/zts212653/clowder-ai --skill concept-demo-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: concept-demo-design
Source: https://github.com/zts212653/clowder-ai/tree/main/cat-cafe-skills/concept-demo-design
Command: npx skills add https://github.com/zts212653/clowder-ai --skill concept-demo-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Turning an abstract idea, UI/UX concept, or end-to-end user journey into a demo that people can actually judge is hard: teams often ship slide decks, fake SaaS shells, or unverifiable screen recordings instead of evidence. This Skill structures demo creation around a Demo Contract that locks the judgment question, delivery lane, visual source of truth, and honesty boundaries before any frontend work begins.

Core Features & Use Cases

  • Two-axis Demo Contract: Classifies every demo by demo_kind (concept_story, product_experience_gate, journey_validation) and delivery_lane (internal_product_gate, external_showcase), with a fill-in contract template.
  • Claim-based verification: Requires replayable browser journeys with sentinel inputs for real-interaction claims, workspace/product-shell evidence, and document-editor engine contracts.
  • Failure playbook: Ships a lessons reference cataloging twelve real demo failures and their corrections, plus a pressure-test table for contract review.
  • Use Case: Before building a clickable prototype to decide whether a new Workspace shell should ship, use this Skill to freeze the contract, build a deterministic frontend in the native product shell, and collect operator sign-off evidence.

Quick Start

Use the concept-demo-design skill to turn my idea into a Demo Contract with the right demo_kind and delivery_lane before building the interactive prototype.

Frequently Asked Questions about concept-demo-design

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

FAQPage Schema
How do I turn an abstract product idea into a demo people can judge?

Start by writing a Demo Contract that picks one demo_kind (concept_story, product_experience_gate, or journey_validation) and one delivery_lane. Then define the single judgment the demo must answer, the soul frame, and the minimal visible evidence before building any frontend.

What is the difference between concept_story, product_experience_gate, and journey_validation?

concept_story explains an abstract causal change to an audience, product_experience_gate lets operators compare UI options and decide keep/tune/sunset, and journey_validation proves a user can travel from start state to a judgeable end result across real handoffs and recovery.

When should a demo use the internal product gate lane versus external showcase?

Use internal_product_gate whenever the demo will be experienced, compared, or decided on inside the real product shell. Use external_showcase only when there is a defined external audience or distribution scenario, and never mix both into a hybrid half-product shell.

Does a concept demo need a real backend?

No. The default is a deterministic pure-frontend orchestration with fake backends like in-memory state or localStorage. Only add a real backend when the core claim itself depends on real backend behavior.

How are real interaction claims like editing or chat verified in a demo?

Each claim needs semantic controls with real handlers, a novel sentinel input absent from fixtures, and a replayable browser journey proving the sentinel produces new DOM or store state. Persistence claims additionally require a refresh-and-recover assertion.

When should I not use this demo design workflow?

Skip it for signed-off production frontend work, editing existing recorded footage, slide decks, or pure visual exploration. Those route to console-dev, video-forge, or ppt-forge style workflows instead.