|
1 | | -# PromptImprover |
| 1 | +# ?? Promptimprover: MCP-First Prompt Governance |
2 | 2 |
|
3 | | -[](https://github.com/Coding-Autopilot-System/Promptimprover/actions/workflows/ci.yml) [](https://github.com/Coding-Autopilot-System/Promptimprover/actions/workflows/codeql.yml) |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | | -[](https://github.com/Coding-Autopilot-System/Promptimprover/actions/workflows/ci.yml) |
7 | | -[](https://nodejs.org/) |
8 | | -[](LICENSE) |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
9 | 10 |
|
10 | | -Part of the [Coding-Autopilot-System](https://github.com/Coding-Autopilot-System) ecosystem: |
11 | | -[gsd-orchestrator](https://github.com/Coding-Autopilot-System/gsd-orchestrator) | [autogen](https://github.com/Coding-Autopilot-System/autogen) |
| 11 | +**Promptimprover** is an elite Model Context Protocol (MCP) server that acts as an intelligent prompt governance layer. It intercepts, classifies, and refines raw engineering prompts using deep repository context before they ever reach an LLM, ensuring maximum execution success. |
12 | 12 |
|
13 | | -PromptImprover is an MCP-first prompt governance layer for engineering workflows. It sits between an AI client and execution tools, adds repo-aware context, applies prompt refinement rules, and records evidence that can be used to improve future runs. |
| 13 | +## ?? Elite Features |
| 14 | +* **Universal Refiner MCP**: Runs cross-CLI and editor-agnostic via the official MCP specification. |
| 15 | +* **Intelligent Governance**: Evaluates raw prompts against past failures and auto-injects missing context. |
| 16 | +* **Zero-Knowledge Evidence Engine**: Tracks execution outcomes and uses RLAIF (Reinforcement Learning from AI Feedback) to refine prompts dynamically. |
14 | 17 |
|
15 | | -This repository is strongest as a portfolio demonstration of three ideas: |
| 18 | +## ? Quickstart |
| 19 | +1. Ensure Node 22 is installed. |
| 20 | +2. Build the MCP Server: |
| 21 | + \\\ash |
| 22 | + npm install && npm run build |
| 23 | + \\\ |
| 24 | +3. Link to your MCP client: |
| 25 | + \\\ash |
| 26 | + npm run link-mcp |
| 27 | + \\\ |
16 | 28 |
|
17 | 29 | - prompt governance before code execution |
18 | 30 | - MCP-based integration instead of editor-specific glue |
|
0 commit comments