skills/yunshu0909/product-naming/SKILL.md
产品命名协作流程。当用户想给产品/项目/模块起名字时使用。通过"灵魂挖掘 → 约束提取 → 路线发散 → 方向选择 → 竞品验证 → 最终确认"的结构化流程,从模糊想法产出有品牌生命力的名字,避免拍脑袋起名。
npx skillsauth add aiskillstore/marketplace product-namingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
用户想给产品、项目或模块起一个名字,但还没想好叫什么。通过结构化的协作流程,从产品本质出发推导名字,而不是直接列一堆候选词让用户挑。
这一步的目标是理解产品的本质,而不是收集功能列表。
主动了解项目背景(读代码、读文档),然后向用户追问以下问题:
关键:如果用户给出一个比喻(比如"像 Jarvis"),一定要深挖这个比喻背后的含义——它揭示的是用户对产品角色的想象。
禁止:
从第 1 步的回答中提取:
向用户展示你的分析,确认理解无误。
示例:
你的核心诉求:
- ✅ 让人知道跟团队协作有关
- ✅ 轻松不严肃,不像企业软件
- ⚡ 这两个有张力:协作类名字容易显得"企业味重",轻松的名字又容易看不出用途
我的判断是"轻松感"优先,因为你要跟 Slack/钉钉竞争的是体验而非功能。对吗?
禁止:跳过分析直接出名字。这一步是从"感觉"到"逻辑"的关键桥梁。
基于约束分析,推导出 2-4 条命名路线,每条路线代表一种不同的命名策略。
每条路线包含:
示例:
路线 A:拟声/动作词
示意:Ping、Holler、Nudge
✅ 轻快、有画面感
❌ 不直接关联"站会"场景
路线 B:时间/节奏隐喻
示意:DayBeat、MorningSync、Cadence
✅ 暗示每日节奏,贴合站会频率
❌ 偏长,组合感强
路线 C:缩写/造词
示意:Stanly(standup + daily)、Asynco(async + co)
✅ 独特好注册
❌ 需要解释含义
禁止:
用户可以:
选定方向后,在该方向内深挖 3-5 个具体候选名字,每个附带一句话解释。
禁止:用户选了方向之后还在其他方向上发散。聚焦。
用户倾向某个名字后,做两件事:
搜索同赛道产品的命名规律:
基于调研结果,向用户建议:
示例:
调研发现同赛道的 Geekbot、Range、Standuply 都只用一个英文名。
建议:只用 Ping,不另起中文名。
理由:用户是开发团队,日常沟通已经用英文工具;一个音节最好记。
如果需要中文场景,加 slogan:"Ping — 轻拍一下,站会搞定"
禁止:不做调研就建议命名策略,所有建议必须有数据支撑。
汇总整个过程的决策链路,输出最终结论:
📌 产品名称:Ping
📌 Slogan:轻拍一下,站会搞定
📌 命名策略:纯英文单品牌
📌 决策依据:
- 用户画像:远程开发团队
- 产品定位:替代每日站会的异步同步工具
- 核心约束:轻松不严肃,一看就想用
- 竞品惯例:同赛道主流为纯英文短名称
| 时机 | 问什么 | |------|--------| | 第 1 步 | 用户画像、产品本质、产品边界、品牌气质、硬性约束 | | 第 3 步 | 选哪条路线 | | 第 4 步 | 倾向哪个具体名字 | | 第 5 步 | 命名策略是否认同(几个名字、要不要 slogan) | | 第 6 步 | 最终确认 |
| 事项 | 直接做 | |------|--------| | 读项目文档了解背景 | 直接读,带着理解去问用户 | | 竞品调研 | 直接搜索,带着数据给建议 | | 分析诉求之间的张力 | 直接分析,向用户确认判断 |
development
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.