此 Skill 指导 Gemini 将一个高阶的产品想法,通过结构化的分析与协作,转化为一份详尽、可执行的产品需求文档(PRD)。
npx skills add https://github.com/cafe3310/public-agent-skills --skill prd-writer
本 Skill 的核心目标是协助用户,将一个初步的产品构想或迭代需求,系统化地发展成一份完整的、符合业界标准的、可直接用于研发团队排期的产品需求文档(PRD)。
Agent 在此流程中扮演着商业分析师和产品经理的角色,通过一系列结构化的步骤,主动引导对话、澄清需求、对齐认知,并最终完成文档的撰写。
当用户提出以下类型的需求时,应激活此 Skill:
本 Skill 的工作流程被定义在 references/workflow-and-best-practices.md 文件中。在开始任务前,必须首先阅读并严格遵循该文档中定义的 7 步工作流。
本 Skill 提供了一个标准的 PRD 模板,以确保产出文档的专业性和完整性。
assets/PRD-Template.mdprd-writer Skill,并简要说明你将遵循一个结构化的流程来合作。references/workflow-and-best-practices.md 中定义的步骤推进。不要跳过任何一步,尤其是与用户确认和对齐的步骤(第 3、4、5 步)。search_file_content、glob、read_file 和 write_file 工具来完成信息收集、分析和文档撰写。This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
-Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes.
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
Standardize how an AI-collaboration project turns work into reusable knowledge. Use when initializing or retrofitting Project Cairn in a project, recording progress after meaningful work, maintaining AGENTS/CLAUDE/cairn docs, auditing project knowledge for drift or missing records, pulling and citing external knowledge, or graduating validated project experience into a reusable knowledge base.
Persistent memory and context management for AI agents using OpenContext. Keep context across sessions/repos/dates, store conclusions, and provide document search workflows.
> PARA method knowledge management for Obsidian vaults. Use this skill whenever the user wants to organize notes using PARA (Projects, Areas, Resources, Archive), classify a note into a PARA category, route a note to the right vault folder, normalize frontmatter fields, run a PARA hygiene review, suggest archiving, audit vault structure, or process new knowledge inputs into an existing PARA-based vault. Also trigger when the user mentions inbox processing, vault cleanup, note classification, PARA review, or asks "where does this note belong?". Works with existing Obsidian skills (obsidian-markdown, obsidian-cli) — never replaces them.
Keeps implementation and specs in sync. Use when working on a feature that has a spec in .agents/specs/, when the user says /spec, or when starting implementation of a documented feature. Also use when the user asks to verify implementation against a spec or update a spec after changes.
Build and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused "brains" from their observation history, ask questions about past work patterns, or compile expertise on specific topics.
Take cafe3310/prd-writer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.