Piper Morgan Logo

Piper Morgan

An AI-powered product management assistant — and an experiment in human-AI collaboration.

Current version: v0.8.11.0 alpha · pipermorgan.ai · GitHub


What Piper Morgan does

Piper Morgan is a conversational PM assistant that connects to the tools a product manager already uses — GitHub, Notion, Slack, Google Calendar — and helps make sense of them together. Ask it what’s blocking the sprint, surface what needs attention today, or get a morning standup that says what’s actually happening rather than what the last person to update a ticket said was happening.

It’s built by a team of AI agents working alongside a human PM. That’s both the product and the point.


Alpha testing

Piper Morgan is currently in invite-only alpha at alpha.pipermorgan.ai.

If you’re part of the alpha:

Not in the alpha yet? You can follow along at pipermorgan.ai — we publish weekly ships, building narratives, and insights about what we’re learning.


Current capabilities


Architecture

FastAPI server (port 8001)
  ├── Intent dispatch → workflow rail
  ├── Integration services (GitHub · Notion · Slack · Calendar)
  ├── Radar object layer (WorkItem · Document · Conversation · People)
  └── Trust + skill routing (ADR-072)

PostgreSQL 14+ (port 5433) — primary store
Redis 7+ (port 6379) — session cache
ChromaDB (port 8000) — vector search
LLM: Claude (Anthropic)

Key docs (working corpus — on GitHub, not this site):


Running Piper locally

# 1. Clone and set up
git clone https://github.com/mediajunkie/piper-morgan-product.git
cd piper-morgan-product
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt

# 2. Configure
cp .env.example .env
# Add your API keys (Anthropic, GitHub, etc.)

# 3. Start services and launch
docker compose up -d
alembic upgrade head
python main.py   # server at localhost:8001

Note: If launching from a Claude Code shell, strip the inherited Anthropic env vars first — see the warning in CLAUDE.md.


Where things live

The working corpus lives in the repository — this site serves the visitor-facing documentation; everything below is one click away on GitHub:

What Where
Agent briefings + role assignments docs/briefing/
Architecture decisions (ADRs) docs/internal/architecture/current/adrs/
Product decisions (PDRs) docs/internal/product/pdr/
Methodology + process docs docs/internal/development/methodology-core/
Active session logs dev/YYYY/MM/DD/
Omnibus logs (daily synthesis) docs/omnibus-logs/
Public blog drafts docs/public/comms/drafts/

What’s next

Piper Morgan is in invite-only alpha, working toward the 0.9.0 beta (targeting early September 2026). The release sequence from here: MVP (the beta gate — alpha findings that must land before the private beta), then Production (required for the public beta), then Fast Follow.

Follow the weekly ships at pipermorgan.ai/shipping-news to see what’s shipping.


Support