Create Jira Product Discovery Idea
Workflow
- •Read the PRD file at
$ARGUMENTS - •Determine the discovery project from the file path:
- •
companycam/prds/machine_learning/→ MLD - •
companycam/prds/data_engineering/→ DED - •If unclear, ask the user which project
- •
- •Extract the title from the PRD's H1 heading (remove "PRD: " prefix if present)
- •Show the user what will be created and ask for confirmation
- •Create a Jira Idea with:
- •Summary: The PRD title
- •Description: The full PRD content (not a summary)
- •Project: MLD or DED
- •Issue type: Idea
- •Cloud ID: companycam.atlassian.net
- •Return the link to the created issue
Important
- •Full PRD content goes in the description field, not just a summary
- •Always show the user what will be created before creating it
- •Always read the PRD file fresh before creating (user may have edited it)