Workflows
Createddx-zero
Orchestrates and combines prompts and Model Context Protocol (MCP) servers into compound MCP prompting tools.
About
Workflows streamlines the use of MCPs by orchestrating prompts and MCP servers into workflows, definable via YAML files. This allows for the creation of shareable, version-controlled prompting tools that route to prompts and workflows based on specific tasks, reducing overall token usage. It allows users to combine prompts and tools in sequential or situational/dynamic strategies. It supports custom configurations, parameter injection, and includes preset workflow modes for thinking, coding, and GitHub tasks.
Key Features
- Triggers workflows with custom commands.
- Loads custom configurations from YAML files.
- 9 GitHub stars
- Combines prompts with MCP servers into reusable workflows.
- Defines custom strategies for tool usage (sequential or dynamic).
- Supports typed parameter inputs in tool configurations.
Use Cases
- Implementing a "debugger mode" for systematic reasoning and debugging.
- Creating a "production incident workflow" to gather logs, analyze code, and write reports.
- Streamlining Git commit and push workflows with the "Save Changes" preset.