> pmpt

human-intervention-project

75 B Pioneer 📝 Documented 🧬 From Scratch
@Raunplaymore (10 projects) · 2 steps · 12.1 KB · 2026-02-27

HIP is an open-source protocol and CLI/MCP tool that makes AI pause, check its assumptions, and prot

#react#saas#mvp

Clone via terminal:

pmpt clone human-intervention-project
GitHub README GitHub
Loading README...
1

Starting Prompt

This single prompt is where the project began.

human-intervention-project — Product Development Request

What I Want to Build

HIP is an open-source protocol and CLI/MCP tool that makes AI pause, check its assumptions, and protect human judgment before every response.

Additional Context

Existing project with established codebase.

  • Project structure: templates/

Key Features

  • Existing project features

Please help me build this product based on the requirements above.

  1. First, review the requirements and ask if anything is unclear.
  2. Propose a technical architecture.
  3. Outline the implementation steps.
  4. Start coding from the first step.

I'll confirm progress at each step before moving to the next.

Documentation Rule

Important: When you make progress, update .pmpt/docs/pmpt.md (the human-facing project document) at these moments:

  • When architecture or tech decisions are finalized
  • When a feature is implemented (mark as done)
  • When a development phase is completed
  • When requirements change or new decisions are made

Keep the Progress and Snapshot Log sections in pmpt.md up to date. After significant milestones, run pmpt save to create a snapshot.

Per-Feature Checklist

After completing each feature above:

  1. Mark the feature done in .pmpt/docs/pmpt.md (change - [ ] to - [x])
  2. Add a brief note to the Snapshot Log section
  3. Run pmpt save in terminal
2

Project Plan

The development plan AI organized from the prompt.

Idea
HIP is an open-source protocol and CLI/MCP tool that makes AI pause, check its assumptions, and protect human judgment before every response.
Core Features
Existing project features
3

Development Journey

A summary of 2 snapshots recorded during AI development. Clone the project to explore the full history.

v2 2026-02-27

Architecture Finalized

  • · Development tracking confirmed in `cli/.pmpt`.
  • · Chosen architecture: single protocol source + shared core constants module for CLI/MCP.
Detail

human-intervention-project

Product Idea

HIP is an open-source protocol and CLI/MCP tool that makes AI pause, check its assumptions, and protect human judgment before every response.

Additional Context

Existing project with established codebase.

  • Project structure: templates/
  • PMPT tracking path: cli/.pmpt

Features

  • Existing project features

Architecture Decisions

  • Keep protocol text as a single source of truth in cli/templates/protocol.md.
  • Share runtime constants (CLI version + protocol version + protocol body) via cli/lib/core.cjs.
  • Reuse shared constants from both cli/bin/hip.js and cli/bin/mcp-server.mjs to remove drift.

Implementation Plan

  • Step 1: Create shared core module and wire CLI/MCP to it.
  • Step 2: Add focused tests for core loading/version parsing and command regression checks.
  • Step 3: Polish docs and release prep (version sync, changelog, package verification).

Progress

  • Project setup
  • Core features implementation
  • Testing & polish

Snapshot Log

v1 - Initial Setup

  • Project initialized with pmpt

v2 - Architecture Finalized

  • Development tracking confirmed in cli/.pmpt.
  • Chosen architecture: single protocol source + shared core constants module for CLI/MCP.

v3 - Step 1 Implemented

  • Added cli/lib/core.cjs to centralize CLI_VERSION, PROTOCOL_VERSION, and PROTOCOL.
  • Updated cli/bin/hip.js and cli/bin/mcp-server.mjs to consume shared core values.
  • Updated cli/package.json files field to include lib/ for package publishing safety.

This document tracks your project progress. Update it as you build. AI instructions are in pmpt.ai.md — paste that into your AI tool.

Files (2)

plan.mdpmpt.ai.md
v1 2026-02-27

Initial Setup

  • · Project initialized with pmpt
Detail

human-intervention-project

Product Idea

HIP is an open-source protocol and CLI/MCP tool that makes AI pause, check its assumptions, and protect human judgment before every response.

Additional Context

Existing project with established codebase.

  • Project structure: templates/

Features

  • Existing project features

Progress

  • Project setup
  • Core features implementation
  • Testing & polish

Snapshot Log

v1 - Initial Setup

  • Project initialized with pmpt

This document tracks your project progress. Update it as you build. AI instructions are in pmpt.ai.md — paste that into your AI tool.

Files (2)

plan.mdpmpt.ai.md