home / skills / a5c-ai / babysitter / reactor-designer
This skill designs and optimizes chemical reactors, selecting types, sizing, and configurations to improve performance and yield.
npx playbooks add skill a5c-ai/babysitter --skill reactor-designerReview the files below or copy the command above to add this skill to your agents.
---
name: reactor-designer
description: Chemical reactor design skill for sizing, configuration selection, and performance optimization
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- Bash
metadata:
specialization: chemical-engineering
domain: science
category: Reaction Engineering
skill-id: CE-SK-007
---
# Reactor Designer Skill
## Purpose
The Reactor Designer Skill performs chemical reactor design calculations, including reactor type selection, sizing, configuration optimization, and performance prediction.
## Capabilities
- Reactor type selection (CSTR, PFR, batch, fluidized bed)
- Reactor sizing calculations
- Conversion and yield predictions
- Residence time distribution analysis
- Heat management design
- Multiple reactor configurations
- Recycle stream optimization
- Scale-up considerations
## Usage Guidelines
### When to Use
- Designing new reactor systems
- Optimizing existing reactor performance
- Evaluating reactor alternatives
- Scale-up reactor designs
### Prerequisites
- Kinetic model available
- Feed specifications defined
- Target conversion specified
- Operating constraints identified
### Best Practices
- Consider heat effects carefully
- Evaluate multiple configurations
- Include safety margins
- Validate with pilot data
## Process Integration
This skill integrates with:
- Kinetic Model Development
- Catalyst Evaluation and Optimization
- Process Simulation Model Development
## Configuration
```yaml
reactor-designer:
reactor-types:
- cstr
- pfr
- batch
- semi-batch
- fluidized-bed
design-methods:
- sizing
- optimization
- performance-prediction
```
## Output Artifacts
- Reactor specifications
- Sizing calculations
- Performance predictions
- Configuration comparisons
- Heat duty calculations
This skill performs chemical reactor design and optimization for industrial and pilot-scale processes. It helps select reactor type, compute sizing and residence times, predict conversion and yield, and evaluate heat management needs. The goal is practical, engineering-ready outputs that accelerate design decisions and scale-up planning.
The skill accepts kinetic models, feed specifications, target conversions, and operating constraints, then evaluates candidate reactor types (CSTR, PFR, batch, semi-batch, fluidized bed). It runs sizing calculations, residence time distribution analyses, heat duty estimates, and configuration comparisons, and can optimize recycle streams and multi-stage arrangements. Results include reactor specs, performance predictions, and trade-off metrics to support selection and scale-up.
What inputs are required to run a design scenario?
You need a kinetic model, feed composition and flow, target conversion or yield, and operating limits (temperature, pressure, catalyst loading).
Can the skill handle scale-up from pilot data?
Yes. It includes scale-up considerations and can use pilot measurements to validate sizing, heat duty, and residence time predictions.