pmptwiki/pmpt-cli

๐Ÿ’ป Developer Tools
0 Views
0 Installs

๐Ÿ“‡ ๐Ÿ  - Record and share your AI-driven development journey. Auto-saves project milestones with summaries, generates structured AI prompts via 5-question planning, and publishes to pmptwiki.com community platform.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "pmptwiki-pmpt-cli": {
      "command": "npx",
      "args": [
        "-y",
        "pmptwiki-pmpt-cli"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

pmpt

Record and share your AI-driven product development journey.

npm version license node

Plan with 5 questions. Build with AI. Save every version. Share and reproduce.

Quick Start ยท Commands ยท MCP Server ยท Explore Projects


Demo

pmpt plan demo

Answer 5 questions โ†’ AI prompt auto-generated & copied to clipboard โ†’ Paste into Claude Code / Codex / Cursor โ†’ Start building!


Install

npm install -g pmpt-cli

Requires Node.js 18+


Quick Start

# 1. Install
npm i -g pmpt-cli

# 2. Initialize your project
pmpt init

# 3. Answer 5 questions โ†’ AI prompt auto-generated & copied
pmpt plan

# 4. Paste into Claude Code / Codex / Cursor โ†’ Build your product!

# 5. Save your progress anytime
pmpt save

# 6. Share with the community
pmpt login && pmpt publish

# Bonus: Explore what others are building
pmpt explore

Why pmpt?

Without pmptWith pmpt
PlanningStare at blank screen, write vague promptsAnswer 5 guided questions, get structured AI prompt
TrackingLose track of what you built and howEvery version auto-saved with full history
SharingShare finished code onlyShare the entire journey โ€” others can reproduce it

The 5 Questions

pmpt plan asks just 5 questions to generate a complete AI prompt:

#QuestionExample
1Project namemy-budget-app
2What to buildA budget tracking app for freelancers
3Additional context (optional)Simple UI, mobile-friendly
4Key featuresExpense tracking; Monthly reports; CSV export
5Tech stack (optional)React, Node.js โ€” or let AI decide

The generated prompt is automatically copied to your clipboard. Just paste it into your favorite AI tool.


Commands

Local

CommandDescription
pmpt initInitialize project and start tracking
pmpt plan5 questions โ†’ AI prompt (auto-copied to clipboard)
pmpt saveSave current state as a snapshot
pmpt watchAuto-detect file changes and save versions
pmpt statusCheck project status, tracked files, and quality score
pmpt historyView version history
pmpt diff v1 v2Compare two versions (unified diff)
pmpt diff v3Compare version vs working copy
pmpt squash v2 v5Merge versions v2โ€“v5 into one
pmpt exportExport project as .pmpt file
pmpt import <file>Import from .pmpt file
pmpt recoverRecover damaged pmpt.md via AI-generated prompt
pmpt mcp-setupAuto-configure MCP server for your AI tool
pmpt -vShow current CLI version

Platform

CommandDescription
pmpt loginAuthenticate via GitHub (one-time)
pmpt publishPublish your project (requires quality score โ‰ฅ 40)
pmpt updateQuick re-publish: update content without changing metadata
pmpt editEdit published project metadata (description, tags, category, visibility, related projects, product URL)
pmpt unpublishRemove a published project from pmptwiki
pmpt graduateGraduate a project โ€” archive with badge, move to Hall of Fame
pmpt clone <slug>Clone and reproduce someone's project
pmpt exploreOpen pmptwiki.com/explore in your browser

Quality score below 40? pmpt copies an AI improvement prompt to your clipboard โ€” paste it into your AI tool to get help improving your project.

See the full documentation at pmptwiki.com/docs


MCP Server

pmpt includes a built-in MCP server so AI tools can interact with pmpt directly. This means Claude Code, Cursor, and other MCP-compatible tools can save snapshots, check status, and review history without you typing commands.

Setup

pmpt-mcp is included when you install pmpt โ€” no separate installation needed.

npm install -g pmpt-cli   # pmpt + pmpt-mcp both installed

Automatic Setup (Recommended)

pmpt mcp-setup

Auto-detects the pmpt-mcp binary path, lets you choose your AI tool (Claude Code, Cursor, or .mcp.json), and writes the config. Solves PATH issues common with nvm.

Manual Setup

Add to your .mcp.json (or IDE MCP config):

{
  "mcpServers": {
    "pmpt": {
      "command": "pmpt-mcp"
    }
  }
}

nvm users: If your AI tool can't find pmpt-mcp, use pmpt mcp-setup or replace "pmpt-mcp" with the absolute path (run which pmpt-mcp to find it).

Available Tools

ToolDescription
pmpt_plan_questionsGet planning questions to ask the user conversationally
pmpt_planSubmit answers to generate AI prompt and project docs
pmpt_saveSave a snapshot with detailed summary
pmpt_update_docCheck off features, add progress notes, backfill summaries
pmpt_log_decisionRecord architectural/technical decisions with reasoning
pmpt_read_contextRead full project context (plan, docs, history, quality)
pmpt_statusCheck tracked files, snapshot count, and quality score
pmpt_historyView version history with git commit info
pmpt_diffCompare two versions, or a version against working copy
pmpt_edit_planEdit plan fields โ€” regenerates plan.md and pmpt.ai.md
pmpt_qualityCheck quality score and publish readiness
pmpt_publishPublish project to pmptwiki.com

All tools accept an optional projectPath parameter (defaults to cwd).


How It Works

  You                          pmpt                         AI Tool
   โ”‚                            โ”‚                              โ”‚
   โ”œโ”€โ”€ pmpt init โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ†’โ”‚                              โ”‚
   โ”‚                            โ”‚  Creates .pmpt/ project      โ”‚
   โ”‚                            โ”‚                              โ”‚
   โ”œโ”€โ”€ pmpt plan โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ†’โ”‚                              โ”‚
   โ”‚   (answer 5 questions)     โ”‚  Generates AI prompt         โ”‚
   โ”‚                            โ”‚  โ†’ Copied to clipboard       โ”‚
   โ”‚                            โ”‚                              โ”‚
   โ”œโ”€โ”€ Ctrl+V โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ†’โ”‚
   โ”‚                            โ”‚                    Builds your product
   โ”‚                            โ”‚                              โ”‚
   โ”œโ”€โ”€ pmpt save โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ†’โ”‚                              โ”‚
   โ”‚                            โ”‚  Snapshots version history   โ”‚
   โ”‚                            โ”‚                              โ”‚
   โ”œโ”€โ”€ pmpt publish โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ†’โ”‚                              โ”‚
   โ”‚                            โ”‚  Shares with community       โ”‚
   โ”‚                            โ”‚                              โ”‚
   โ””โ”€โ”€ Others: pmpt clone โ”€โ”€โ”€โ”€โ”€โ†’โ”‚  Reproduces your journey     โ”‚

Project Structure

your-project/
โ””โ”€โ”€ .pmpt/
    โ”œโ”€โ”€ config.json        # Project configuration
    โ”œโ”€โ”€ docs/              # Generated documents
    โ”‚   โ”œโ”€โ”€ plan.md        # Product plan (features checklist)
    โ”‚   โ”œโ”€โ”€ pmpt.md        # Progress tracking & decisions
    โ”‚   โ””โ”€โ”€ pmpt.ai.md     # AI-ready prompt (project context & instructions)
    โ””โ”€โ”€ .history/          # Auto-saved version history
        โ”œโ”€โ”€ v1-2024-02-20/
        โ”œโ”€โ”€ v2-2024-02-21/
        โ””โ”€โ”€ ...

.pmpt File Format

A single portable file containing your entire development journey:

{
  "schemaVersion": "1.0",
  "meta": {
    "projectName": "my-budget-app",
    "description": "Budget tracking app for freelancers",
    "createdAt": "2024-02-20T10:00:00Z"
  },
  "plan": {
    "productIdea": "A budget tracking app...",
    "coreFeatures": "Expense tracking; Monthly reports",
    "techStack": "React, Node.js"
  },
  "docs": {
    "plan.md": "...",
    "pmpt.md": "...",
    "pmpt.ai.md": "..."
  },
  "history": [
    { "version": 1, "timestamp": "...", "files": {} },
    { "version": 2, "timestamp": "...", "files": {} }
  ]
}

Share it. Clone it. Reproduce it.


Use Cases

  • Have an idea but no coding skills? โ€” Answer 5 questions, paste the prompt into AI, and start building
  • Startup founders โ€” Document your MVP creation process from day one
  • Content creators โ€” Share your AI-assisted building journey as reproducible content
  • Learners โ€” Clone published projects to study how others build with AI

Explore Projects

Don't know what to build? See what others have created with AI.

# Open the explore page
pmpt explore

# Found something interesting? Clone it and make it yours
pmpt clone budget-tracker-app

Explore Projects on pmptwiki.com โ†’

Clone any project to see how it was planned, what prompts were used, and how it evolved step by step. The clone output shows the product idea, tech stack, and full version history.


Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.


Links


License

MIT


If pmpt helps you build something, give it a โญ

Explore what others are building โ†’

Buy Me A Coffee

Related MCP Servers

Moxie-Docs-MCPโ˜… Featured

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

๐Ÿ’ป Developer Tools2 views
3KniGHtcZ/codebeamer-mcp

๐Ÿ“‡ โ˜๏ธ ๐ŸŽ ๐ŸชŸ ๐Ÿง - Codebeamer ALM integration for managing work items, trackers, and projects. Provides 17 tools for reading and writing items, associations, references, comments, and risk management data via Codebeamer REST API v3.

๐Ÿ’ป Developer Tools1 views
21st-dev/Magic-MCP

Create crafted UI components inspired by the best 21st.dev design engineers.

๐Ÿ’ป Developer Tools0 views
a-25/ios-mcp-code-quality-server

๐Ÿ“‡ ๐Ÿ  ๐ŸŽ - iOS code quality analysis and test automation server. Provides comprehensive Xcode test execution, SwiftLint integration, and detailed failure analysis. Operates in both CLI and MCP server modes for direct developer usage and AI assistant integration.

๐Ÿ’ป Developer Tools0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.