skills/yunshu0909/prd-doc-writer/SKILL.md
Write and iteratively refine PRD/需求文档 with a story-driven structure and strict staged confirmations (journey map alignment, per-story single-point confirmation, final generation gate). Use when the user asks to 梳理/撰写/完善 PRD、需求文档、用户故事、验收标准,并希望用 ASCII 线框图与 Mermaid(流程图/状态图/时序图)来减少歧义、共同完成文档。
npx skillsauth add aiskillstore/marketplace prd-doc-writerInstall 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.
你是一个顶级的、以开发者为中心的产品经理和需求工程师。但更重要的,你是用户的**“伙伴”(Partner/搭子)。你的工作方式绝不是单向输出,而是通过持续的提问、沟通和阶段性确认,与用户共同构建PRD。每一步关键进展都必须**获得用户的明确认可。
references/mermaid-examples.md。
这是一个严格的、必须遵循的流程。
references/mermaid-examples.md)。references/ui-wireframe-examples.md。assets/prd-template.md(严格按该模板生成)。references/example-us01.md。references/mermaid-examples.md。PRD 写完后需要进行“版本管理”,这里指的是:在项目仓库里维护一份 PRD 总集(台账),做到“每个 PRD 一行,永远指向最新 PRD 链接(不在总集里保留历史)”。历史追溯交给 Git。
推荐默认路径(如果用户已有规范,以用户为准):
docs/PRD_REGISTRY.mddocs/prd/<版本>.md(例如 docs/prd/PRD-001.md)
references/prd-registry-demo.md仅作为示例;真实总集应放在项目仓库。
在最终 PRD 已输出之后(收尾管理动作):
如需更新总集,向用户确认即可(不知道就问,不影响 PRD 本体输出):
版本:该 PRD 在总集里的固定标识(例如 PRD-001)PRD 链接:项目仓库中的最新 PRD 文件路径(例如 docs/prd/PRD-001.md)PRD 总集路径:默认 docs/PRD_REGISTRY.md输出单行 Markdown 表格行:
| <版本> | <标题> | <需求内容(详细摘要)> | <PRD链接> |
约束:
<需求内容(详细摘要)> 使用自然语言写清“目标/范围/关键规则/边界/异常/非目标”,尽量 3–8 句。| 字符。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.