بنقرة واحدة
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 المهني
Fan 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
| 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.json