Claude Code CommandProject Management17 installs

Pac Update Status

Update PAC ticket status and track progress in Product as Code workflow

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="project-management/pac-update-status" --yes

Requires 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

Update PAC Ticket Status

Update ticket status and track progress in Product as Code workflow: $ARGUMENTS

PAC Environment Check

  • PAC directory: !ls -la .pac/ 2>/dev/null || echo "No .pac directory found"
  • Active tickets: !find .pac/tickets/ -name "*.yaml" 2>/dev/null | wc -l
  • Recent updates: !find .pac/tickets/ -name "*.yaml" -mtime -7 2>/dev/null | wc -l

Task

Update PAC ticket status and track development progress:

Arguments:
  • --ticket : Ticket ID to update (or select interactively)
  • --status : New status (backlog/in-progress/review/blocked/done/cancelled)
  • --assignee : Update assignee
  • --comment : Add progress comment
  • --epic : Filter tickets by epic for selection

Status Update Process:
  • Validate PAC environment and locate ticket
  • Load current ticket state and validate status transitions
  • Update ticket YAML with new status and timestamp
  • Handle status-specific actions (branch creation, PR suggestions)
  • Update parent epic with ticket progress
  • Generate status update summary with next actions

Valid Status Transitions: backlog→in-progress→review→done, with blocked/cancelled as intermediate states. Git Integration: Suggests branch creation for in-progress, PR creation for review, and merge for done status.
Type
Command
Category
Project Management
Installs
17
Source
GitHub ↗

Related Claude Code Commands

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.