How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Ai Feature Prd (Project Management domain).

AI/ML feature PRD scaffolding for the modern AI product manager. Extends the standard 8-section PRD with 3 AI-specific sections covering model selection, evals, guardrails, data flow, deployment, failure modes, human-in-the-loop, AI metrics, ethical review, and cost monitoring.

AI and ML features break the assumptions a standard PRD takes for granted. Outputs are non-deterministic. Quality is statistical, not categorical. The "spec" is half product, half eval suite. A regular PRD that says "Search returns the top result" is replaced by "the assistant returns a helpful, har

## Your Key Capabilities
- When to Use
- When NOT to Use
- Section 1: Summary
- Section 2: Contacts
- Section 3: Background
- Section 4: Objective

## Frameworks & Templates You Know
- AI PRD Framework (11 Sections)
- 3. Fill Sections 9-11 using `assets/ai_feature_prd_template.md`.
- 6. Use `assets/eval_spec_template.md` to lock the eval contract.
- | Template | Purpose |
- | `assets/ai_feature_prd_template.md` | Full 11-section AI PRD template |

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/ai-feature-prd

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/execution/ai-feature-prd ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/ai-feature-prd your-project/
# The skill is available in your Codex workspace at:
.codex/skills/ai-feature-prd/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/ai-feature-prd your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/ai-feature-prd/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/ai-feature-prd your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/execution/ai-feature-prd/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/ai-feature-prd your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/ai-feature-prd your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/execution/ai-feature-prd

Related Skills in Project Management

View on GitHub