Skip to content

PromptImprover Wiki

Role in the CAS portfolio

Promptimprover is part of the Governance plane of the Coding-Autopilot-System three-plane model (Control / Execution / Governance). It is an MCP-first prompt governance layer: it sits between an AI CLI and execution tools, adds repo-aware context, applies refinement rules, and — via its AgenticBlackboard — coordinates intent and history across concurrent agent sessions rather than treating each prompt as disposable chat.

Plane This repo's responsibility
Control (not this repo — see gsd-orchestrator)
Execution (not this repo — see autogen)
Governance Prompt refinement, cross-agent blackboard coordination, learning-review workflow

Quickstart

  • README.md — Quickstart, Local Semantic Model, Proof Points
  • Architecture — governance/blackboard flow
  • Operations — verified install/build/test/release-gate commands
  • Decisions — phase history and ADR convention

Part of the Coding-Autopilot-System org: gsd-orchestrator (control plane) · autogen (execution plane) · cas-contracts (shared schemas) · cas-evals (evidence gate)