Loading...
Loading...
This skill should be used when the user asks to "create a workflow", "run a workflow", "design a task pipeline", "execute a workflow", "resume a workflow", or "plan a multi-step automation". Creates and executes custom, repeatable workflows with multiple steps that can each use different AI models and run in parallel waves. Triggers on: 'create workflow', 'run workflow', 'execute workflow', 'workflow plan', 'workflow run', 'resume workflow', 'multi-step workflow', 'task pipeline', 'automation'.
npx skill4agent add somnio-software/somnio-ai-tools workflow-builder| Mode | When to use | Reference |
|---|---|---|
| Plan | User wants to create or design a new workflow | |
| Run | User wants to execute, resume, or re-run a workflow | |
$ARGUMENTSreferences/plan.mdreferences/run.md$ARGUMENTSplanreferences/plan.md$ARGUMENTSrunreferences/run.md.somnio/workflows/<name>/.somnio/workflows/<name>/
├── context.md — Manifest with step list and metadata
├── 01-<step-name>.md — Step 1 prompt
├── 02-<step-name>.md — Step 2 prompt
├── ...
├── config.claudecode.json — Model assignments (optional)
├── progress.json — Execution state (auto-generated)
└── outputs/ — Step output files (auto-generated)researchplanningexecutionneeds{output_path}{step_N_output}needs