(Tentative)
| Definition | Functional Requirements | Syntax | Semantics |
Definition
Prompt Creation Directive (PGM-PCD)
- Is issued by A-User Control (PGM-AUC) to the Prompt Creation AIM (PGM-PRC).
- It initiates or modulates the generation of a PC-Prompt based on multimodal context, spatial intent, and semantic framing. It guides PGM-PRC in transforming structured inputs into natural language prompts for Basic Knowledge (PGM-BKN), ensuring referential precision and expressive alignment.
- It includes Semantic Goal, Framing Intent, Context Reference, and Modality Anchors.
Functional Requirements
| Function | Description |
| Directive Type | Specifies whether to generate a new prompt or refine an existing one. |
| Semantic Goal | Indicates the intended purpose or focus of the prompt. |
| Framing Intent | Suggests how the prompt should be framed (e.g., exploratory, instructive). |
| Context Reference | Links to the Context and Spatial Intent Guide inputs. |
| Modality Anchors | Optionally constrains which modalities (text, audio, visual) to prioritize. |
| Trace Metadata | Provides provenance for auditability and control lineage. |
Syntax
https://schemas.mpai.community/PGM1/V1.0/data/PromptCreationDirective.json
Semantics
| Label | Description |
| Header | Prompt Creation Directive Header |
| – Standard-PCD | The characters “PGM-PCD-V” indicating schema family and type |
| – Version | Major version – 1 or 2 characters |
| – Dot-separator | The character “.” separating version components |
| – Subversion | Minor version – 1 or 2 characters |
| DirectiveID | Unique identifier for this Prompt Creation Directive instance |
| DirectiveType | Type of prompt operation (generate, refine) |
| SemanticGoal | Intended purpose or focus of the prompt |
| FramingIntent | Framing strategy for prompt construction |
| – Style | Stylistic framing (e.g., exploratory, instructive, persuasive) |
| – Tone | Desired tone of the prompt |
| ContextReference | Reference to contextual inputs |
| – ContextID | Identifier of the Context snapshot |
| – SpatialIntentID | Identifier of the Spatial Intent Guide |
| ModalityAnchors | Optional modality prioritisation (text, audio, visual, 3d) |
| Trace | Provenance metadata for Prompt Creation Directive |
| – Origin | Module or subsystem that issued the directive |
| – Timestamp | Time of directive creation |