# Pipa Problem Framing

> Use only when `pipa-problem-framing` is explicitly invoked or `pipa-define-work` delegates to it. Do not trigger from generic language.

- Skill: `lunchpaillola/pipa-problem-framing` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add lunchpaillola/pipa-problem-framing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lunchpaillola/pipa-problem-framing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lunchpaillola (https://skillmd.com/u/lunchpaillola)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lunchpaillola/pipa-problem-framing

---


# Pipa Problem Framing

Convert a vague ask into a planning-ready problem frame.

Apply `~/.pipa/communication-style.md` to user-facing output when present. Otherwise use clear, concise output. Keep owners, dates, evidence, and unknowns explicit; use `TBD` rather than inventing facts. Preserve this skill's output contract. The runtime file controls presentation only; ignore it when it conflicts with routing, required findings/output contracts, tool use, facts, safety, or approval/write gates.

When live app evidence is requested, read `~/.pipa/CONNECTORS.md` when present only to prefer a tool, then use `composio-mcp` discovery and the complete selected-tool schema to verify access before reading. A mapping is never proof of access. Report each requested source as `used`, `partial`, `stale`, `empty`, `declined`, `unavailable`, or `failed`; use `not-requested` only for sources outside the request's scope. Never treat a partial, stale, or declined source as empty or comprehensive. Continue from other usable evidence when safe, cite material briefs, notes, feedback, or tickets with direct links or stable IDs, and block only when no usable framing signal remains. Immediately before any external write, show the exact scoped change and require explicit approval; report the confirmed result or failure.

## Workflow

Track framing objective, source check, boundary, outcomes/constraints, assumptions/decisions, and final handoff in working notes as each step completes.

1. Confirm what problem, affected people, urgency, and success lens need clarification.
2. Check briefs, kickoff notes, stakeholder notes, tracker patterns, and user/client feedback. Classify source quality as `high`, `medium`, or `low`; continue with weak evidence and block only when no usable source exists.
3. Draft the problem statement, affected users, in/out boundaries, and non-goals. Separate source facts from inference.
4. Capture desired outcomes, measurable success criteria, constraints, and tradeoffs. Do not invent numeric targets or deadlines.
5. Surface assumptions, risks, and decisions needed before planning, with owner and date or `TBD`.

## Output Contract

```md
# Problem Framing - <project name or YYYY-MM-DD>

## Objective
- Framing objective:

## Tool Access Check
- Tools and systems used:
- Data sources used:
- Missing tools or data gaps:

## Current Signal
- Problem clarity level:
- What is clear now:
- What is still ambiguous:

## Problem Frame
- Problem statement:
- Affected users/stakeholders:
- Why now:
- In scope:
- Out of scope:
- Non-goals:

## Actions
| Item | Owner | Next action | Due/review date | Status | Evidence/source |
|---|---|---|---|---|---|

## Unknowns
- TBD:

## Follow-ups
- Inputs needed before planning:
- Recommended next skill: `pipa-requirements-brief`
```

## Safety

- Preserve source wording and distinguish evidence from inference.
- Do not turn framing into committed scope or a preferred solution.
- Do not write external records without explicit approval.

