
Industry Problem Framing
- 43 installs
- 1 repo stars
- Updated July 31, 2026
- jurgendn/agent-skills
Helps with ai & agent building tasks.
About
industry-problem-framing is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- industry-problem-framing
- AI & Agent Building
- AI-coding skill
Industry Problem Framing by the numbers
- 43 all-time installs (skills.sh)
- Ranked #7,972 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jurgendn/agent-skills --skill industry-problem-framingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 43 |
|---|---|
| repo stars | ★ 1 |
| Last updated | July 31, 2026 |
| Repository | jurgendn/agent-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
Industry Problem Framing
Turn an ambiguous business problem into a researchable and pilotable R&D problem.
The goal is to prevent premature solutioning. A vague request like "use AI to improve operations" must become a concrete decision, workflow, metric, and evidence need before methods are proposed.
When to use this skill
Use this skill when:
- the user has an unclear business or industry problem;
- stakeholders disagree on what the problem means;
- the user needs to brainstorm but avoid shallow idea lists;
- the next step is literature search, solution design, or pilot planning;
- the user needs an internal R&D framing memo.
If the user already has a precise problem and wants paper-backed methods, use publication-grounded-solution-design instead.
Workflow
1. Capture the raw problem statement
Write the user's problem exactly, then extract:
- domain and business unit;
- current workflow;
- users and decision-makers;
- pain points;
- constraints;
- known data sources;
- proposed solution, if any;
- why the problem matters now.
Do not improve the wording yet. First preserve the ambiguity.
2. Identify the actual decision or workflow
Most industry R&D problems are about changing a decision or workflow.
Ask:
- Who makes the decision today?
- What information do they use?
- What action follows the decision?
- What failure is costly?
- What would happen if the model/system is wrong?
- Is the goal automation, prioritization, explanation, recommendation, monitoring, or insight generation?
Classify the problem as one or more:
- prediction;
- ranking or prioritization;
- anomaly detection;
- segmentation;
- recommendation or next-best-action;
- information extraction;
- decision support;
- process mining;
- causal measurement;
- forecasting;
- optimization;
- knowledge management;
- human productivity support.
3. Map stakeholders and incentives
For each stakeholder, capture:
| Stakeholder | Pain | Desired outcome | Constraint | Possible conflict |
|---|
Include operational, risk, compliance, legal, data, product, engineering, and frontline users when relevant.
4. Turn pain points into hypotheses
Create falsifiable hypotheses:
If we [intervention], then [target metric] improves for [population/process] because [mechanism], compared with [baseline].Examples:
- If we prioritize high-risk cases for manual review, then investigators process more true positives per hour because low-value cases are filtered earlier.
- If we retrieve similar resolved cases during complaint handling, then average handling time decreases because agents reuse verified resolution patterns.
5. Separate business metrics from technical metrics
Business metrics answer whether the work matters. Technical metrics answer whether the system works.
Examples:
- Business: cost per reviewed case, time-to-resolution, approval rate at fixed risk, fraud loss, customer churn, NPS, SLA compliance.
- Technical: precision@k, recall at fixed workload, calibration, AUC, latency, extraction F1, hallucination rate, human acceptance rate.
Tie every technical metric to a business decision. Remove metrics that do not affect action.
6. Identify data and evidence requirements
List:
- available tables/documents/logs;
- labels or proxies;
- observation window;
- leakage risks;
- privacy or compliance constraints;
- unit of analysis;
- population coverage;
- data refresh frequency;
- integration path.
Flag whether the problem is blocked by:
- missing labels;
- weak ground truth;
- no action logs;
- unclear ownership;
- unmeasurable success;
- compliance constraints;
- insufficient sample size;
- non-stationary behavior.
7. Produce search directions
Convert the framed problem into literature search handles:
- domain terms;
- method terms;
- benchmark terms;
- adjacent domains with similar problem shape;
- negative-result or limitation queries.
This prepares handoff to publication-grounded-solution-design or literature-triangulation.
Output format
# Industry problem framing: [short title]
## Raw problem
## Clarified problem statement
For [stakeholder/process], improve [decision/workflow/outcome] by using [available signals/interventions], subject to [constraints], measured by [business and technical metrics].
## Stakeholder map
| Stakeholder | Pain | Desired outcome | Constraint | Possible conflict |
|---|---|---|---|---|
## Decision/workflow analysis
- Current workflow:
- Decision point:
- Failure modes:
- Cost of errors:
- Human-in-the-loop needs:
## Candidate hypotheses
1. If ..., then ..., because ..., compared with ...
## Metrics
- Business metrics:
- Technical metrics:
- Guardrail metrics:
## Data and feasibility
- Available data:
- Labels/proxies:
- Leakage risks:
- Compliance/privacy constraints:
- Blockers:
## Literature and precedent search directions
- Domain queries:
- Method queries:
- Adjacent-domain analogues:
- Limitation queries:
## Recommended next stepQuality bar
A good framing should make it obvious what to search, what to measure, and what must be clarified before proposing methods.
{
"evals": [
{
"name": "vague-ai-request",
"prompt": "Our bank wants to use AI to improve customer service, but the problem is vague. Help me frame it into something researchable and pilotable.",
"expected_behavior": "Preserves ambiguity, identifies stakeholders/workflows/decision points, creates falsifiable hypotheses, separates business and technical metrics, and produces literature search directions."
},
{
"name": "unclear-risk-ops-problem",
"prompt": "Risk operations says case handling is inefficient. I don't know whether this is prediction, prioritization, workflow mining, or document AI. Frame the problem.",
"expected_behavior": "Classifies possible problem shapes, maps stakeholders, surfaces missing data and decision points, and recommends next clarification steps before solutioning."
}
]
}