prototype

仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

适合快速检验设计假设与交互思路。

这个 Skill 做什么

快速构建一次性原型以验证状态模型或 UI 设计想法。

快速做一份一次性原型来验证某个状态模型或 UI 想法,重点在于回答一个具体问题而不是产出可维护产品代码。想确认逻辑是否合理、状态机是否通顺或界面交互是否可行时就用,通常是小而快的交互 demo 或终端模拟。特别之处是“可丢弃”——只为验证假设,不用担心长期维护。

▸ 展开 SKILL.md 英文原文

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

开发编程原型快速验证交互通用
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/prototype/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/prototype/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Prototype

A prototype is **throwaway code that answers a question**. The question decides the shape.

## Pick a branch

Identify which question is being answered — from the user's prompt, the surrounding code, or by asking if the user is around:

- **"Does this logic / state model feel right?"** → [LOGIC.md](LOGIC.md). Build a tiny interactive terminal app that pushes the state machine through cases that are hard to reason about on paper.
- **"What should this look like?"** → [UI.md](UI.md). Generate several radically different UI variations on a single route, switchable via a URL search param and a floating bottom bar.

The two branches produce very different artifacts — getting this wro
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有