---
name: my-skill
description: "Use when [specific triggering conditions - what symptom or situation activates this skill]"
user-invocable: true
argument-hint: "[arguments description]"
allowed-tools: Read, Write, Edit, Bash, Glob, Grep
---

# /my-skill - Skill Title

Core principle in 1-2 sentences. What this skill enforces or enables.

**Target:** $ARGUMENTS

## When to Use

- [Situation or symptom 1]
- [Situation or symptom 2]
- [Situation or symptom 3]
- NOT for: [when NOT to use this skill]

## Workflow

### Step 1: [Action Name]

1. [Specific instruction]
2. [Specific instruction]
3. [Specific instruction]

**Output:**
```markdown
## Step 1 Result
[Expected output format]
```

**BLOCKED** until [condition is met].

### Step 2: [Action Name]

1. [Specific instruction]
2. [Specific instruction]

**Output:**
```markdown
## Step 2 Result
[Expected output format]
```

### Step 3: [Action Name]

1. [Specific instruction]
2. [Specific instruction]

## Verification Protocol

**Before claiming this skill execution is complete:**

1. [What command to run as proof]
2. [What output to check]
3. [What condition must be true]

## Anti-Rationalization

| Excuse | Reality |
|--------|---------|
| "[Common excuse 1]" | [Why it's wrong and what to do instead] |
| "[Common excuse 2]" | [Why it's wrong and what to do instead] |
| "[Common excuse 3]" | [Why it's wrong and what to do instead] |
| "[Common excuse 4]" | [Why it's wrong and what to do instead] |
| "[Common excuse 5]" | [Why it's wrong and what to do instead] |

## Rules

1. **[Rule 1]** - [Brief explanation]
2. **[Rule 2]** - [Brief explanation]
3. **[Rule 3]** - [Brief explanation]

## Output

```
──── /my-skill ────
Target: $ARGUMENTS

Step 1: [result] ✓
Step 2: [result] ✓
Step 3: [result] ✓

──── Summary ────
[Key metrics or outcomes]
```
