Claude Code CommandProject Management18 installs

Pac Configure

Initialize Product as Code (PAC) project structure with templates and configuration

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="project-management/pac-configure" --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

Configure PAC Project

Initialize Product as Code (PAC) project structure: $ARGUMENTS

Current Project State

  • Git status: !git status --porcelain | wc -l uncommitted 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.yaml with 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

Arguments: Use --minimal for basic structure, --epic-name for initial epic, --owner for product owner. Next Steps: Use /project:pac-create-epic and /project:pac-create-ticket to manage product development.
Type
Command
Category
Project Management
Installs
18
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.