example-workflow

Use when demonstrating plugin workflow features - shows how skills can guide multi-step processes

Content Preview
---
name: example-workflow
description: Use when demonstrating plugin workflow features - shows how skills can guide multi-step processes
---

# Example Workflow Skill

## Overview

This skill demonstrates how to create a workflow-based skill that guides Claude through a multi-step process. It serves as a reference implementation for plugin developers.

## When to Use

This is an example skill for learning purposes. In a real plugin, you would:
- Use when specific conditions match the skill's do
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/example-workflow.md \
  https://raw.githubusercontent.com/obra/superpowers-developing-for-claude-code/main/examples/full-featured-plugin/skills/workflow/SKILL.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/obra/superpowers-developing-for-claude-code

Then reference at examples/full-featured-plugin/skills/workflow/SKILL.md

Related Skills