---
title: "process-orchestrator"
description: "Multi-agent chemical process design workflow: from problem statement through requirements, research, concept selection, flowsheet design, equipment sizing, safety review, and gate approval."
canonical: https://agentpluginsdirectory.com/plugins/process-orchestrator
last-updated: 2026-09-22
---

# process-orchestrator
Multi-agent chemical process design workflow: from problem statement through requirements, research, concept selection, flowsheet design, equipment sizing, safety review, and gate approval.
- Slug: process-orchestrator
- Publisher: Maetee Lorprajuksiri
- Repository: https://github.com/may3rd/process-orchestrator-plugin
- Manifest: plugin.json
- Version: 1.0.0
- License: MIT
- Category (editorial): other
- Skills: 14 (component-list-researcher, concept-detailer, conservative-researcher, design-basis-analyst, equipment-sizer, equipment-stream-cataloger, flowsheet-designer, innovative-researcher, orchestrator, pfd-dxf, process-requirements-analyst, project-manager, safety-risk-analyst, stream-property-estimator)
- MCP servers: 3 (aiblueprint-mcp, pes, pes-stdio)
- Stars: 0
- Repository created: 2026-08-06
- Repository last pushed: 2026-09-01
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/process-orchestrator
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What process-orchestrator does, in the publisher's words

Multi-agent chemical process design workflow: from problem statement through requirements, research, concept selection, flowsheet design, equipment sizing, safety review, and gate approval.

Packaged as an Agent Plugins v1.0.0 portable plugin.

Given a high-level problem statement (e.g., "Design a compressed air unit for a refinery"), this plugin orchestrates 12 specialized sub-agent skills to produce a complete conceptual design package:

- Requirements Analysis: Extract structured requirements
- Innovative Research: Generate 3 to 6 process concepts
- Conservative Evaluation: Score concepts for feasibility and risk
- Concept Detailing: Select and elaborate the winning concept
- Component List: Identify key chemicals with physical properties
- Design Basis: Compile Basis of Design document

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/may3rd/process-orchestrator-plugin/HEAD/README.md

## Skills

- component-list-researcher: Identifies and compiles key chemical components with physical properties. Use after concept-detailer, before design-basis-analyst.
- concept-detailer: Selects the highest-feasibility concept and produces a detailed technical brief. Use after conservative-researcher.
- conservative-researcher: Rigorously evaluates each process concept for feasibility, risk, and viability. Use after innovative-researcher to produce scored evaluations.
- design-basis-analyst: Compiles a comprehensive Preliminary Process Basis of Design (BoD) document. Use after component-list-researcher, before flowsheet-designer.
- equipment-sizer: Sizes all process equipment using calculation tools and PES MCP. Use after stream-property-estimator, before safety-risk-analyst.
- equipment-stream-cataloger: Seeds equipment and stream JSON templates with placeholders for downstream sizing. Use after flowsheet-designer, before stream-property-estimator.
- flowsheet-designer: Creates a flowsheet narrative with preliminary equipment and stream tables. Use after design-basis-analyst, before equipment-stream-cataloger.
- innovative-researcher: Generates 3-6 distinct process concepts spanning conventional, innovative, and state-of-the-art technologies. Use after process-requirements-analyst.
- orchestrator: Orchestrates the 12-step process design pipeline: from problem statement through requirements, research, concept selection, flowsheet design, equipment sizing, safety review, and gate approval. Use as the entry point for any chemical process design project.
- pfd-dxf: Draw a Process Flow Diagram as a CAD-editable DXF plus a review PDF, ISO 10628 line widths, dashed utility lines, A1 landscape in millimetres, and every equipment symbol a real DXF BLOCK with TAG/SERVICE/DUTY attributes so tags are selectable and an equipment schedule can be extracted. Use wheneve…
- process-requirements-analyst: Extracts structured process design requirements from a high-level problem statement. Use first in the pipeline to produce the foundational requirements brief.
- project-manager: Compiles the final gate approval memo with financial summary and implementation roadmap. Use last in the pipeline.
- safety-risk-analyst
- stream-property-estimator

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- aiblueprint-mcp: transport: stdio; command: uv run --directory ./vendor/aiblueprint-mcp aiblueprint-mcp; env: AIBLUEPRINT_WORKSPACE, AIBLUEPRINT_LIBRECAD_BIN
- pes: transport: streamable-http; url: https://pes.mcp.server/stream; env: PES_API_KEY, PES_ENDPOINT
- pes-stdio: transport: stdio; command: ./scripts/run_pes_mcp.sh; env: PES_API_KEY, PES_DATA_DIR

Read from the plugin's own mcp.json. Environment variable names only, never values.
