PromptPlus

|Adr-Plus Fields|Values Migrated | |–|–| |ADR|Static facade with four entry points| |Version|01| |Revision|01| |Scope|| |Domain|| |Created|Proposed (2026-07-24)| |Changed|Accepted (2026-07-24)| |Superseded||

PromptPlus # PromptPlus ## **ADR0002V01R01** [![NuGet](https://img.shields.io/badge/NuGet-PromptPlus-blue)](https://www.nuget.org/packages/PromptPlus) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![.NET](https://img.shields.io/badge/.NET-8%20%7C%209%20%7C%2010-512BD4)](https://dotnet.microsoft.com/)

↑ ADR Index


ADR0002V01R01 — Static facade with four entry points

Context

PromptPlus needs a discoverable, low-ceremony surface. Users should not have to wire up services, instantiate renderers, or manage lifetimes to show a prompt.

Decision

Expose everything through a single static facade PromptPlus with exactly four entry points:

Objects are never instantiated manually; all access flows through these four properties.

Consequences