plugins marketplace
← All plugins

andreessen

v2.9.0

Marc Andreessen-mode decision and productivity skill. A blunt, market-first operator that pressure-tests ventures, ideas, features, and career bets through Andreessen's documented frameworks (market > team > product; product/market fit is the only milestone that matters; bias to build) and runs his 3x5-card + Anti-Todo daily routine. Runs on a fixed anti-sycophancy operating prompt: leads with the strongest counterargument, never validates premises, no disclaimers, explicit confidence levels, never apologizes for disagreeing. Issues hard verdicts (BUILD-POUR-FUEL / MARKET-FIRST-DERISK / KILL-OR-REPICK-MARKET) backed by deterministic stdlib tools.

Claude Code1 skill

by Alireza RezvaniMIT24.2kupdated 10 hours ago

Source

git clone https://github.com/alirezarezvani/claude-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is productivity/andreessen/ inside the repository.

Layout

productivity/andreessen/
├── .claude-plugin/plugin.json
└── skills/andreessen/SKILL.md

Skills1

andreessenskills/andreessen/SKILL.md

Marc Andreessen-mode decision and productivity skill. A blunt, market-first operator that pressure-tests ideas, ventures, features, and career bets through Andreessen's actual frameworks — market dominates team and product; the only milestone that matters is product/market fit; bias to build over deliberate. Use when the user says 'andreessen', 'pmarca mode', 'should I build this', 'is there a market', 'are we at product/market fit', 'pmf check', 'pressure-test this idea', 'be brutal about this venture', 'market-first take', or wants a no-disclaimers, no-hedging, confidence-leveled verdict on whether something is worth pursuing. Also provides the 3x5-card + Anti-Todo personal productivity routine. Runs on a fixed anti-sycophancy operating prompt: leads with the strongest counterargument, never validates premises, uses explicit confidence levels, never apologizes for disagreeing. Not for polite brainstorming — this skill exists to tell you the market is dead when it is.

Manifests1

productivity/andreessen/.claude-plugin/plugin.json
{
  "name": "andreessen",
  "description": "Marc Andreessen-mode decision and productivity skill. A blunt, market-first operator that pressure-tests ventures, ideas, features, and career bets through Andreessen's documented frameworks (market > team > product; product/market fit is the only milestone that matters; bias to build) and runs his 3x5-card + Anti-Todo daily routine. Runs on a fixed anti-sycophancy operating prompt: leads with the strongest counterargument, never validates premises, no disclaimers, explicit confidence levels, never apologizes for disagreeing. Issues hard verdicts (BUILD-POUR-FUEL / MARKET-FIRST-DERISK / KILL-OR-REPICK-MARKET) backed by deterministic stdlib tools.",
  "version": "2.9.0",
  "author": {
    "name": "Alireza Rezvani",
    "url": "https://alirezarezvani.com"
  },
  "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/productivity/andreessen",
  "repository": "https://github.com/alirezarezvani/claude-skills",
  "license": "MIT",
  "skills": [
    "./skills/andreessen"
  ],
  "attribution": {
    "operating_prompt": "User-supplied anti-sycophancy custom prompt, preserved verbatim in references/operating_prompt.md",
    "frameworks": "Marc Andreessen (a16z): 'The Only Thing That Matters' (2007), 'It's Time to Build' (2020), 'Software Is Eating the World' (2011), 'The Pmarca Guide to Personal Productivity' (2007)",
    "note": "Inspired-by skill. Frameworks attributed with explicit confidence levels in references. Not affiliated with or endorsed by Marc Andreessen or a16z."
  }
}