SKILL_TEMPLATE
[1-2 sentence description of what this skill does]. Triggers on [specific phrases/contexts that should activate this skill]. Outputs [what the skill produces].
Transform vague product ideas into evidence-anchored problem statements for PRD v0.1 Spark. Triggers on starting new products/features, validating market opportunities, drafting PRD Why sections, or requests like "frame the problem", "define pain points", "write problem
$ npx -y skills add mattgierhart/PRD-driven-context-engineering --skill prd-v01-problem-framing --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/prd-v01-problem-framingContext preview
The summary Claude sees to decide when to auto-load this skill.
Transform vague product ideas into evidence-anchored problem statements for PRD v0.1 Spark. Triggers on starting new products/features, validating market opportunities, drafting PRD Why sections, or requests like "frame the problem", "define pain points", "write problem
name: prd-v01-problem-framing description: > Transform vague product ideas into evidence-anchored problem statements for PRD v0.1 Spark. Triggers on starting new products/features, validating market opportunities, drafting PRD Why sections, or requests like "frame the problem", "define pain points", "write problem statement", "start v0.1", "what problem are we solving". Outputs structured problem tables with CFD evidence IDs. context: fork allowed-tools: - Read - Write - Edit - Glob - Grep - WebSearch - WebFetch
Transform market signals into evidence-anchored problem statements.
This skill assumes you have **zero prior research**. It is the starting point.
This skill creates/updates:
All CFD- entries should include:
1. **Assess gaps** → Identify what evidence is missing before you can confidently state a problem 2. **Anchor evidence** → Create CFD- entries for each pain point dimension with confidence scoring 3. **Extract dimensions** → Pull multiple distinct problems from each source 4. **Quantify costs** → Add time/money/risk numbers to make pain concrete 5. **Draft statement** → Populate the problem table, tied to CFD- entries
Populate this table for every problem statement:
| Element | Definition | Evidence | |---------|------------|----------| | **Who is hurting?** | Specific, findable, countable persona | Segment size | | **What pain exists?** | Observable behavior or workflow friction | CFD-ID | | **Cost of problem** | Time, money, or opportunity lost | Quantified | | **Why now?** | Market trigger creating urgency | Trend/event | | **What's impossible?** | Opportunity cost—what can't they do | User quote |
See `assets/problem-statement.md` for copy-paste template.
Before drafting, create this status table:
| Element | Status | Source | |---------|--------|--------| | Who is hurting? | ⚠️ Hypothesis / ✅ Validated / ❌ Missing | | | What pain exists? | ⚠️ / ✅ / ❌ | | | Cost of problem | ⚠️ / ✅ / ❌ | | | Why now? | ⚠️ / ✅ / ❌ | | | What's impossible? | ⚠️ / ✅ / ❌ | |
**Gate**: Require ≥2 elements ✅ Validated before drafting. If ≥3 elements ❌ Missing, run deep research first. See `references/research-prompts.md` for research templates.
Create CFD entries for each pain point with confidence scoring:
CFD-###: [Pain Point Name] Source: [Where this evidence came from] Tier: [1-5 evidence quality] Confidence: [1-5]/5 (pre-product research) Quote: "[Verbatim from source]" Dimensions: [List distinct problems extracted from this source] Next Target: "Would move to 3/5 if we interview X more customers"
**Evidence Tier Hierarchy** (strength of observation):
**Confidence Scoring** (pre-product, see PRINCIPLES.md):
**Example entry with confidence**:
CFD-001: Sales teams waste 5+ hours/week on spreadsheet workflow Source: 3 customer interviews (SaaS sales director, SMB sales rep, enterprise sales manager) Tier: 2-3 (workaround + cost quantification) Confidence: 3/5 (source: 3-customer-interviews-jan-2026) Quote: "I spend 5 hours every Friday reconciling our pipeline with the actual numbers in our CRM" Dimensions: - Manual data reconciliation between systems (workaround) - Inventory work (scheduling impact) - Single source of truth fragmentation (data quality risk) Next Target: "Would move to 4/5 if we validate with 5 more sales leaders or observe workflows directly"
Extract multiple problems from each source. One quote often contains 3-4 distinct pain dimensions.
**Example**: "USB sticks removed for every update, no scheduling, screens don't communicate, priced for 100+ displays" → Sneakernet workflow, No dynamic scheduling, No centralization, Price mismatch
Every problem needs a number:
| Type | Calculation | |------|-------------| | Time | Hours/week × hourly rate | | Money | Current spend on workaround | | Opportunity | Revenue/outcomes missed | | Risk | Penalty × probability |
Use the core output template. Reference CFD-IDs for every claim.
See `references/examples.md` for good/bad examples with explanations.
PRD-Led Context Engineering — Memory as Infrastructure. An ontology layer for product teams building products that solve real problems — with AI agents that remember. Gated PRD, typed IDs, markdown knowledge graph, Claude Code skills & hooks.
Repo: mattgierhart/PRD-driven-context-engineering
[1-2 sentence description of what this skill does]. Triggers on [specific phrases/contexts that should activate this skill]. Outputs [what the skill produces].
Validates gate criteria before PRD lifecycle advancement by delegating to the readiness scoring pipeline (scripts/readiness.py). Returns a graduated PASS /…
Extracts durable insights from temp/ files to SoT during EPIC Phase E. Triggers at EPIC completion or explicit `/ghm-harvest` invocation. Outputs new SoT…
Validates and registers new SoT IDs with cross-reference integrity. Triggers when creating BR-XXX, UJ-XXX, API-XXX, or CFD-XXX entries. Outputs formatted SoT…
Install the PRD-Driven Context Engineering methodology into a fresh OR existing repository — the subscription-native alternative to forking the whole repo.…
Creates new Source of Truth (SoT) files when existing templates don't fit your needs. Triggers on requests to create a new SoT file, add a new artifact type,…