원클릭으로
oil-gas-delegation
// Meta-skill that detects software tasks and routes them to appropriate petropowers skills.
// Meta-skill that detects software tasks and routes them to appropriate petropowers skills.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Generate realistic synthetic oil & gas data (LAS well logs, SEG-Y seismic, core photos, time-series) with proper physical constraints for testing, demos, and training.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Pre-flight check that determines if brainstorming is required before any action. Invoke this FIRST for any request involving creative or generative work.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Handle real-time SCADA data, WITSML/PRODML streams, and time-series analysis.
| name | oil-gas-delegation |
| description | Meta-skill that detects software tasks and routes them to appropriate petropowers skills. |
Meta-skill that detects software tasks and routes them to appropriate petropowers skills.
Oil & gas domain skills handle interpretation, analysis, and optimization recommendations. When a request requires building software (web apps, dashboards, APIs, databases), this skill delegates to petropowers skills.
When a request contains any of these keywords, delegate to software development workflow:
User request received
↓
Does request require building software?
↓
YES → Invoke oil-gas-delegation
↓
Route to appropriate petropowers workflow
↓
NO → Handle within domain skill
Request: "Build a drilling monitoring dashboard"
Invoke petropowers:brainstorming skill
Get user approval on design
Invoke petropowers:writing-plans skill
Execute via petropowers:subagent-driven-development
Request: "Create an automated LAS file processor"
petropowers:brainstormingpetropowers:writing-planspetropowers:subagent-driven-developmentRequest: "Build a REST API for production data"
petropowers:brainstormingpetropowers:writing-planspetropowers:subagent-driven-developmentRequest: "Write a script to convert SEG-Y to numpy"
These tasks stay within domain skills:
Domain skills provide analysis, recommendations, and domain expertise. Software skills build tools to support that work.
Domain skills invoke this skill when they detect software requirements:
## Software Tasks
If the user requests software development:
1. Acknowledge the request
2. Invoke `petropowers:oil-gas-delegation`
3. Delegation skill routes to appropriate workflow
4. Return to domain work after software is complete
User: "I need a dashboard to visualize my seismic data"
Agent response:
petropowers:oil-gas-delegationpetropowers:brainstorming for dashboard designpetropowers:writing-plans for implementation planUser: "What's the porosity in this well based on the logs?"
Agent response:
petropowers:oil-gas-pipelines/explorationWhen implementing this skill:
This skill is the bridge between oil & gas domain expertise and software engineering best practices.