designing-workflow-skills

Design multi-step Claude Code workflow skills with routing and safety gates.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/erenisiklar/Pusula --skill designing-workflow-skills-erenisiklar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: designing-workflow-skills
Source: https://github.com/erenisiklar/Pusula/tree/main/.claude/skills/designing-workflow-skills
Command: npx skills add https://github.com/erenisiklar/Pusula --skill designing-workflow-skills-erenisiklar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

Guides the design and structuring of workflow-based Claude Code skills with multi-step phases, decision trees, subagent delegation, and progressive disclosure. Use when creating skills that involve sequential pipelines, routing patterns, safety gates, task tracking, phased execution, or any multi-step workflow. Also applies when reviewing or refactoring existing workflow skills for quality.

Frequently Asked Questions about designing-workflow-skills

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

FAQPage Schema
How do I design a multi-step workflow for Claude Code?

To design a multi-step workflow for Claude Code, use a structured six-phase process that enforces pattern selection, phase definitions, tool assignment, and progressive disclosure to create robust sequential pipelines with safety gates.

What is progressive disclosure in Claude Code skill design?

Progressive disclosure in Claude Code skill design is an organizational strategy that structures workflow phases, reference materials, and tool assignments so complex subagent delegation and routing patterns are revealed sequentially rather than all at once.

Can I use this approach to refactor existing Claude Code workflow skills?

Yes, you can use this six-phase design process to review and refactor existing Claude Code workflow skills by re-evaluating their routing patterns, safety gates, phase definitions, and subagent delegation for improved quality and robustness.

When should I implement safety gates in a Claude Code workflow?

You should implement safety gates in a Claude Code workflow when designing multi-step sequential pipelines that require subagent delegation, task tracking, and routing patterns to ensure controlled execution and prevent errors across phases.

What's the best way to structure routing patterns and subagent delegation in Claude Code?

The best way to structure routing patterns and subagent delegation in Claude Code is by applying a six-phase design process that enforces pattern selection, defines phases explicitly, assigns tools, and organizes references using progressive disclosure.