Turn your NanoClaw into an AI-powered PM operating system.
- 16 PM slash commands — decisions, retros, PRDs, prioritization, competitive analysis, and more
- Daily Brief — morning intelligence with goal tracking, KPI changes, initiative updates, and decision reminders
- Command Center — HTML dashboard with KPI tiles, initiative kanban, decision log
- Memory system — Compiled Truth + Timeline wiki that compounds knowledge over time
- Optional integrations — GenAI PM insights (free) + Agent Vitamins self-improvement ($7/mo)
- NanoClaw set up with at least one channel (WhatsApp, Discord, Telegram, or Slack)
- Claude Code
- Open Claude Code in your NanoClaw directory
- Type
/genaipm-claw - Answer 5 questions (name, goal, KPIs, initiatives, optional integrations)
- Done — your PM OS is running
cd your-nanoclaw-directory
git remote add pmclaw https://github.com/menkesu/genaipm-claw.git
git fetch pmclaw main
git merge pmclaw/main --allow-unrelated-histories
./container/build.shThen open Claude Code and run /genaipm-claw to configure.
| Command | Description |
|---|---|
/pm-setup |
Configure your PM OS from 5 questions |
/daily-brief |
Morning intelligence brief (6 sections) |
/pm-decision |
Log and classify decisions (Type 1/Type 2) |
/pm-metrics |
Define & update KPIs and North Star metric |
/pm-prioritize |
RICE/ICE scoring for features |
/pm-prd |
Generate Product Requirements Document |
/pm-retro |
Weekly retrospective on progress |
/pm-competitive |
Competitive landscape analysis |
/pm-stakeholder-update |
Status update for leadership |
/pm-interview-guide |
User research interview script (Mom Test) |
/pm-launch-checklist |
Pre-launch go/no-go verification |
/pm-energy-audit |
Zone of Genius energy review |
/pm-add-module |
Add optional Command Center panels |
/pm-skills |
List all available commands |
/one-step-better-ai-pm |
Apply latest GenAI PM insight |
/av-improve |
Agent Vitamins self-improvement |
NanoClaw core and the PM layer update independently:
# Update NanoClaw core
git pull origin main
# Update PM layer
git fetch pmclaw main
git merge pmclaw/main --no-edit
./container/build.shThis repo merges cleanly into NanoClaw — it only adds files, never modifies NanoClaw core:
.claude/skills/genaipm-claw/ ← Installer (host-level, for Claude Code IDE)
container/skills/pm-*/ ← 16 agent skills (auto-synced to containers)
container/skills/daily-brief/ ← Daily brief skill
container/skills/one-step-*/ ← GenAI PM integration skill
container/skills/av-improve/ ← Agent Vitamins skill
groups/global/pm-template/ ← CLAUDE.md template, HQ dashboard, scripts
MIT