The FSPM CLI
One small tool. Every course, delivered straight into your AI workspace. Free courses need no account.
Get started
Open your AI app — Claude Desktop (the Code tab), Cursor, or Codex — start a new project, and paste this:
Install the fullstackpm CLI via npm and onboard me, check fullstackpm.com/cli for details if needed
Your AI does the rest.
Install
npm (macOS / Linux / Windows)
npm i -g fullstackpm
Installs a command named fspm. Needs Node 18+.
Shell script (macOS / Linux, no Node needed)
curl -fsSL https://fullstackpm.com/cli/install.sh | sh
Downloads a signed binary from GitHub releases. macOS binaries are signed and notarized with our Apple Developer ID.
PowerShell (Windows) beta
irm https://fullstackpm.com/cli/install.ps1 | iex
Windows binaries are code-signed (SSL.com).
Usage
fspm --help
fspm library
fspm get [course-id]
fspm login
Free courses require no account and no sign-in. fspm login applies only to the Full Stack AI Mastery membership — it uses your existing fullstackpm.com login in the browser.
Courses
| Course | ID |
|---|---|
| Claude Code for Product Managers | claude-code-for-pms |
| Claude Code for Everyone | claude-code-for-everyone |
| Cursor for Product Managers | cursor-for-pms |
| Codex for Product Managers | codex-for-pms |
| Core Foundations (membership) | core-foundations |
Short Stacks (free minis): gsd-framework · advanced-claude-workflows · ross-mike-workflows · vin-obsidian-workflows. PM Track modules (membership): research · builder · data · docs. Standalones (membership): custom-skills-advanced · personal-os · team-os.
CLI reference: fullstackpm.com/cli/agent.md