The / is the new prompt grammar.
Transform natural language into structured, executable AI workflows. One symbol. Five roles. Infinite combinations.
Prompt Workspace
Write, run, validate, and score slash prompts in real time.
Slash Command Library
Click any command to insert it into the prompt editor. Commands are grouped by cognitive category.
Visual Prompt Builder
Drag, drop, and reorder commands to construct a workflow. The textual prompt updates live.
// Your generated prompt will appear here
Workflow Examples
Real-world slash prompt scenarios across writing, education, architecture, and recursive refinement.
Recursive Refinement
Watch a prompt evolve through Analyse → Critique → Refine cycles. Each iteration improves the previous.
Natural Language Converter
Transform ordinary prose into structured slash prompts. Natural Language → Structured Prompt Language.
// Converted slash prompt will appear here
AI Model Selector
Slash syntax is interpreted differently by each platform. Choose a model to see how it might process your prompt.
Important: / is not universal
The slash is not inherently intelligent. Its meaning depends on:
Central Theory
Prompts evolve through three stages. The slash acts as a visible boundary between operations.
FUNCTION ProcessSlashPrompt(prompt):
commands = ParseSlashCommands(prompt)
FOR each command IN commands:
IF command == "/READ":
ExecuteRead()
IF command == "/ANALYSE":
ExecuteAnalysis()
IF command == "/CRITIQUE":
ExecuteCritique()
IF command == "/CALCULATE":
ExecuteCalculation()
IF command == "/REFINE":
ExecuteRefinement()
IF command == "/REPEAT":
RepeatWorkflow()
IF command == "/OUTPUT":
GenerateOutput()
RETURN FinalResult
Export Workflow
Save your prompt in multiple formats. Exports use the current workspace content.
Comments
Post a Comment