AI Product‑Management copilot for Cursor & Cline IDEs ‑ guiding you from idea ➜ MVP docs with chat‑first workflows.
Product teams at fast‑moving startups rarely have time to open Confluence. Yet skipping structured discovery & scoping leads to feature creep and re‑work. pm‑workflow‑copilot‑ide embeds a lightweight, opinionated product‑management workflow inside the editor chat you already use, keeping momentum while safeguarding first‑principles rigor.
- Rules file is loaded by Cursor/Cline so the assistant understands the workflow and file‑naming conventions.
- On first mention of a project (e.g. “weather app”) the copilot creates pm_project_docs/<project_name>/.
- For every workflow step it suggests the next best action and offers to auto‑generate artefacts (Opportunity Brief, MVP Scope, Usability Findings…).
- All artefacts are Markdown stored alongside code, enabling docs‑as‑code review flows.
- Progress is logged to pm-progress.json for instant context recall.
Below are a handful of concise interactions that illustrate typical usage. Real wording varies by IDE, but the flow stays the same.
(Conversation styles differ across IDEs; snippets are simplified for readability.)
Tip: keep your product‑management artefacts in git. They get versioned automatically, and reviewers can PR suggestions like any code change.
Strategic Alignment | product_charter.md | "Who is this for?" |
Problem Discovery | opportunity_brief.md | "Draft 5 survey Qs" |
Solution Definition | mvp_scope.md | "Prioritize MVP features" |
Feasibility & Viability | technical_feasibility.md business_viability.md |
"Assess tech risks" |
Requirements | prd.md | "Generate PRD" |
Heads‑up: pm‑workflow‑copilot‑ide began as a proving ground for bringing lightweight product‑management support into the broader Rulebook‑AI ecosystem — a cross‑IDE "rules + memory bank" toolkit for AI coding assistants. The long‑term plan is to merge this functionality upstream and deprecate this standalone repo once parity is reached. Follow the Rulebook‑AI repo for consolidated updates.
- Context‑aware commands for VS Code extension
- Slack bot companion for cross‑functional reviews
- Automatic link‑back between PRs and related PM artefacts
Check the issues list for more.
- Fork and create a feature branch.
- Follow Conventional Commits for commit messages.
- Run pre‑commit install to auto‑format Markdown.
- Open a PR – the README’s badges will update once CI passes.
We love fresh perspectives from PMs, designers & engineers alike.
Distributed under the MIT License. See LICENSE for details.
- Inspired by Tom Preston‑Werner’s "README first" philosophy.
- Workflow adapted from the open‑source [Product Management Workflow for Startups].
- Badges by shields.io.# pm-workflow-copilot-ide