pac-configure

Configure PAC (Product as Code) Project

Content Preview
# Configure PAC (Product as Code) Project

Configure and initialize a project following the Product as Code specification for structured, version-controlled product management

## Instructions

1. **Analyze Project Context**
   - Check if the current directory is a git repository
   - Verify if a PAC configuration already exists (look for epic-*.yaml or ticket-*.yaml files)
   - Parse any arguments provided: `$ARGUMENTS`
   - If PAC files exist, analyze them to understand current structure

2. *
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/pac-configure.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/project/pac-configure.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/project/pac-configure.md

Related Skills