create-workflow

Convert plain-language workflow descriptions into ZAQ workflow use-case modules.

66|9|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/www-zaq-ai/zaq --skill create-workflow-www-zaq-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-workflow
Source: https://github.com/www-zaq-ai/zaq/tree/main/.claude/skills/create-workflow
Command: npx skills add https://github.com/www-zaq-ai/zaq --skill create-workflow-www-zaq-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill transforms plain-language workflow descriptions into executable ZAQ workflow use-case modules, eliminating the need for manual coding and speeding up the process of automating workflows.

Core Features & Use Cases

  • Workflow Conversion: Converts user-provided workflow descriptions into code modules that are ready to be executed.
  • Tool Integration: Maps workflow steps to existing tools or indicates missing tools that need to be built.
  • Code Generation: Generates and writes new workflow modules under a defined directory structure.
  • Use Case: A user provides a workflow description to automate lead management in a CRM system, and the Skill converts it into a reusable module.

Quick Start

Use the /create-workflow command to create a workflow module from the description 'Automate lead management: Fetch leads from email, process them with a CRM tool, and generate reports.'

Frequently Asked Questions about create-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate workflow creation from a plain-language description?

Automate workflow creation by providing a plain-language task description, which the system converts into an executable ZAQ workflow use-case module. This eliminates manual coding and generates ready-to-run code modules for your processes.

What is a ZAQ workflow use-case module and when do I need it?

A ZAQ workflow use-case module is a generated code module that executes automated processes. You need it when converting plain-language workflow descriptions into executable code for tasks like CRM lead management and report generation.

Can I integrate existing tools with generated workflow code modules?

Yes, generated workflow code modules integrate with existing tools in the lib/zaq/agent/tools directory. The system maps workflow steps to available tools and identifies missing tools that need to be built.

Does workflow automation support HumanInTheLoop process steps?

Workflow automation supports HumanInTheLoop steps within the generated ZAQ workflow modules. The system handles these interactive steps by requiring user input during the execution of the automated process.

What is the best way to convert a CRM lead management process into an automated workflow?

The best way to convert a CRM lead management process is to provide a plain-language description like fetching leads, processing them, and generating reports. The system then writes a reusable executable module.

Why does my workflow code generation indicate missing tools?

Workflow code generation indicates missing tools when the plain-language description requires functionalities not found in your existing lib/zaq/agent/tools directory. It identifies these gaps so you know what tools need to be built.