一键导入
to-prd
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Non-technical install guide and onboarding walkthrough for TeamBrain. Reads INSTALL.md and narrates each step in plain Chinese for non-developers. Handles install errors by matching against known error patterns and explaining the fix aloud. Use when: "install", "onboarding", "walkthrough", "pnpm 是什么", "怎么安装", "我装不上", "non-technical install", "帮我安装", "安装步骤", "第一次使用", "how do I install", "set up this project".
[ARCHIVED] The visual-proof-pr local dev-loop skill has been archived to docs/legacy/skills/visual-proof-pr/. This stub stays at the original path so references to .claude/skills/visual-proof-pr/ do not break. Do NOT trigger this skill — it no longer carries an active workflow.
Visual-proof guided PR workflow: design-shotgun variants → design-html finalization → Chrome pop-open human verify → implement → /review → squash-merge PR. Use when: "implement visual-proof PR", "visual proof workflow", "design → PR" Triggers: visual proof PR, design to PR, implement with visual proof
TeamBrain repo **24h window delta** report — 拉过去 N 小时窗口内 PR/issue 的创建/合并/关闭事件,按主题(features/bugfixes/docs/infra)分组,鸭语汇报。仅当用户问 `what happened since yesterday` / `explore today's issues and PRs` / `daily standup` / `/daily-standup` / `今天的 issue 和 PR` / `昨天到今天发生了啥` / `show me yesterday's activity` / `过去 24 小时 GitHub 活动` / `9 点到 9 点发生了什么` 这类**时间窗口 delta 类**问题时触发。**不要在以下情况触发**:(a) 用户问当前快照(`status of all issues` / `所有 open issue` → 用 `repo-issues-status` skill);(b) 用户问今日开工晨报(`/newday` → 用 `newday` skill,覆盖 worktree + 当前开放工作而非 24h delta);(c) 用户问单 issue/PR 状态(`#330 怎么样` → 用 `gh issue view`/`gh pr view`)。匹配命中后默认拉 yesterday 09:00 +0800 → today 09:00 +0800 的窗口,事件按 PRs merged / created / closed-without-merge / 还开着 + Issues created / closed / 还开着 六桶分组,再按主题二次归类,全文用 呷呷~ 鸭鸭 口吻包裹。
TeamBrain repo **24h window delta** report — 拉过去 N 小时窗口内 PR/issue 的创建/合并/关闭事件,按主题(features/bugfixes/docs/infra)分组,鸭语汇报。仅当用户问 `what happened since yesterday` / `explore today's issues and PRs` / `daily standup` / `/daily-standup` / `今天的 issue 和 PR` / `昨天到今天发生了啥` / `show me yesterday's activity` / `过去 24 小时 GitHub 活动` / `9 点到 9 点发生了什么` 这类**时间窗口 delta 类**问题时触发。**不要在以下情况触发**:(a) 用户问当前快照(`status of all issues` / `所有 open issue` → 用 `repo-issues-status` skill);(b) 用户问今日开工晨报(`/newday` → 用 `newday` skill,覆盖 worktree + 当前开放工作而非 24h delta);(c) 用户问单 issue/PR 状态(`#330 怎么样` → 用 `gh issue view`/`gh pr view`)。匹配命中后默认拉 yesterday 09:00 +0800 → today 09:00 +0800 的窗口,事件按 PRs merged / created / closed-without-merge / 还开着 + Issues created / closed / 还开着 六桶分组,再按主题二次归类,全文用 呷呷~ 鸭鸭 口吻包裹。
CEO 鸭的"今日开工"晨报 — 从远程拉取代码、检查所有 worktree、汇总开放 PR 与 issue,并用非技术语言告诉鸭老板"今天有什么决策要做、有什么活儿可以推进"。手动触发:/newday。
| name | to-prd |
| description | Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context. |
This skill takes the current conversation context and codebase understanding and produces a PRD. Do NOT interview the user — just synthesize what you already know.
The issue tracker and triage label vocabulary should have been provided to you — run /setup-matt-pocock-skills if not.
Explore the repo to understand the current state of the codebase, if you haven't already. Use the project's domain glossary vocabulary throughout the PRD, and respect any ADRs in the area you're touching.
Sketch out the major modules you will need to build or modify to complete the implementation. Actively look for opportunities to extract deep modules that can be tested in isolation.
A deep module (as opposed to a shallow module) is one which encapsulates a lot of functionality in a simple, testable interface which rarely changes.
Check with the user that these modules match their expectations. Check with the user which modules they want tests written for.
needs-triage triage label so it enters the normal triage flow.The problem that the user is facing, from the user's perspective.
The solution to the problem, from the user's perspective.
A LONG, numbered list of user stories. Each user story should be in the format of:
This list of user stories should be extremely extensive and cover all aspects of the feature.
A list of implementation decisions that were made. This can include:
Do NOT include specific file paths or code snippets. They may end up being outdated very quickly.
Exception: if a prototype produced a snippet that encodes a decision more precisely than prose can (state machine, reducer, schema, type shape), inline it within the relevant decision and note briefly that it came from a prototype. Trim to the decision-rich parts — not a working demo, just the important bits.
A list of testing decisions that were made. Include:
A description of the things that are out of scope for this PRD.
Any further notes about the feature.