Skills
Twelve PM skills that encode expert frameworks, failure modes, and quality gates. When an agent knows how an expert thinks about a problem, it stops producing generic output and starts producing defensible analysis.
The problem
AI gives you generic output because it lacks domain expertise. Ask it to do competitive analysis and you get a Wikipedia summary. Ask it to write a spec and you get vague requirements.
Skills encode how an expert thinks about a problem — frameworks, failure modes, quality gates. Not what to produce, but how to reason. Load a skill and the agent stops guessing at methodology and starts applying the right one.
What gets encoded
Twelve PM skills across four categories, each a standalone markdown file with ~1,200 lines of encoded methodology. Extensible to any domain you know deeply.
Analysis & Intelligence
Strategy & Planning
Measurement & Specification
Communication & Distribution
Real example
Here's an excerpt from the competitive analysis skill — the structure that routes to the right framework and catches the most common failure modes:
## Step 0: Framework Selection
Route to the right frameworks based on the question:
- Market entry? → 7 Powers + Wardley + JTBD
- Competitor move? → COAP + Aggregation Theory
- Build/buy/partner? → Blue Ocean + Crossing the Chasm
## Step 1: Context Gate
Before applying ANY framework, verify:
- Is competitive analysis the right artifact?
- Is this user-choice or IT-provisioned?
- Do you have internal data access?
## Failure Modes
FM-1: Framework without evidence (applying 7 Powers
with no market data)
FM-8: Right frameworks, wrong question
FM-9: Expert-only document (no reader navigation)
The Context Gate exists because the most expensive mistake isn't a bad framework — it's the right framework applied to the wrong question. Agent Prime caught this on a real M365 Copilot analysis: the war map was technically correct but the real problem was internal activation, not competitive positioning.
How to set it up
Each skill is a standalone markdown file that any agent can load. The structure is consistent across all twelve:
Context Gate → Is this the right artifact? Framework Selection → Which frameworks apply to this question? Step-by-step method → Exactly how to apply each framework Output format → What a complete output looks like Failure modes → What breaks this analysis Quality gates → How to know if the output is good
Start by encoding one domain you know deeply. Write down how you actually think when you're doing it well — the sequence of questions, the frameworks you reach for, the mistakes you've seen people make. That's a skill file.
Agent Prime's skills went from 44% baseline to 93% benchmark score. The methodology is the difference, not the model.