Prompt Studio
Prompt Studio is the user's prompt asset manager. It belongs under /app-user
Position
Prompt Studio is the user's prompt asset manager. It belongs under /app-user
because prompts are personal AI workflow assets that can be collected, edited,
versioned, reviewed, and reused.
Prompt Studio is not AI Sidebar. It is not Command Center. It does not execute prompts in this milestone.
Current Surface
- Route:
/app-user/prompt-studio - Package:
@prox-os/user-apps - Source:
packages/apps/user-apps/src/apps/prompt-studio/ - Runtime kind:
os-package - Current status: mock UI with typed prompt templates
The current UI includes categories, prompt cards, editor preview, variables, version timeline, quality checklist, and placeholder actions.
Prompt examples cover CodeX language boundaries, UI generation, architecture documentation, compliance documentation, research synthesis, PR review, Storybook coverage, and connector integration planning.
Relationship To AI Sidebar And Command
- Prompt Studio stores and curates prompts.
- AI Sidebar may execute approved prompts later with current window or Space context.
- Command Center may search or trigger prompt templates later.
- This milestone keeps all three systems code-decoupled.
Future Contract
Future work should define a prompt/action registry with versioning, ownership, scope, variables, review state, permission requirements, and Activity events.
Prompt execution should be auditable and should never silently inherit sensitive connector or graph data.