example-workflow

Community

Guide multi-step processes with plugin workflows.

AuthorKrosebrook
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: example-workflow
Download link: https://github.com/Krosebrook/source-of-truth-monorepo/archive/main.zip#example-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository