Skip to main content
ClaudeWave
Skill292 repo starsupdated 2d ago

<phase-or-classification-skill-name>

I don't have the actual content filled in for this Claude Code skill template. The item you've shared contains placeholder text in angle brackets (like `<phase-or-classification-skill-name>` and `<Skill Title>`) rather than specific details about what the skill does. To write an accurate, factual description for ClaudeWave, I would need the template completed with the actual skill name, purpose, instructions, and use cases. Please provide the filled-in version of this skill definition.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/product-on-purpose/pm-skills /tmp/-phase-or-classification-skill-name- && cp -r /tmp/-phase-or-classification-skill-name-/docs/templates/skill-template ~/.claude/skills/-phase-or-classification-skill-name-
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->

# <Skill Title>

<One paragraph overview of what this skill produces and why it matters.>

## When to Use

- <Situation 1>
- <Situation 2>
- <Situation 3>

## When NOT to Use (Optional)

- <Common misuse to avoid>
- <When another skill is a better fit>

## Instructions

When asked to <create artifact>, follow these steps:

1. **<Step 1 Title>**
   <What to do and why>

2. **<Step 2 Title>**
   <What to do and why>

3. **<Step 3 Title>**
   <What to do and why>

4. **<Step 4 Title>**
   <What to do and why>

## Output Contract

Use `references/TEMPLATE.md` as the output format. A complete response should:

- <Required element 1>
- <Required element 2>
- <Required element 3>

## Quality Checklist

Before finalizing, verify:

- [ ] <Quality criterion 1>
- [ ] <Quality criterion 2>
- [ ] <Quality criterion 3>

## Examples

See `references/EXAMPLE.md` for a completed example.