plugins marketplace
← All plugins

workflowx

v1.0.0

Multi-agent orchestration framework with Socratic requirements discovery, Hybrid Tree PRD management, and structured quality evaluation

CodexClaude Code

by TreeXMIT54updated 2 weeks ago

Source

git clone https://github.com/TreeX-X/WorkFlowX

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

workflowx/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

.codex-plugin/plugin.json
{
  "name": "workflowx",
  "version": "1.0.0",
  "description": "Multi-agent orchestration framework with Socratic requirements discovery, Hybrid Tree PRD management, and structured quality evaluation",
  "author": {
    "name": "TreeX"
  },
  "homepage": "https://github.com/TreeX-X/workflowX",
  "repository": "https://github.com/TreeX-X/workflowX",
  "license": "MIT",
  "keywords": [
    "multi-agent",
    "orchestration",
    "workflow",
    "planning",
    "evaluation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "WorkflowX",
    "shortDescription": "Multi-agent orchestration with Socratic discovery and Hybrid Tree evaluation",
    "longDescription": "WorkflowX orchestrates planning, coding, and evaluation agents through structured workflows. Features Socratic requirements discovery, Hybrid Tree PRD management, AC cross-validation, and token-optimized iteration loops.",
    "developerName": "TreeX",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "/xwhole I want to build a new feature",
      "/xlocal Fix the authentication bug",
      "/xunit Add input validation to the login form"
    ],
    "websiteURL": "https://github.com/TreeX-X/workflowX"
  }
}
.claude-plugin/plugin.json
{
  "name": "workflowx",
  "version": "1.0.0",
  "description": "Multi-agent orchestration framework with Socratic requirements discovery, Hybrid Tree PRD management, and structured quality evaluation",
  "author": {
    "name": "TreeX"
  },
  "homepage": "https://github.com/TreeX-X/workflowX",
  "repository": "https://github.com/TreeX-X/workflowX",
  "license": "MIT",
  "keywords": [
    "multi-agent",
    "orchestration",
    "workflow",
    "planning",
    "evaluation",
    "hybrid-tree",
    "requirements-discovery"
  ]
}