Pac Configure
Initialize Product as Code (PAC) project structure with templates and configuration
$ npx claude-code-templates@latest --command="project-management/pac-configure" --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
Configure PAC Project
Initialize Product as Code (PAC) project structure: $ARGUMENTS
Current Project State
- Git status: !
git status --porcelain | wc -luncommitted changes - PAC structure: !
ls -la .pac/ 2>/dev/null | head -5 || echo "No PAC directory" - Existing epics: !
find .pac/epics/ -name "*.yaml" 2>/dev/null | wc -l
Task
Configure and initialize PAC project structure for version-controlled product management:
Setup Process:- Project Analysis - Validate git repository and analyze existing PAC structure
- Directory Creation - Create
.pac/structure with epics, tickets, and templates - Configuration Files - Generate
pac.config.yamlwith project metadata and defaults - Template Creation - Create epic and ticket templates following PAC v0.1.0 specification
- Initial Content - Create first epic and ticket based on user input
- Integration Setup - Configure git hooks and validation scripts
/project:pac-create-epic and /project:pac-create-ticket to manage product development.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.