planpick
v0.1.3
Published
Turn AI coding agent plans into collaborative, shareable workflows
Readme
Planpick
Turn AI coding agent plans into collaborative, shareable workflows.
Plans are the missing layer between AI coding agents and team alignment. Every developer generates execution plans with Claude Code, Cursor, Windsurf, Cline, or Aider — but those plans vanish after the session. Planpick captures them, makes them better with AI, and puts them in front of the entire team: developers, PMs, stakeholders, and clients.
Quick start
npm install -g planpick
planpick login
planpick go SWT-1234 # draft + improve + audit + push + request review — all in oneDocumentation
Read in this order for the best understanding:
| # | Document | Description |
| --- | --- | --- |
| 1 | Vision | Why Planpick exists and what it becomes |
| 2 | Problems | 37 problems developers face with plans today |
| 3 | Simulation | A full team using Planpick end-to-end (day-in-the-life) |
| 4 | Commands | Complete CLI reference with usage, flags, and examples |
| 5 | Config | Configuration: user credentials + project .planpick.json |
| 6 | Database | PostgreSQL schema: 45 tables, 33 enums, all constraints |
| 7 | Differentiators | Moat features: network intelligence, workflow automation, collaboration |
| 8 | Adoption | How developers adopt it: progressive discovery and the go command |
| 9 | Roadmap | 5-phase roadmap from foundation to enterprise |
Development
pnpm install
pnpm dev # run locally with tsx
pnpm test # run tests
pnpm build # build with tsup