Overview
AutoPM gives software teams a persistent product-management layer around their coding agents. It keeps decisions and product state in local, reviewable artifacts instead of scattering them across prompts, chat history, and external tools.
Key Features
- Guided product context and objective management
- Reviewable planning, triage, and release-readiness workflows
- Local scheduled jobs, heartbeat runs, and durable memory
- Opportunity research workflows with analysis and skeptical review
- Conservative safety boundaries around external side effects
Technical Approach
AutoPM ships as the @jacfrost/autopm npm package and bundles a Pi-derived agent
runtime behind a standalone command-line interface. Workspace state stays local
and inspectable, while external mutations require explicit, reviewed authority.