Pac Update Status
Update PAC ticket status and track progress in Product as Code workflow
$ npx claude-code-templates@latest --command="project-management/pac-update-status" --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
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
- 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
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.