home/writing/prompt-authoring

Prompt Authoring

GPTClaudeGemini··790 copies·updated 2026-07-14
prompt-authoring.prompt
# 🤖 AI Agent Authoring Guide: Prompt Templates & Orchestration Configs

> **Audience:** AI Agents (Gemini, GPT, Claude, etc.) requested to create or extend Prompt Templates and Orchestration Configs for the Orchable system.
> **Last Updated:** 2026-02-24

This document provides full structures, rules, and practical examples so that an AI Agent can:
1. **Write new Prompt Templates** following system standards
2. **Create complete Orchestration Configs** (JSON) for any pipeline

---

## PART 1: PROMPT TEMPLATE

### 1.1 Concept

Each **Stage** in an Orchestrator corresponds to **1 Prompt Template** stored in the `prompt_templates` table (Supabase). A prompt template is a text instruction sent to Gemini AI, containing **placeholder variables** injected by the system at runtime.

---

### 1.2 Variable Conventions (Variable Delimiters)

| Type | Syntax | Purpose |
|:-----|:--------|:---------|
| **System variable** | `%%variable_name%%` | Data injected by n8n/orchestrator |
| **Content placeholder** (DRAG_AND_DROP) | `{{placeholder_name}}` | Blanks in questions — NOT system variables |

**Correct Example:**

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{placeholder_name}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo orchable/orchable (NOASSERTION). A "Prompt Authoring" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

orchable/orchable · NOASSERTION