production-engineering
# Production Engineering Skill
What this skill does
# Production Engineering Skill
> Fundamentals of production, surveillance, and lessons learnt for offshore and onshore assets.
**Version:** 1.0.0
**Created:** 2026-01-12
**Category:** Subject Matter Expert (SME)
## Overview
Production engineering involves the design, monitoring, and optimization of well performance and production systems. This skill encapsulates the core knowledge extracted from legacy "Surveillance Workshops" and EOR evaluations, focusing on maximizing asset value while ensuring operational safety.
## Core Capabilities
### 1. Production Surveillance
- **Real-time Monitoring**: Tracking well performance (pressures, temperatures, flow rates).
- **Surveillance Workshops**: Structured review processes for identifying underperforming wells.
- **Diagnostics**: Pressure transient analysis (PTA), production logging tool (PLT) interpretation, and nodal analysis.
### 2. Enhanced Oil Recovery (EOR)
- **Waterflooding**: Optimization of injection rates and voidage replacement.
- **EOR Evaluations**: Assessment of advanced recovery techniques (CO2, Steam, Chemical).
- **Iron Sulfide Management**: Mitigating scaling and corrosion in EOR environments (Lessons Learnt from Permian Basin).
### 3. Artificial Lift Optimization
- **ESP (Electric Submersible Pumps)**: Selection and pump curve analysis.
- **Gas Lift**: Injection rate optimization and stability analysis.
- **Jet Pumps**: Operation and maintenance fundamentals.
### 4. Well Integrity & Maintenance
- **Liner Performance**: Monitoring and failure analysis from legacy surveillance logs.
- **Bacteria Control**: Managing microbial growth in production systems (Lessons Learnt from Seminole).
- **Scale & Corrosion**: Prevention and mitigation strategies.
## When to Use
### Use This Skill When:
- Designing or optimizing production systems.
- Preparing for a **Surveillance Workshop**.
- Troubleshooting well performance issues (e.g., sudden rate drop).
- Evaluating EOR opportunities or managing existing EOR projects.
- Reviewing "Lessons Learnt" for brownfield asset management.
### Do Not Use This Skill When:
- Performing primary reservoir modeling (use Reservoir Engineering).
- Conducting heavy structural analysis (use Structural Analysis).
- Designing subsea hardware (use Subsea Engineering).
## Knowledge Areas
### 1. Surveillance Workshop Fundamentals
Surveillance workshops are the backbone of production optimization. They involve:
1. **Data Gathering**: Aligning production logs, well tests, and downhole gauges.
2. **Trend Analysis**: Identifying deviations from historical performance.
3. **Action Planning**: Recommending workovers, stimulations, or setting changes.
### 2. EOR Lessons Learnt (Permian Basin)
- **Scale Issues**: High H2S and CO2 environments lead to complex scale (Iron Sulfide).
- **Water Quality**: EOR effectiveness is highly dependent on the quality of injected water.
- **Surveillance**: EOR requires tighter monitoring of patterns and injection profiles.
## Code & Data Patterns
### Nodal Analysis Concept
```python
def check_well_performance(measured_rate, predicted_rate, threshold=0.15):
"""
Check if a well is underperforming based on nodal analysis predictions.
"""
deviation = (predicted_rate - measured_rate) / predicted_rate
if deviation > threshold:
return "Action Required: Potential Scaling or Blockage"
return "Status: Optimal"
```
### Voidage Replacement Ratio (VRR)
```python
def calculate_vrr(injection_volume, production_volume, b_factor):
"""
Calculate VRR for waterflood surveillance.
Ideal VRR is usually ~1.0.
"""
return injection_volume / (production_volume * b_factor)
```
## Best Practices
- **Integrate Disciplines**: Combine data from drilling, reservoir, and facilities.
- **Document Failures**: Maintain a "Lessons Learnt" database for every asset.
- **Regular Workshops**: Conduct surveillance workshops quarterly to prevent production decline.
- **Safety First**: Prioritize well integrity and pressure containment in all operations.
## Resources & References
- **Legacy Docs**: `/mnt/ace/Production/` (Workshop PPTs and EOR evaluations).
- **Standards**: API RP 19 (Artificial Lift), ISO 15156 (Material Selection for H2S).
- **Digital Model**: `digitalmodel/reservoir/` for analytical performance calculations.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.