What problem does it solve?
This Skill removes the tedium of manually building Coze workflows by generating fully structured, import-ready workflow definitions from a natural-language description.
Core Features & Use Cases
- Generates Coze workflow ZIPs for coze.cn import: Produces correctly formatted ZIP packages containing
MANIFEST.yml and the workflow YAML.
- Validates and guides user requirements: Detects whether the description includes enough input/output and processing logic, and asks up to 3 clarification rounds when needed.
- Builds reliable control flow and layout: Creates nodes, edges, schemas, IDs, indentation rules, and a deterministic layout so the exported workflow is immediately usable.
Use case examples:
- Create a multi-step finance analysis workflow (parallel data collection → section writing → risk review → publish).
- Convert a customer-support automation description into a workflow with LLM reasoning, HTTP calls, and structured outputs.
- Scaffold loop-based workflows for processing lists and summarizing results.
Quick Start
Describe your desired Coze workflow in one sentence, including the expected inputs, outputs, and main processing steps, and ask the assistant to generate a coze workflow ZIP for import into coze.cn.