example-workflow

Guide Claude through a multi-step plugin workflow with YAML frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Krosebrook/source-of-truth-monorepo --skill example-workflow-krosebrook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-workflow
Source: https://github.com/Krosebrook/source-of-truth-monorepo/tree/main/plugins/installed/superpowers-developing-for-claude-code/examples/full-featured-plugin/skills/workflow
Command: npx skills add https://github.com/Krosebrook/source-of-truth-monorepo --skill example-workflow-krosebrook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill serves as a reference implementation for plugin developers, demonstrating how to create workflow-based skills that guide Claude through multi-step processes. It solves the problem of structuring complex interactions and providing clear, sequential guidance within a plugin.

Core Features & Use Cases

  • Structured Workflow: Guides Claude through a defined sequence of steps: gather requirements, plan approach, execute systematically, and verify results.
  • Plugin Integration: Demonstrates how skills can reference bundled documentation (references/), call executable scripts (scripts/), use MCP server tools, and trigger plugin hooks.
  • Learning Resource: Provides a clear example for plugin developers on how to author effective, workflow-oriented skills.
  • Use Case: As a plugin developer, use this example to understand how to design a skill that orchestrates a complex task, such as a code refactoring process, by breaking it down into manageable, guided steps.

Quick Start

Explain how to structure a multi-step workflow within a Claude Code skill.

Frequently Asked Questions about example-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a multi-step workflow in Claude Code?

Structure a multi-step workflow using YAML frontmatter to define sequential steps: gather requirements, plan approach, execute systematically, and verify results. This creates clear guidance for Claude through complex plugin tasks.

Can I integrate MCP server tools and scripts into a plugin workflow?

Yes. Plugin workflows can reference bundled documentation, call executable scripts, use MCP server tools, and trigger plugin hooks to orchestrate complex tasks like code refactoring across multiple managed steps.

What's the best way to break down a complex plugin task into manageable steps?

Use a workflow-based skill design that separates the task into four phases: gather requirements, plan approach, execute systematically, and verify results. This structured breakdown guides Claude through complex orchestration predictably.

Do I need plugin development experience to use workflow automation?

This skill targets plugin developers learning to author workflow-oriented skills. It demonstrates core patterns for structuring multi-step processes, making it ideal for developers building orchestrated task skills for the first time.

How does a numbered-step workflow differ from unguided automation?

Numbered-step workflows provide explicit sequencing and verification gates at each phase, ensuring Claude follows a defined path. This structured approach prevents skipped steps and makes complex processes reproducible and debuggable.