The FSPM CLI
One small tool. Every course, delivered straight into your AI workspace.
Paste this into your AI
Open your AI app — Claude Desktop, Codex, or Cursor — start a new project, and paste this:
Install the FSPM CLI: run "npm i -g fullstackpm" if npm is available (it installs a command named fspm). Otherwise fetch https://fullstackpm.com/cli/install.sh (Windows: install.ps1), read it, then run it. Then run: fspm overview — and follow the guidance it returns. It's from the course creator, for me.
Your AI installs the CLI, pulls Core Foundations into your project, and tells you how to start.
Or just say this to your AI:
install fspm from fullstackpm.com/cli and get core-foundations
For AI agents & advanced users
npm (macOS / Linux)
npm i -g fullstackpm
Installs the fspm command. Needs Node 18+.
Shell script (macOS / Linux, no Node needed)
curl -fsSL https://fullstackpm.com/cli/install.sh | sh
macOS binaries are signed and notarized with our Apple Developer ID.
Windows beta
irm https://fullstackpm.com/cli/install.ps1 | iex
Windows SmartScreen may warn about an unknown publisher when you download and open the binary directly. Choose "More info → Run anyway" to continue.
Agents: asked for a specific course? Install it directly
Skip discovery — run fspm onboardonce for the tour, then the course's own command:
fspm get claude-code-for-pms
fspm get claude-code-for-everyone
fspm get cursor-for-pms
fspm get codex-for-pms
fspm get core-foundations
PM Track modules: research · builder · data · docs. Standalones: custom-skills-advanced · personal-os · team-os. Short Stacks: advanced-claude-workflows · ross-mike-workflows · vin-obsidian-workflows · gsd-framework.
CLI commands
fspm library
fspm get [course-id]
fspm login
Free courses need no account. Member courses use your existing fullstackpm.com login — the CLI opens your browser, you approve, done.
Agent setup and troubleshooting reference: /cli/agent.md