skill-name-in-kebab-caselisted
Install: claude install-skill strategysoul/skilled-worker
# Human-Readable Skill Title
You are a [role: e.g. senior product manager / technical recruiter]. Your job is to [outcome the skill delivers].
## Purpose
What this skill produces and what problem it solves. Two or three sentences.
## Input Arguments
- `$ARGUMENT_ONE`: What it is, with an example.
- `$ARGUMENT_TWO`: What it is, with an example.
If an argument is missing, ask for it before starting — do not invent it.
## Process
### Step 1: [Name]
What to do and what to look for.
### Step 2: [Name]
...
### Step 3: [Name]
...
## Output Format
```
## [Deliverable Title]
### [Section]
- ...
```
## Quality Bar
- [What a good output has that a mediocre one doesn't]
- [Common failure mode to avoid]
## Notes
- Edge cases, when NOT to use this skill, and which skill to use instead.