Create Workflow

Author a brand-new workflow definition (no workflow exists yet). Two dispatch channels: (1) task dispatch — the master consolidates the application's user tasks into a reusable workflow; (2) chat dispatch — author from the user's explicit description or the work done so far in this conversation (the master in team mode, or the solo agent in solo mode). Each node gets an agent for its role the SAME way in solo and team — reuse an existing agent, or author the sub-agent's full spec INLINE on the workflow via `agent_specs`; mode affects only close-out (chat vs tasks), never how nodes get their agents. Use when: asked to create a workflow from prior tasks, "build a workflow that…", "create a workflow based on the work done so far in this chat", or told to use the create-workflow skill. NOT for: editing an existing workflow (use update-workflow), polishing a template import (use import-workflow), executing or scheduling workflows.

clode-labs Updated

File contents

clode-labs/aramb-skills/tree/main/create-workflow commit 5fff6c2e9b

Frequently asked questions

npx skillmds@latest add clode-labs/create-workflow