← ClaudeAtlas

designing-workflow-skillslisted

Design, refactor, package, merge, or restructure runtime-neutral workflow skills whose multi-step behavior spans executable coordination, validated skill settings, event-triggered guards, MCP or external-tool services, delegated workers, and explicit command entrypoints. Use when workflows need routing, phases, concurrency, dependencies, resume, bounded loops, configurable behavior, safety gates, progressive disclosure, validated adapters, or durable failure recovery, when bundling skills and components for host discovery and distribution, when absorbing or consolidating one or many skills into one target without losing capabilities or copying host-specific syntax into core guidance, and when auditing or safely moving the files of a skill, bundle, or the repository holding them without breaking discovery, imports, builds, tests, or packaging.
clearlane/workflow-skills · ★ 0 · AI & Automation · score 65
Install: claude install-skill clearlane/workflow-skills
# Designing Workflow Skills Put workflow control in executable orchestration. Keep core instructions focused on activation, inputs, invariants, safety boundaries, coordinator entry, and direct links to needed resources. ## When to Use Use this skill when creating or refactoring a reusable skill whose behavior needs one or more of: - Branching, bounded concurrency, retries, dependencies, loops, checkpoints, or resume. - Durable state or partial-failure recovery across multiple work items. - Approval immediately before destructive or irreversible actions. - Runtime-neutral setup and pre-flight checks, or adapters for events, external tools, delegated workers, commands, or layered settings. - Progressive disclosure across core instructions, references, scripts, examples, and output assets. - Packaging skills and components as a bundle a host discovers, loads, and distributes. - Merging or consolidating several skills, or folding an upstream skill into an existing one, without losing capability coverage. - Auditing or moving the files of a skill, bundle, or its repository when the current layout contradicts discovery, ownership, or packaging. ## When Not to Use Do not use this skill for: - A single direct task with no reusable workflow contract. - Simple instructions whose order does not branch, retry, resume, or coordinate independent work. - Generic skill copy-editing, one-time skill review, or host-specific syntax lookup without workflow design. - Application orchestrat