Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ A reference implementation of a **PM / Competitive Intelligence Agent** built on

---

## About

Product managers spend hours every week hunting for competitive signals, synthesizing customer feedback, and updating stakeholders — work that is repetitive, time-consuming, and often left half-done.

This project is a reference implementation of an **AI-powered PM agent** built on [Warp](https://www.warp.dev/). It ships as a set of composable [Warp skills](https://docs.warp.dev/) — each one a self-contained, agent-executable workflow — that together cover the full PM intelligence loop: gathering customer signals, monitoring competitors, drafting docs, and escalating issues.

**Who it's for:** PMs and developer-tool teams who want to automate routine competitive and customer-intelligence work without building custom tooling from scratch.

**How to use it:** Clone the repo, replace the placeholder values with your own service credentials and identifiers, open the project in Warp, and ask the agent in plain English (e.g. *"Create a WYNK for this week"* or *"Fix the P0 issues from the latest briefing"*). Warp routes the request to the right skill automatically.

**Design philosophy:** Every skill is plain Python + shell — no proprietary framework lock-in. The agent layer is Warp, but the scripts are portable and can be adapted to other orchestration environments.

---

## What it does

This agent gives a PM the skills to:
Expand Down
Loading