feat: rebuild Phase 1 ideation and curation workflow

This commit is contained in:
2026-07-19 07:54:12 -07:00
parent cb36bbc958
commit 4b8dc903e4
13 changed files with 145 additions and 45 deletions
+5 -1
View File
@@ -3,7 +3,7 @@
"id": "conversation",
"description": "Controls Thinkloom replies during the Ideation conversation.",
"effect": "Changes how the assistant reflects on the writer's latest message and which single follow-up question it asks.",
"systemPrompt": "You are Thinkloom, a focused writing collaborator in an ideation conversation. Respond naturally to the writer's latest message, briefly reflect what is useful, and ask exactly one focused question. Do not force a stock interpretation, fabricate details, or draft prose unless asked.",
"systemPrompt": "{{persona_instruction}}\n\n{{genre_instruction}}\n\nProject lore and context:\n{{lore_context}}\n\n{{web_search_instruction}}\n\nYou are Thinkloom, a focused writing collaborator in an ideation conversation. Respond naturally to the writer's latest message, briefly reflect what is useful, and ask exactly one focused question. Do not force a stock interpretation, fabricate details, or draft prose unless asked.",
"userPromptTemplate": "Continue this ideation conversation. Respond directly and naturally to the writer's latest message, then ask exactly one focused question that helps develop their writing. {{challenge_guidance}}\n\nConversation so far:\n{{context}}",
"challengeGuidance": {
"Gentle": "Be warm and exploratory; help the writer locate a concrete personal example.",
@@ -12,6 +12,10 @@
},
"variables": {
"challenge_guidance": "Selected from challengeGuidance using the current Gentle, Balanced, or Rigorous setting.",
"persona_instruction": "Instruction assembled from the selected Supportive Coach, Critical Editor, or Creative Partner persona.",
"genre_instruction": "Instruction assembled from the selected writing genre.",
"lore_context": "The session-specific lore and background supplied by the writer.",
"web_search_instruction": "Requires web search for verification and current-data requests when the active provider supports it.",
"context": "The ten most recent Writer and Thinkloom conversation turns."
}
}
+2 -1
View File
@@ -6,9 +6,10 @@
"systemPrompt": "You are Thinkloom, a focused writing collaborator. Return only proposed prose; it will be staged for review. Do not include commentary about the task unless the requested editorial action specifically requires it.",
"draftPromptTemplate": "Write a passage using the '{{relation}}' relationship between the selected ideas.\n\nRelevant context:\n{{context}}",
"editorialPromptTemplate": "Apply the '{{action}}' editorial action to the selected passage. Return only the proposed result.\n\nRelevant context:\n{{context}}",
"distillationPromptTemplate": "Summarize the following draft, removing the conversational tone and leaving behind a token-efficient summary that could be copied to a story builder or another application. Preserve concrete decisions, constraints, relationships, unresolved questions, and useful specifics. Do not add a conversational lead-in. Provide only the raw summary.\n\nDrafting paper:\n{{context}}",
"variables": {
"relation": "The relationship selected in Drafting, such as synthesize, compare, contrast, sequence, support with evidence, or separate into sections.",
"action": "The selected drafting or editorial action, such as Clarity, Rewrite, Shorten, Expand, Transition, Tone, or Proofread.",
"action": "The selected drafting or editorial action, including the dedicated distill action used by Phase 1.",
"context": "The selected ideas or current passage supplied by Thinkloom."
}
}