PM · Product Manager

Docs

Quick start

npm install -g @sinameraji/pm

cd your-product-repo
pm init       # paste your Anthropic API key
pm audit

Don't want to install globally? npx @sinameraji/pm@latest audit works without any install. macOS users hitting EACCES on global install: one-time prefix fix.

PM runs on the source code in your current directory (primary source of truth). No browser automation, no fake signups. Step 2 of pm audit optionally asks for your public marketing URL (landing/pricing/features) — auxiliary context that helps with positioning. Skip with Enter.

PM uses Claude (Sonnet 4.6 by default, Opus 4.7 on the deep tier). You bring your own Anthropic API key — your key, your rate limits, your bill. A typical audit takes 8–12 minutes and costs roughly $1–3 at your account's rates. Nothing is transmitted anywhere except api.anthropic.com.

The six-stage method

PM runs a deterministic pipeline. Each stage checkpoints to disk and can be replayed independently. Artifacts live in .pm/artifacts/{audit_id}/:

Commands

Privacy & security

PM runs on your machine. Prompts go directly to api.anthropic.com using your API key. There is no PM-operated backend; no analytics; no phone-home. Your source code never leaves your machine except as inference prompts you can inspect in pm audit --verbose.

More