create-skills-workflow

Create multi-step workflow skills with micro-file architecture and state management.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/flosrn/.claude --skill create-skills-workflow-flosrn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skills-workflow
Source: https://github.com/flosrn/.claude/tree/main/skills/meta-skill-workflow-creator
Command: npx skills add https://github.com/flosrn/.claude --skill create-skills-workflow-flosrn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured framework and best practices for creating sophisticated, multi-step workflow skills that manage state, handle user decisions, and execute progressively.

Core Features & Use Cases

  • Modular Skill Development: Design complex skills using a micro-file architecture where each step is a self-contained unit.
  • State Management: Persist and manage data across different workflow steps using frontmatter and explicit state variables.
  • Interactive Workflows: Implement decision points and user interactions using the AskUserQuestion tool, with support for automatic mode.
  • Use Case: Building an AI assistant that guides a user through setting up a new software project, from initial configuration to deployment, with clear steps and user confirmations.

Quick Start

Use the create-skills-workflow skill to start building a new multi-step skill named 'data-analysis-pipeline'.

Frequently Asked Questions about create-skills-workflow

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

FAQPage Schema
How do I build multi-step AI workflows with state management?

Build multi-step AI workflows with state management using a micro-file architecture where each step is a self-contained unit. Persist data across workflow steps using frontmatter and explicit state variables to maintain context throughout complex phases.

What is progressive step loading for complex prompt engineering?

Progressive step loading for prompt engineering is a modular architecture where each workflow phase loads independently as a self-contained unit. This approach structures complex skills into distinct phases with state persistence and interactive decision points.

How do I implement interactive decision points in a developer workflow?

Implement interactive decision points in a developer workflow using the AskUserQuestion tool, which supports automatic mode for seamless execution. This enables structured user confirmations and dynamic branching within multi-step state management workflows.

When do I need a micro-file architecture for skill creation?

You need a micro-file architecture for skill creation when building complex multi-step workflows that require structured phases, state persistence, and interactive user decisions. It separates each step into a self-contained unit for modular development and progressive loading.

Can I persist state variables across different workflow steps?

Yes, you can persist state variables across different workflow steps using frontmatter and explicit state variables. This state management approach maintains data continuity throughout structured phases and interactive decision points in multi-step workflows.

What are the limitations of using a micro-file architecture for workflow skills?

The micro-file architecture for workflow skills requires managing multiple self-contained units, increasing structural complexity. It is best suited for complex multi-step skills needing state persistence, rather than simple single-step tasks that do not require interactive decision points.