From jaymie-claude-tools
Use HTML files (instead of Markdown) as a richer, visual medium for AI-collaborated planning, spec writing, and design system maintenance. Use this skill whenever the user wants to brainstorm ideas, write a PRD/tech spec/implementation plan, build a throwaway editing UI for complex data, or maintain a living design system — especially with Claude. Trigger keywords include "做计划", "实施方案", "PRD", "技术规格", "头脑风暴", "脑暴", "brainstorm", "spec", "设计系统", "design system", "让 Claude 做 plan", "用 HTML 写 spec", "可视化方案", "活的设计系统". Even if the user only mentions "想要一个方案" or "帮我规划" without explicitly saying HTML, prefer this skill — the whole point is to convert text-heavy planning into engaging HTML artifacts. All HTML output produced by this skill must be in 中文 (Simplified Chinese) by default.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jaymie-claude-tools:html-spec-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> 一句话:**"HTML 是新的 Markdown。"** —— 让人类持续在回路里(in the loop),是和 AI 协作的最大杠杆。
一句话:"HTML 是新的 Markdown。" —— 让人类持续在回路里(in the loop),是和 AI 协作的最大杠杆。
本 skill 把 Anthropic Claude Code 工程师 Thariq Shihipar 的三大工作流封装成可复用流程:
design_system.html| 用户在做什么 | 走哪个流程 | 详细说明 |
|---|---|---|
| "我有个想法/题目,帮我想想怎么做" | Workflow 1 → 头脑风暴 | references/brainstorm.md |
| "把这个想法变成完整方案/PRD/spec" | Workflow 1 → 实施计划 | references/brainstorm.md |
| "这一段表格/规则我想改,但 HTML 不好编辑" | Workflow 2 → 微应用 | references/micro-app.md |
| "新功能怎么和现有产品风格保持一致" | Workflow 3 → 设计系统 | references/design-system.md |
| 不确定 / 多目标混合 | 先问清楚再选 | 见下方"对话开场" |
不要直接动手。先用 1–2 个问题对齐:
./outputs/,文件名用拼音或英文,标题和内容用中文)对齐后立刻进入对应工作流。
写给 Claude(也就是你正在执行 skill 的那个模型)的提醒:
触发:用户给一个题目/想法,希望产出方案或计划。
两步走:
详细说明 + Prompt 模板:见 references/brainstorm.md
触发:HTML 计划里有一段(表格、决策规则、配置)很难直接手改。
做法:让 Claude 再生成一个专门用来编辑这一段的临时 HTML 工具,含输入框、按钮、复制功能。改完即扔。
详细说明 + Prompt 模板:见 references/micro-app.md
触发:要给项目建一份"活的"设计系统,或想让 AI 在新功能里保持现有风格。
做法:从代码库抽取设计 DNA → 生成 design_system.html → 在新工作中作为 context 注入。
详细说明 + Prompt 模板:见 references/design-system.md
./outputs/(如果不存在就提示用户或创建)。brainstorm-csv-dashboard.htmlplan-csv-dashboard.htmleditor-decision-rules.htmldesign-system.html<title> 和 <h1>):中文。详见 references/principles.md。要点:
如果用户给的需求太宽泛,模型容易陷入"想做完美"而停滞。脱困办法:
完整版本见 prompts/ 目录:
prompts/brainstorm.md —— 头脑风暴 promptprompts/plan.md —— 实施计划 promptprompts/micro-app.md —— 一次性编辑 UI promptprompts/design-system.md —— 设计系统抽取 promptprompts/inject-design-system.md —— 把设计系统作为 context 注入新功能 prompt每个文件都是"复制就能用"的中文 prompt 模板。
npx claudepluginhub jaymie9019/jaymie-claude-tools --plugin jaymie-toolsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.