From pmf-superpowers
Use when a founder asks for analogous iconic-startup cases, asks "how did <named startup> resolve this?", or needs precedent for a Q1/Q2/Q3/Q4 decision shape. Searches the case library indexed by archetype × question × decision shape. Returns the closest 1-3 cases with verbatim sourcing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pmf-superpowers:corpus-retrievalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Iconic-startup PMF paths are the most credible counter to founder rationalization. When a founder claims "we don't need to refuse non-ICP revenue," surfacing DoorDash's refusal of non-restaurant merchants is more persuasive than abstract argument.
Iconic-startup PMF paths are the most credible counter to founder rationalization. When a founder claims "we don't need to refuse non-ICP revenue," surfacing DoorDash's refusal of non-restaurant merchants is more persuasive than abstract argument.
This skill indexes case files in skills/corpus-retrieval/cases/ by:
When invoked, returns 1-3 closest matches with the founder's verbatim quote where available + a route back to the relevant Q-skill or refuse-below-threshold gate.
NO FABRICATED CASES. NO PARAPHRASED-AS-VERBATIM QUOTES.
Every case in the corpus has a named source citation. If a case has no primary-source attribution (founder essay, Sequoia article, public interview, S-1 filing), it doesn't ship. Speculation about how Stripe found PMF is not evidence.
Each case file in cases/ follows this schema:
---
case_id: <kebab-case-unique>
founder: <named, multiple if co-founders>
company: <company-name>
archetype: <hair-on-fire | hard-fact | future-vision>
question_resolved: Q<N>
year_resolved: <year or range>
wrong_initial_hypothesis: "<verbatim or paraphrased with attribution>"
cold_outreach_count: "<verbatim from source>"
discovery_moment: "<what changed>"
what_they_refused: "<the off-the-table decision>"
pmf_signal: "<the rabid-demand evidence>"
decision_shape: <wedge-narrowing | icp-refinement | pricing-pivot | archetype-re-evaluation | other>
source: "<primary-source citation>"
confidence: <high | medium | low>
---
# <Company> — <one-line summary>
<2-4 paragraph narrative connecting Q1/Q2/Q3/Q4 resolution to the founder's
specific moves. Cite primary source for every quote.>
## What the founder did
- <bulleted move 1>
- <bulleted move 2>
## What they refused
- <bulleted refusal 1>
- <bulleted refusal 2>
## How this applies to your situation
<1 paragraph mapping the case's lesson to the founder's current question.>
5 cases shipped in v0.1.0, all sourced from Sequoia Arc framework article 2 (https://sequoiacap.com/article/pmf-framework-2/):
| case_id | Company | Founders | Archetype | Q resolved | Decision shape |
|---|---|---|---|---|---|
nubank-q1-q2-credit-cards | Nubank | David Vélez | hard-fact | Q1 + Q2 | wedge-narrowing |
doordash-q2-restaurant-icp | DoorDash | Tony Xu, Stanley Tang, Andy Fang, Evan Moore | hard-fact | Q2 | icp-refinement |
dropbox-q3-viral-onboarding | Dropbox | Drew Houston | hard-fact | Q3 | retention-mechanism |
square-q4-transaction-fees | Square/Block | Jack Dorsey | hard-fact | Q4 | pricing-pivot |
robinhood-q2-active-traders | Robinhood | Vlad Tenev | hair-on-fire (after 2022) | Q2 (re-asked) | archetype-re-evaluation + icp-refinement |
v0.2.0 expansion target: 15-25 cases. Sources expand to First Round Review, NfX, founder retrospectives (Drew Houston's "The Dropbox Story", Patrick Collison's interviews), and primary-source S-1 filings.
When invoked with a query, match in this priority:
Return 1-3 cases. More than 3 dilutes the signal.
Corpus matches (N=<count>):
1. <company> — <one-line summary>
Archetype: <archetype> | Q resolved: Q<N> | Year: <year>
Founder's verbatim move (where attributed): "<quote>"
What they refused: <refusal>
Why this applies to your situation: <one paragraph>
Source: <citation>
2. <next case if applicable>
3. <next case if applicable>
Route back to: <arc-q<N>-<name> | refuse-below-threshold | founder-rationalization-defense>
Don't surface cases:
archetype-detection first — cases are calibrated by archetype).confidence: low and no primary-source quote).Surfacing weak cases dilutes the high-confidence ones.
Per CLAUDE.md contributor guidelines:
confidence: high only if all four schema fields (wrong_initial_hypothesis, cold_outreach_count, discovery_moment, what_they_refused) come from primary source.No paraphrased-as-verbatim quotes. No "the founder probably did X" entries. Speculation is not the product.
archetype-detection (prerequisite for accurate matching).arc-q1, arc-q2, arc-q3, arc-q4 (the questions the cases map to).refuse-below-threshold (corpus cases are evidence that thresholds matter).founder-rationalization-defense (corpus cases counter specific rationalizations).v0.1.0: 5 cases from Sequoia article 2. v0.2.0: 15-25 case target with EnactSkill-generated case files from founder retrospectives.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub pauldabrowski85/pmf-superpowers --plugin pmf-superpowers