Newcontext-mode—Save 98% of your AI coding agent's context windowLearn more
MCP Directory
ServersClientsBlog

context-mode

Save 98% of your AI coding agent's context window. Works with Claude Code, Cursor, Copilot, Codex, and more.

Try context-mode
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2026 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Clients
  3. LastPM

LastPM

GitHub

An autonomous AI Chief of Staff inside your IDE (Cursor/Claude). Gain the leverage to escape the feature factory, elevate your product sense, and focus on building the right thing with exceptional taste.

4
0

The Last PM OS

An elite product management operating system with 77 framework agents, built for both Cursor IDE and Claude Code CLI.


Repository Structure

.claude/
  rules/          # 8 rule files + 7 canvas templates (universal database)
  skills/         # 77 agents, each as agent_name/SKILL.md
LastPM.md         # Orchestrator for Cursor IDE
CLAUDE.md         # Orchestrator for Claude Code CLI
boot_os.sh        # Environment boot script (Mac/Linux)
boot_os.ps1       # Environment boot script (Windows)
.gitignore        # Vault directories are gitignored — see below

Both orchestrators read from the same .claude/ database. Your work (the Vault) is saved to 01_Global_Context/ and 02_Product_Workspace/, which are gitignored.


Setup: Claude Code CLI

Mac / Linux:

source boot_os.sh

Windows (PowerShell):

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\boot_os.ps1

boot_os configures Ollama (Gemma 4) as the local model endpoint, attaches the Brave Search and Puppeteer MCP tools, then launches Claude with CLAUDE.md as the orchestrator.

Requires Ollama running locally with the gemma4 model pulled. If you prefer the Anthropic API instead, skip boot_os and run claude directly — CLAUDE.md is auto-loaded by Claude Code from the project root.


First Run (Either Tool)

On first use, if your vault is empty, the system will ask:

"Want me to run a quick setup so I have your product context loaded for every session? Takes about 10 minutes and you can skip any question."

Accept to run the context_setup_wizard, which walks you through populating your Canvas files (company profile, personas, competitive landscape, etc.). These become the auto-loaded baseline for all 77 agents.


The Vault (Your Private Data)

Your product and company data lives in two directories that are gitignored:

01_Global_Context/      # Company context, venture strategy, product context
02_Product_Workspace/   # Per-product initiatives, PRDs, artifacts, enablement

These are never committed. Back them up separately (e.g., a private repo, iCloud, or Dropbox).


Adding a New Agent

  1. Create .claude/skills/your_agent_name/SKILL.md with the YAML frontmatter block and agent instructions.
  2. Add an entry to .claude/rules/agent_registry.md.
  3. Add the intent keywords and action tag to .claude/rules/intent_dictionary.md.

That is the complete workflow — single source of truth, no duplication.

Repository

JD
JDAmiri

JDAmiri/LastPM

Created

March 20, 2026

Updated

April 13, 2026

Language

HTML

Category

AI