create-workflow-command

Installation
SKILL.md

Create Workflow Command

Create a command that orchestrates multi-step workflows by dispatching sub-agents with task-specific instructions stored in separate files.

User Input

Workflow Name: $1
Description: $2

Architecture Overview

Workflow commands solve the context bloat problem: instead of embedding detailed step instructions in the main command (polluting orchestrator context), store them in separate task files that sub-agents read on-demand.

Installs
696
GitHub Stars
1.2K
First Seen
Apr 23, 2026
create-workflow-command — neolabhq/context-engineering-kit