Skip to content

menkesu/genaipm-claw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GenAI PM Claw

Turn your NanoClaw into an AI-powered PM operating system.

What You Get

  • 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 integrationsGenAI PM insights (free) + Agent Vitamins self-improvement ($7/mo)

Install

Prerequisites

  • NanoClaw set up with at least one channel (WhatsApp, Discord, Telegram, or Slack)
  • Claude Code

Quick Start

  1. Open Claude Code in your NanoClaw directory
  2. Type /genaipm-claw
  3. Answer 5 questions (name, goal, KPIs, initiatives, optional integrations)
  4. Done — your PM OS is running

Manual Install

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.sh

Then open Claude Code and run /genaipm-claw to configure.

Available Skills

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

Updating

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.sh

Architecture

This 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

License

MIT

About

Turn NanoClaw into an AI PM operating system — 16 skills, daily brief, Command Center, memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors