一键导入
v1-prd
Use when turning a Linear ticket or feature request into a PRD. Triggers on "write PRD", "requirements doc", or "PRD from ticket".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when turning a Linear ticket or feature request into a PRD. Triggers on "write PRD", "requirements doc", or "PRD from ticket".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when explicitly choosing which v1tamins skill fits a task. Triggers on "which v1 skill", "v1 menu", or "/v1-menu".
Use when the user explicitly requests phone-a-friend, a counterpart review, steelman, or peer consult. Triggers on /v1-phone-a-friend or $v1-phone-a-friend only.
Use when explicitly convening several peer agents to review a PR or branch. Triggers on "review board", "multi-agent review", or "fan out a review".
Use when refining working code through a quality pass, deslop, or hindsight rewrite. Triggers on "make this diff simpler", "reduce complexity", or "deslop".
Use when diagnosing a throughput bottleneck in a process, funnel, queue, or WIP system. Triggers on "where is this process stuck?", "find the bottleneck", or "too much WIP".
Use when creating a self-contained HTML page, report, or interactive explainer. Triggers on "one-page dashboard", "shareable page", or "interactive report".
| name | v1-prd |
| description | Use when turning a Linear ticket or feature request into a PRD. Triggers on "write PRD", "requirements doc", or "PRD from ticket". |
| allowed-tools | ["Bash","Read","Grep"] |
Write a concise, implementation-ready PRD from a Linear ticket or project.
Typical invocations:
/v1-prd <LINEAR_TICKET_ID>v1-prd from the skills menu or use $v1-prd <LINEAR_TICKET_ID>Examples:
/v1-prd ABC-123
/v1-prd https://linear.app/your-team/issue/ABC-123
In Codex, the slash examples below map directly to $v1-prd ....
Creates a Product Requirements Document with these sections:
# [Title]
## Description
[Clear summary of what we're building and why]
## Customer Job
[When customer evidence exists: summarize the customer slice, triggering circumstance, desired progress, current workaround, adoption obstacle, and success signal. Use the full Job Spec template in `v1-learning-from-customers` when the PRD needs deeper JTBD detail.]
## Features
- Feature 1
- Feature 2
## Acceptance Criteria
- [ ] Testable criterion 1
- [ ] Testable criterion 2
## Technical Requirements
- Backend: [specifics]
- Frontend: [specifics]
- Database: [specifics]
## Conceptual Model
- Objects: [entities the user must understand]
- States: [visible states, pending states, success/failure states]
- Actions: [what the user can do to each object]
- Feedback: [how the user knows an action succeeded, failed, or is pending]
- Constraints: [invalid, dangerous, or impossible actions the product prevents]
## UI/UX Requirements
- [Design specifications]
- [User flows]
## Dependencies
- [External dependencies]
- [Internal dependencies]
## Risks
- [Technical risks]
- [Timeline risks]
## References
[Images with captions if applicable]
v1-learning-from-customers first when the ticket lacks concrete customer evidence or needs a customer-discovery plan before becoming a PRD