dot-ai-prd-create
PRD Creation Slash Command
Instructions
You are helping create a Product Requirements Document (PRD) for a new feature. This process involves two main components:
- GitHub Issue: Short, immutable concept description that links to the detailed PRD
- PRD File: Project management document with milestone tracking and implementation plan
Process
Step 1: Understand the Feature Concept
Ask the user to describe the feature idea to understand the core concept and scope.
Step 2: Create GitHub Issue FIRST
Create the GitHub issue immediately to get the issue ID. This ID is required for proper PRD file naming.
IMPORTANT: Add the "PRD" label to the issue for discoverability.
More from vfarcic/dot-ai
dot-ai-prd-next
Analyze existing PRD to identify and recommend the single highest-priority task to work on next
29write-docs
Write documentation with real, validated examples. Executes commands through the user to capture actual output. Use for any new documentation or major doc updates.
26dot-ai-worktree-prd
Create a git worktree for PRD work with a descriptive branch name. Infers PRD from context or asks user.
25dot-ai-prd-start
Start working on a PRD implementation
24dot-ai-prd-close
Close a PRD that is already implemented or no longer needed
24dot-ai-prd-update-decisions
Update PRD based on design decisions and strategic changes made during conversations
24