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.
An elite product management operating system with 77 framework agents, built for both Cursor IDE and Claude Code CLI.
.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 belowBoth orchestrators read from the same .claude/ database. Your work (the Vault) is saved to 01_Global_Context/ and 02_Product_Workspace/, which are gitignored.
Mac / Linux:
source boot_os.shWindows (PowerShell):
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\boot_os.ps1boot_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
gemma4model pulled. If you prefer the Anthropic API instead, skipboot_osand runclaudedirectly —CLAUDE.mdis auto-loaded by Claude Code from the project root.
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.
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, enablementThese are never committed. Back them up separately (e.g., a private repo, iCloud, or Dropbox).
.claude/skills/your_agent_name/SKILL.md with the YAML frontmatter block and agent instructions..claude/rules/agent_registry.md..claude/rules/intent_dictionary.md.That is the complete workflow — single source of truth, no duplication.