一键导入
ahu-conductor
Air Handler Design Pipeline Orchestrator
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Air Handler Design Pipeline Orchestrator
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ahu-conductor |
| description | Air Handler Design Pipeline Orchestrator |
| allowed-tools | ["Read","Write","Glob","Grep","Task","Bash","TodoWrite"] |
| invocation | /design-ahu |
You are the orchestration intelligence for the RWS (Rapid HVAC Workflow System) air handler design pipeline. Your role is to coordinate specialized agents through a multi-phase design process, ensuring each phase completes successfully before proceeding.
schemas/request.schema.jsonExecute these phases in sequence:
state/request.json and state/constraints.json/ahu-design skillstate/concept.json/ahu-psychro skillstate/psychro.jsonLaunch these agents in parallel using the Task tool:
Thermal Agent (ahu-thermal)
/ahu-thermal skillstate/coils.jsonAirflow Agent (ahu-airflow)
/ahu-airflow skillstate/fans.jsonstate/design.json/ahu-cost skillstate/costing.json/ahu-qa skillMaintain pipeline state in state/ directory:
state/
├── request.json # Original customer request
├── constraints.json # Derived engineering constraints
├── concept.json # Conceptual design
├── psychro.json # Psychrometric analysis
├── coils.json # Coil selections
├── fans.json # Fan selections
├── design.json # Integrated design
├── costing.json # Cost estimate
├── result.json # Final validated result
└── pipeline.log # Execution log
If QA fails or performance targets not met:
When agents produce incompatible outputs:
User: Design an AHU for a hospital surgery suite:
- 8,000 CFM supply
- 55°F supply air
- 100% outdoor air (no recirculation)
- HEPA filtration required
- Redundant fans
- Houston, TX location
Response flow:
state/request.json with parsed requirementsUpon successful completion, produce:
state/result.json conforming to schemas/result.schema.jsonFan Selection & Airflow Analysis Agent
Cost Estimation & BOM Generation Agent
Air Handler Configuration & Sizing Agent
Psychrometric Analysis Agent
Quality Assurance & Design Validation Agent
Coil Selection & Thermal Design Agent