Pac Create Ticket
Create new PAC ticket within an epic following Product as Code specification
$ npx claude-code-templates@latest --command="project-management/pac-create-ticket" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Create PAC Ticket
Create a new ticket within an epic following Product as Code specification: $ARGUMENTS
PAC Configuration Check
- PAC directory: !
ls -la .pac/ 2>/dev/null || echo "No .pac directory found" - PAC config: @.pac/pac.config.yaml (if exists)
- Available epics: !
ls -la .pac/epics/ 2>/dev/null | head -10
Task
Create a new Product as Code ticket within an existing epic:
Arguments:- Ticket name (required if not using --name flag)
- --epic
: Parent epic ID (required) - --type
: Ticket type (feature/bug/task/spike) - --assignee
: Assigned developer - --priority
: Priority level - --create-branch: Automatically create git branch
- Validate PAC configuration exists (suggest
/project:pac-configureif missing) - Select or validate parent epic
- Generate unique ticket ID and sequence number
- Create ticket YAML file following PAC v0.1.0 specification in
.pac/tickets/[ticket-id].yaml - Include required metadata: id, name, epic, created timestamp, assignee
- Add spec with description, type, status, priority, acceptance criteria, tasks
- Link ticket to parent epic
- Create git branch if requested
If information is missing, prompt user interactively for ticket details.
Next Steps: Use/project:pac-update-status to track ticket progress.Related Claude Code Commands
Todo
Manage project todos in todos.md file
Create Prd
Create Product Requirements Document (PRD) for new features
Init Project
Initialize new project with essential structure, configuration, and development environment setup
Create Feature
Scaffold new feature with boilerplate code, tests, and documentation
Project Health Check
Analyze overall project health and generate comprehensive metrics report
Create Prp
Create comprehensive Product Requirement Prompt (PRP) with research and validation
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.