bsw-prototype

Generate a 3-file prototype walkthrough from plain-English feature descriptions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/latecheckout/bsw-tiger-team-skills --skill bsw-prototype
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bsw-prototype
Source: https://github.com/latecheckout/bsw-tiger-team-skills/tree/main/plugins/bsw-prototype/skills/bsw-prototype
Command: npx skills add https://github.com/latecheckout/bsw-tiger-team-skills --skill bsw-prototype

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts plain-English feature descriptions into tangible, navigable prototypes, reducing back-and-forth between product, design, and engineering teams.

Core Features & Use Cases

  • Generate a 3-file prototype walkthrough consisting of a design-token-based CSS foundation, a screens.js data model, and an HTML shell.
  • Support for mobile and desktop contexts, with a guided, step-by-step walkthrough that mirrors real user flows.
  • Align with BSW voice, design tokens, and Baylee UI patterns to accelerate early validation and stakeholder buy-in.

Quick Start

Describe a plain-English feature and the skill will generate a 3-file prototype walkthrough (css, screens.js, and html) ready to view.

Frequently Asked Questions about bsw-prototype

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

FAQPage Schema
How do I turn a plain-English feature description into a working UI prototype?

To turn a plain-English feature description into a UI prototype, you provide the text and the Skill generates a self-contained 3-file walkthrough. This includes an HTML shell, a screens.js data model for multi-step flows, and a CSS foundation using design tokens.

Can I generate mobile and desktop prototypes from a text-based feature description?

Yes, you can generate prototypes for both mobile and desktop contexts from a feature description. The generated walkthrough mirrors real user flows across different screen sizes using a tokenized visual system and step-by-step navigation.

What is a design token-based prototype walkthrough?

A design token-based prototype walkthrough is a navigable UI simulation built with standardized styling variables. It uses a bsw.css foundation to apply consistent design tokens, creating a visual representation of multi-step user flows without manual coding.

Do I need a design system to create a text-driven prototype walkthrough?

You do not need an external design system because the Skill applies its own BSW design tokens and Baylee UI patterns. It outputs a self-contained prototype with a built-in CSS foundation, ensuring visual consistency for early validation and stakeholder buy-in.

What files are required to build a self-contained prototype from a feature description?

Building a self-contained prototype requires three files: an index.html shell, a screens.js file defining the multi-step flow, and a bsw.css foundation. These files work together to render a navigable, tokenized visual walkthrough from your plain-English input.

What is the best way to prototype a product workflow for early stakeholder validation?

The best way to validate a product workflow early is converting plain-English ideas into a guided, step-by-step prototype walkthrough. This approach reduces back-and-forth between teams by providing a tangible, tokenized visual demo across desktop and mobile contexts.