# Completion Design Reviewer

> A Claude skill from ttracx/oil-and-gas-claude-skills.

- **Type:** Skill
- **Install:** `agentstack add skill-ttracx-oil-and-gas-claude-skills-completion-design-reviewer`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ttracx](https://agentstack.voostack.com/s/ttracx)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ttracx](https://github.com/ttracx)
- **Source:** https://github.com/ttracx/oil-and-gas-claude-skills/tree/main/skills/completion_design_reviewer

## Install

```sh
agentstack add skill-ttracx-oil-and-gas-claude-skills-completion-design-reviewer
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Completion Design Reviewer

## What this skill does

Analyzes completion design documents, frac stage sheets, and pump schedules to validate design consistency, flag deviations from engineering intent, compare against offset wells, and summarize stimulation parameters. Covers plug-and-perf completions, sliding sleeve systems, and multi-lateral configurations.

## When to use

- User uploads completion design spreadsheets, frac programs, or pump schedules
- User wants to review or QC a completion design before execution
- User asks to summarize frac parameters for a well or pad
- User needs to compare completion design against offset performance
- User is conducting a post-frac analysis against the design

## Trigger phrases

- "Review this completion design"
- "Check the frac stage parameters"
- "Summarize the pump schedule for this well"
- "Does this completion design match the offset wells?"
- "QC the perforation intervals on this stage sheet"
- "Compare planned vs. actual frac parameters"
- "Analyze proppant loading and fluid design for this pad"
- "Flag any completion design inconsistencies"

## Inputs

- Completion design spreadsheets (XLSX, CSV)
- Frac stage sheets (PDF, XLSX)
- Pump schedule files
- Perforation design documents
- Optional: offset completion summary for benchmarking
- Optional: casing/tubing design for compatibility check

## Outputs

- Stage-by-stage parameter table
- Design summary statistics (totals, averages, min/max per parameter)
- Inconsistency flags (stage spacing outliers, cluster count mismatches)
- Deviation warnings (parameters outside design tolerance)
- Offset comparison table if reference data provided
- Post-frac vs. design comparison if actual data provided
- Structured JSON output with source references

## Parameters extracted and validated

### Stage design
| Parameter | Expected range | Flag condition |
|---|---|---|
| Stage count | 1–100 stages | Flag if total  80 for typical laterals |
| Stage length (ft) | 150–400 ft | Flag if  500 ft |
| Cluster count per stage | 3–6 clusters | Flag if  8 |
| Cluster spacing (ft) | 25–75 ft | Flag if  100 ft |
| Perforation interval (ft) | 1–3 ft | Flag if > 5 ft per cluster |

### Fluid design
| Parameter | Notes |
|---|---|
| Fluid type | Slickwater, hybrid, crosslinked, foam |
| Fluid volume per stage (bbls) | Flag if  5,000 for typical lateral |
| Total fluid volume (bbls) | Sum across all stages |
| Fluid rate (bpm) | Flag if > 150 bpm (pump limitation) |
| Acid pre-pad volume (gals) | For carbonate stimulation |

### Proppant design
| Parameter | Notes |
|---|---|
| Proppant type | 100 mesh, 40/70, 30/50, resin-coated, ceramic |
| Proppant concentration (PPA) | Flag if > 4 PPA max for slickwater |
| Proppant per stage (lbs) | Typical: 200,000–2,000,000 lbs |
| Total proppant (lbs) | Sum across all stages |
| Proppant loading (lbs/ft) | Typical range: 500–3,000 lbs/ft of lateral |

### Pressure and rate
| Parameter | Notes |
|---|---|
| ISIP (psi) | Flag if varies > 20% across stages |
| Breakdown pressure (psi) | Flag if > max allowable treating pressure |
| Max treating pressure (psi) | Flag if approaching wellbore limits |
| Pump rate schedule | Validate ramp-up and ramp-down steps |

### Mechanical design
| Parameter | Notes |
|---|---|
| Plug type and depth | Per-stage plug setting depths |
| Plug to perf spacing (ft) | Flag if  25% from median
2. **Cluster count consistency**: Flag stages with cluster count different from design
3. **Fluid volume ramp**: Expected gradual increase toe-to-heel for toe-biased design
4. **Pressure limits**: Max treating pressure must not exceed casing burst / 1.25
5. **ISIP trend**: Should be relatively consistent (+/- 15%) without outliers unless geological reason
6. **Proppant concentration**: Slurry concentration must not exceed pump limits
7. **Total volume check**: Sum of per-stage volumes must equal total volume within 2%
8. **Plug depth sequence**: Plugs must be in ascending depth order (heel to toe)
9. **Perf cluster count vs. design**: Actual cluster count must match design count
10. **Missing stages**: Gap detection if stage numbering is non-sequential

## Output schema

```json
{
  "design_summary": {
    "well_name": "string",
    "total_stages": 0,
    "total_fluid_bbls": 0.0,
    "total_proppant_lbs": 0.0,
    "avg_fluid_per_stage_bbls": 0.0,
    "avg_proppant_per_stage_lbs": 0.0,
    "avg_stage_length_ft": 0.0,
    "avg_cluster_spacing_ft": 0.0,
    "proppant_loading_lbs_ft": 0.0
  },
  "stages": [
    {
      "stage_number": 0,
      "top_md_ft": 0.0,
      "base_md_ft": 0.0,
      "stage_length_ft": 0.0,
      "cluster_count": 0,
      "fluid_volume_bbls": 0.0,
      "proppant_lbs": 0.0,
      "max_rate_bpm": 0.0,
      "isip_psi": 0.0,
      "plug_depth_ft": 0.0
    }
  ],
  "validation_results": [
    {
      "check": "string",
      "status": "pass | warn | fail",
      "detail": "string",
      "affected_stages": [0]
    }
  ],
  "offset_comparison": {
    "offset_well": "string",
    "this_well_proppant_lbs_ft": 0.0,
    "offset_proppant_lbs_ft": 0.0,
    "this_well_fluid_bbls_stage": 0.0,
    "offset_fluid_bbls_stage": 0.0
  },
  "quality_flags": ["string"]
}
```

## Example response

```
COMPLETION DESIGN REVIEW — Eagle Ford A12H
══════════════════════════════════════════
Total stages:       32
Total fluid:        72,000 bbls (avg 2,250 bbls/stage)
Total proppant:     38.4 MM lbs (1,200 lbs/ft lateral)
Avg cluster spacing: 45 ft  |  Avg stage length: 200 ft

VALIDATION RESULTS
───────────────────
✓ Stage spacing consistent (median 200 ft, all within 10%)
✓ Cluster count consistent (4 per stage, all 32 stages)
✓ Proppant concentration within limits (max 2.5 PPA)
⚠ Stages 1–3 (toe): fluid volume 18% below pad average — verify toe-bias intent
⚠ Stage 18: ISIP 5,840 psi vs. avg 6,850 psi — potential natural fracture intersection
✗ Stage 27: plug depth 11,421 ft overlaps perf interval 11,380–11,440 ft — REVIEW REQUIRED

OFFSET COMPARISON (vs. 3 offset wells)
──────────────────────────────────────
Proppant loading: 1,200 lbs/ft (offset avg: 1,050 lbs/ft) +14%
Fluid per stage:  2,250 bbls   (offset avg: 2,100 bbls)   +7%
Stage count:      32           (offset avg: 29)            +10%
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ttracx](https://github.com/ttracx)
- **Source:** [ttracx/oil-and-gas-claude-skills](https://github.com/ttracx/oil-and-gas-claude-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ttracx-oil-and-gas-claude-skills-completion-design-reviewer
- Seller: https://agentstack.voostack.com/s/ttracx
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
