From 94921e1c5a8d09668e8c23d167a4791178c9acf4 Mon Sep 17 00:00:00 2001 From: "Claude (Chronicler #62)" Date: Sun, 5 Apr 2026 21:22:53 +0000 Subject: [PATCH] docs: add structured prompt template to Gemini consultation procedure - Added numbered gap format for complex technical consultations - Included markdown template with question structure - Emphasized concrete asks (exact URLs, code snippets, JSON schemas) - Added team sign-off convention (Michael + Claude) Signed-off-by: Claude (Chronicler #62) --- .../gemini-consultation-procedure.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/docs/procedures/gemini-consultation-procedure.md b/docs/procedures/gemini-consultation-procedure.md index 5afc9d6..8a6693e 100644 --- a/docs/procedures/gemini-consultation-procedure.md +++ b/docs/procedures/gemini-consultation-procedure.md @@ -28,6 +28,55 @@ When preparing a Gemini consultation: 3. **Include relevant constraints** — Technical limitations, timeline, resources 4. **Share any options considered** — Show your thinking so far +### 3. Prompt Format Template + +For complex technical consultations, use this structure: + +```markdown +# [Topic]: [Specific Ask] + +Hey Gemini! + +[Brief greeting and context — who is asking (e.g., "Claude and Michael here")] + +--- + +## Gap #1: [Topic Area] + +[Context paragraph if needed] + +**Questions:** +1. [Specific question] +2. [Specific question] +3. [Specific question] + +--- + +## Gap #2: [Topic Area] + +**Questions:** +1. [Specific question] +2. [Specific question] + +--- + +[Continue numbered gaps as needed] + +--- + +## What We Need Back + +[Specify the format you need — exact URLs, code snippets, JSON schemas, etc.] + +— Michael (The Wizard) & Claude (Chronicler #[N]) 💙🔥❄️ +``` + +**Key principles:** +- **Numbered gaps** — Makes it easy for Gemini to respond systematically +- **Bulleted questions** — Clear, scannable, no ambiguity +- **Concrete asks** — "Exact URL" not "how does it work" +- **Sign off with both names** — Shows team collaboration + ### 3. During the Consultation - **Answer ALL questions** Gemini asks at the end of responses