Intelligent Product Management Assistant - v1.0
https://pipermorgan.ai ↗// readme
Piper Morgan - AI Product Management Assistant
An intelligent product management assistant that transforms routine PM tasks into natural conversations while providing strategic insights through AI-powered analysis.
🚀 Quick Start
Full documentation and getting started guides are available at pmorgan.tech
For Alpha Testers
If you’re part of the Piper Morgan alpha program, go to pmorgan.tech for:
- Alpha Quick Start
- Testing Guide
- Known Issues & Workarounds
For Developers
# Clone and setup
git clone https://github.com/mediajunkie/piper-morgan-product.git
cd piper-morgan-product
python -m venv venv && source venv/bin/activate
# Install dependencies
python -m pip install --upgrade pip
pip install -r requirements.txt
# Start infrastructure
docker compose up -d
# Run the application
python main.py
See the Technical Reference for complete development documentation.
📚 Documentation
- Complete Documentation - Full docs and guides at pmorgan.tech
- **[Contributing…