# Create Prd

> Create a Product Requirements Document for a CompanyCam project. Use when the user wants to write a PRD or document requirements for a new feature. Use when this capability is needed.

- Skill: `tomevault-io/create-prd` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/create-prd`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/create-prd/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/create-prd

---


# Create Product Requirements Document

## Workflow

1. **Gather requirements** - Ask clarifying questions one at a time:
   - What problem are we solving?
   - What's the proposed solution approach?
   - What are the success criteria?
   - What team owns this? (ML or Data Engineering)

2. **Determine file location** based on team:
   - Machine Learning → `companycam/prds/machine_learning/`
   - Data Engineering → `companycam/prds/data_engineering/`

3. **Create the PRD** using the template at [template.md](template.md):
   - Fill in sections based on gathered information
   - Leave placeholder text for sections that need more detail
   - Use lowercase_with_underscores for filename

4. **Create the file** using the Write tool, then commit via nb:
   ```bash
   nb git add companycam/prds/<team>/<filename>.md
   nb git commit -m "[nb] Add: companycam/prds/<team>/<filename>.md"
   ```

5. **Offer Jira integration** - Ask if user wants to add to the discovery board:
   - If yes, use the `create-idea` skill with the PRD path

## Guidelines

- Ask clarifying questions one at a time so the user can give complete answers
- Include unfilled template sections for future completion
- Always read the PRD file before creating Jira issue (user may copy-edit)
- PRDs should be concise - cut the fat
- Read an existing PRD in the target folder first to match conventions (Jira link format, section style)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/theantichris) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

