Pac Validate
Validate Product as Code project structure and files for PAC specification compliance
$ npx claude-code-templates@latest --command="project-management/pac-validate" --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
Validate PAC Structure
Validate Product as Code project structure and files for PAC specification compliance: $ARGUMENTS
Current PAC State
- PAC directory: !
ls -la .pac/ 2>/dev/null || echo "No .pac directory found" - Configuration: @.pac/pac.config.yaml (if exists)
- Epic count: !
find .pac/epics/ -name "*.yaml" 2>/dev/null | wc -l - Ticket count: !
find .pac/tickets/ -name "*.yaml" 2>/dev/null | wc -l
Task
Comprehensive validation of PAC project structure and specification compliance:
Validation Scope: Use $ARGUMENTS for specific files/epics or validate entire PAC structure Validation Checks:- Structure Validation - Directory structure and required files
- Configuration Compliance - PAC config file format and values
- Epic Validation - YAML syntax, required fields, and spec compliance
- Ticket Validation - Format, metadata, and epic references
- Cross-Reference Integrity - Epic-ticket relationships and dependencies
- Data Consistency - Timestamps, status transitions, and ID uniqueness
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.