vibeX-flow-nodes

Generate interaction flow nodes as JSON from domain decomposition results.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/MMXC/openclaw-back --skill vibex-flow-nodes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibeX-flow-nodes
Source: https://github.com/MMXC/openclaw-back/tree/main/workspace/skills/vibeX-flow-nodes
Command: npx skills add https://github.com/MMXC/openclaw-back --skill vibex-flow-nodes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of complete interaction flow nodes, from entry to exit, based on domain decomposition results, outputting JSON for easy management.

Core Features & Use Cases

  • Automated Flow Generation: Creates structured JSON output for business process flows.
  • Domain-Driven Design: Leverages domain analysis to build comprehensive process maps.
  • Use Case: After decomposing a "live streaming system" domain, use this Skill to generate all necessary flow nodes, including entry points, user actions, decision points, and exit conditions, in a ready-to-use JSON format.

Quick Start

Generate flow nodes for the "user system" domain.

Frequently Asked Questions about vibeX-flow-nodes

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

FAQPage Schema
How do I generate business process flow nodes from domain decomposition results?

Generating interaction flow nodes requires providing a domain name, description, and optional sub-domains to automatically create structured JSON representing entry points, actions, and exit conditions.

What is domain decomposition used for in workflow automation?

In workflow automation, domain decomposition breaks complex business areas into structured maps, enabling the automated generation of complete interaction flow nodes from entry to exit formatted as JSON.

Can I output JSON for process automation directly from a domain description?

Yes, you can output JSON for process automation directly by providing a domain description and name, which generates comprehensive process maps with defined node types, dependencies, and paths.

Does automated flow generation support defining sub-domains for business processes?

Automated flow generation supports defining sub-domains by accepting them as optional inputs, ensuring a structured approach that creates detailed node structures with specific dependencies and paths.

What structure does the JSON output contain for generated flow nodes?

The JSON output for generated flow nodes contains detailed node structures with defined types, dependencies, and paths, ensuring a complete interaction flow from entry to exit for domain-driven business processes.