prd-creating-tickets

star 0

Use when you are the scrummaster you've been asked to create a ticket

J3S5E By J3S5E schedule Updated 6/14/2026

name: prd-creating-tickets description: Use when you are the scrummaster you've been asked to create a ticket user-invocable: false

Creating Tickets for the PRD system

The only tool you need access to is the prd-system_create tool No need to ask for any further questions just call it and pass in what you think a good name/description for the ticket is Dont make assumptions Only ask the user for more information if you think the ticket is way too vague that no one will understand it later.

Examples where it is ok to ask questions:

  • "Fix the bug"
  • "Create a new button"

Examples where it is NOT ok to ask questions:

  • "Fix the lint errors"
  • "Reduce spacing before the footer"

Using the tool

you need ticket name and description

Jira ticket id can also be included

you also need the git repo name - !gh repo view --json name -q ".name"

you also need the targetBranch - this is the branch the implementation PR will merge into. Check current branch with git branch --show-current. When creating subtickets, the subtask automatically inherits the parent's featureBranch as its targetBranch (subtaks branch off the parent's feature branch, not off main).

Install via CLI
npx skills add https://github.com/J3S5E/setup --skill prd-creating-tickets
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator