pac-create-ticket

Create a new ticket within an epic following the Product as Code specification

Content Preview
# Create PAC Ticket

Create a new ticket within an epic following the Product as Code specification

## Instructions

1. **Validate PAC Environment**
   - Verify `.pac/` directory exists
   - Check PAC configuration at `.pac/pac.config.yaml`
   - If not configured, suggest running `/project:pac-configure`
   - Parse arguments from: `$ARGUMENTS`

2. **Epic Selection**
   - If `--epic <epic-id>` provided, validate epic exists
   - Otherwise, list available epics from `.pac/epics/`:
     - Show epi
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/pac-create-ticket.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/project/pac-create-ticket.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/project/pac-create-ticket.md

Related Skills