sample-enum-dictionary

All enums, status codes, and constant mappings found in the codebase.

Content Preview
# Enum Dictionary

All enums, status codes, and constant mappings found in the codebase.

## UserRole

**Source:** `types/user.ts`
**Type:** TypeScript enum

| Value | Label | Description |
|-------|-------|-------------|
| `admin` | Admin | Full system access, can manage all users |
| `manager` | Manager | Can view and edit users, cannot delete |
| `user` | User | Read-only access |

## STATUS_MAP

**Source:** `constants/status.ts`
**Type:** Constant map

| Key | Display Value | Color | Descrip
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/sample-enum-dictionary.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/code-to-prd/expected_outputs/sample-enum-dictionary.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/alirezarezvani/claude-skills

Then reference at product-team/code-to-prd/expected_outputs/sample-enum-dictionary.md

Related Skills