dot-ai-worktree-prd
Create Git Worktree for PRD
Create a git worktree with a descriptive branch name based on the PRD title. This ensures feature branches have human-readable names that describe what the work is about.
Workflow
Step 1: Identify the PRD
Try to infer the PRD number from the current conversation. Look for PRD references like "PRD 353", "PRD #353", or "prd-353".
If not found in context, ask the user: "Which PRD should I create a worktree for? (e.g., 353)"
Step 2: Get the PRD Title
If the PRD content is already in the conversation context, extract the title from there.
Otherwise, read the PRD file. PRD files are in the prds/ directory with naming pattern [number]-[slug].md:
ls prds/ | grep "^[PRD_NUMBER]-"
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
29dot-ai-prd-create
Create documentation-first PRDs that guide development through user-facing content
27write-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-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