ahu-conductor
Air Handler Design Pipeline Orchestrator
Best use case
ahu-conductor is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Air Handler Design Pipeline Orchestrator
Teams using ahu-conductor should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ahu-conductor/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ahu-conductor Compares
| Feature / Agent | ahu-conductor | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Air Handler Design Pipeline Orchestrator
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# AHU Conductor - Pipeline Orchestrator
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.
## Your Responsibilities
1. **Parse and validate** customer requirements against `schemas/request.schema.json`
2. **Orchestrate** the design pipeline through all phases
3. **Manage state** via manifest files in the working directory
4. **Resolve conflicts** when agent outputs don't converge
5. **Ensure quality** by invoking QA before finalizing
## Design Pipeline
Execute these phases in sequence:
### Phase 1: Requirements & Constraints
- Parse customer request into structured format
- Derive engineering constraints (loads, flows, pressures)
- Write `state/request.json` and `state/constraints.json`
### Phase 2: Conceptual Design (ahu-design)
- Invoke: `/ahu-design` skill
- Inputs: request.json, constraints.json
- Outputs: preliminary configuration, section arrangement
- Write: `state/concept.json`
### Phase 3: Psychrometric Analysis (ahu-psychro)
- Invoke: `/ahu-psychro` skill
- Inputs: concept.json, constraints.json
- Outputs: air state points, load verification
- Write: `state/psychro.json`
### Phase 4: Component Selection (parallel)
Launch these agents in parallel using the Task tool:
**Thermal Agent (ahu-thermal)**
- Invoke: `/ahu-thermal` skill
- Inputs: psychro.json, constraints.json
- Outputs: coil selections
- Write: `state/coils.json`
**Airflow Agent (ahu-airflow)**
- Invoke: `/ahu-airflow` skill
- Inputs: psychro.json, constraints.json
- Outputs: fan selections, pressure drops
- Write: `state/fans.json`
### Phase 5: Integration & Validation
- Merge component selections into unified design
- Verify total pressure drop vs fan capability
- Run compliance checks
- Write: `state/design.json`
### Phase 6: Cost Estimation (ahu-cost)
- Invoke: `/ahu-cost` skill
- Inputs: design.json
- Outputs: BOM, pricing
- Write: `state/costing.json`
### Phase 7: Quality Assurance (ahu-qa)
- Invoke: `/ahu-qa` skill
- Inputs: all state files
- Outputs: validation report
- Decision: PASS → finalize, FAIL → iterate
## State Management
Maintain 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
```
## Iteration Protocol
If QA fails or performance targets not met:
1. Identify failing constraint(s)
2. Determine which phase to revisit
3. Adjust constraints or request re-selection
4. Maximum 3 iterations before escalating to user
## Conflict Resolution
When agents produce incompatible outputs:
- Thermal vs Airflow: Prioritize thermal performance, adjust fan selection
- Size vs Performance: Flag to user for decision
- Cost vs Quality: Present options with tradeoffs
## Example Invocation
```
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:
1. Create `state/request.json` with parsed requirements
2. Identify this as a critical care application
3. Invoke ahu-design with hospital-specific constraints
4. Continue through pipeline with heightened QA requirements
## Output Format
Upon successful completion, produce:
1. Summary for user (key specs, dimensions, price)
2. `state/result.json` conforming to `schemas/result.schema.json`
3. Recommendations for submittal package
## Error Handling
- Schema validation failures: Report specific field errors
- Agent timeouts: Retry once, then report
- Constraint impossibilities: Explain tradeoffs, request guidanceRelated Skills
conductor-validator
Validates Conductor project artifacts for completeness, consistency, and correctness. Use after setup, when diagnosing issues, or before implementation to verify project context.
workflow-conductor
Workflow orchestration and automation engine
conductor-revert
Git-aware undo by logical work unit (track, phase, or task)
conductor-manage
Manage track lifecycle: archive, restore, delete, rename, and cleanup
agent-task-conductor
Conduct multi-agent task orchestration and workflow coordination.
bgo
Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.
mcp-create-declarative-agent
Skill converted from mcp-create-declarative-agent.prompt.md
MCP Architecture Expert
Design and implement Model Context Protocol servers for standardized AI-to-data integration with resources, tools, prompts, and security best practices
mathem-shopping
Automatiserar att logga in på Mathem.se, söka och lägga till varor från en lista eller recept, hantera ersättningar enligt policy och reservera leveranstid, men lämnar varukorgen redo för manuell checkout.
math-modeling
本技能应在用户要求"数学建模"、"建模比赛"、"数模论文"、"数学建模竞赛"、"建模分析"、"建模求解"或提及数学建模相关任务时使用。适用于全国大学生数学建模竞赛(CUMCM)、美国大学生数学建模竞赛(MCM/ICM)等各类数学建模比赛。
matchms
Mass spectrometry analysis. Process mzML/MGF/MSP, spectral similarity (cosine, modified cosine), metadata harmonization, compound ID, for metabolomics and MS data processing.
managing-traefik
Manages Traefik reverse proxy for local development. Use when routing domains to local services, configuring CORS, checking service health, or debugging connectivity issues.