This skill should be used when the user says "why now", "is the timing right", "what's changed", "why didn't this exist before", "why is this possible now", "what's the tailwind", or needs to formalize whether there is a structural timing advantage for this idea — not just "AI is taking off.
Add this skill
npx mdskills install SanketSapkal/10x-why-nowApplies Thiel's timing test across four dimensions with red flag detection and strength rating
1---2name: 10x-why-now3description: This skill should be used when the user says "why now", "is the timing right", "what's changed", "why didn't this exist before", "why is this possible now", "what's the tailwind", or needs to formalize whether there is a structural timing advantage for this idea — not just "AI is taking off."4version: 0.1.05---67# 10x Why Now89Thiel's "why now" question formalized. What changed in the last 2-3 years — regulatory, technical, behavioral, market — that makes this viable today but not 5 years ago? If the answer is weak, the idea may be too early, too late, or not differentiated by timing.1011## Input Dependencies1213Read from `./founder-outputs/` if available:14- `pressure-test-output.md` — demand evidence and contrarian truth15- `battle-cards-output.md` — competitive landscape (why haven't competitors solved this?)16- `market-size-output.md` — market dynamics1718No files are strictly required — this skill can run standalone.1920## Frameworks2122- *Zero to One* (Thiel) — the "why now" question. The best startups exploit a specific, recent change that makes something newly possible. If the founder cannot name the change, the idea may address a problem that has existed forever and will continue to not be solved — or that someone already solved.23- *Crossing the Chasm* (Moore) — timing in the adoption curve. Is the technology/behavior mature enough for the early majority, or is this still an innovator toy? Early is not the same as right.2425## Methodology26271. **Ask the "why now" question directly.** "What changed in the last 2-3 years that makes this idea viable today when it was not viable before?" Demand specifics, not vague trends.28292. **Probe across four dimensions:**3031 **Technical shifts:**32 - New technology that is now mature enough (not just announced — actually usable)33 - Cost curves that crossed a threshold (compute, storage, bandwidth, devices)34 - Infrastructure that now exists (APIs, platforms, standards)35 - Open-source tools or models that remove build cost3637 **Regulatory shifts:**38 - New regulations that create requirements (compliance, reporting, access)39 - Deregulation that opens markets previously blocked40 - Policy changes that create urgency (deadlines, mandates, penalties)4142 **Behavioral shifts:**43 - Consumer or enterprise behavior that changed recently44 - Pandemic-accelerated behaviors that stuck45 - Generational shifts in expectations or tool adoption46 - New workflows or processes that emerged4748 **Market shifts:**49 - Incumbent weaknesses newly exposed (platform risk, pricing, trust)50 - Category creation by adjacent companies (market education done for you)51 - New funding/budget availability in the target segment52 - Industry consolidation or fragmentation creating gaps53543. **Challenge weak answers.** Apply these red flag tests:55 - **"AI is taking off."** Necessary but not sufficient. Every company can say this. What specific AI capability became viable in the last 12 months that enables *this specific product*?56 - **"Remote work is growing."** This has been true for years. What changed *recently* that your product specifically exploits?57 - **"The market is big and growing."** Growth is not timing. Name the inflection point.58 - **No change identified.** If nothing specific changed, this idea could have been built 5 years ago. Why was it not? That question often reveals the real answer.59604. **Assess timing strength.** Rate the timing advantage:61 - **STRONG** — a specific, recent, irreversible change that directly enables this product. Clear evidence.62 - **MODERATE** — a real trend, but not unique to this product. Others will see it too.63 - **WEAK** — generic trends, no specific inflection point, or the change happened too long ago to be a timing advantage.64 - **TOO EARLY** — the change is real but has not yet reached the tipping point for the target customer.65665. **Write full output** to `./founder-outputs/why-now-output.md`. Display a concise summary in chat: the timing thesis, strength rating, and note that full output is saved to the file.6768## Output6970Write full output to `./founder-outputs/why-now-output.md`. Display concise summary in chat.7172File format:7374```markdown75# Why Now Output76**Generated:** [date]77**Idea:** [one-sentence restatement]7879## Timing Thesis80[One paragraph: what changed and why it matters for this specific product]8182## Timing Factors8384### Technical85- [Specific change] — [How it enables this product] — [When it happened]8687### Regulatory88- [Specific change] — [Impact] — [When]8990### Behavioral91- [Specific change] — [Impact] — [When]9293### Market94- [Specific change] — [Impact] — [When]9596## Red Flags Checked97- [Any generic answers that were challenged and what replaced them]9899## Timing Strength100**[STRONG / MODERATE / WEAK / TOO EARLY]**101[2-3 sentences explaining the rating]102103## What Would Strengthen the Timing Case104[Specific evidence or events that would make the timing stronger]105106## Pipeline Status107**Timing:** [STRONG / MODERATE / WEAK / TOO EARLY]108**Recommended Next:** /verdict (if not yet run) or continue pipeline109```110
Full transparency — inspect the skill content before installing.