pac-create-epic

Create a new epic following the Product as Code specification with guided workflow

Content Preview
# Create PAC Epic

Create a new epic following the Product as Code specification with guided workflow

## Instructions

1. **Validate PAC Configuration**
   - Check if `.pac/` directory exists
   - Verify PAC configuration file exists at `.pac/pac.config.yaml`
   - If not configured, suggest running `/project:pac-configure` first
   - Parse arguments: `$ARGUMENTS`

2. **Epic Information Gathering**
   - If arguments provided, parse:
     - `--name <name>`: Epic name
     - `--description <desc>`
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/pac-create-epic.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/project/pac-create-epic.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-create-epic.md

Related Skills