From 86c628c50d1b385bb1bc4f00dd257f24d270ae83 Mon Sep 17 00:00:00 2001 From: Ani -- Annie Tunturi Date: Fri, 20 Mar 2026 22:39:40 -0400 Subject: [PATCH] Document research workflow using synthetic search skill for web exploration tasks --- system/research_workflow.md | 66 +++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 system/research_workflow.md diff --git a/system/research_workflow.md b/system/research_workflow.md new file mode 100644 index 0000000..690a1b9 --- /dev/null +++ b/system/research_workflow.md @@ -0,0 +1,66 @@ +--- +description: Research workflow using synthetic search skill for web exploration +limit: 2000 +--- +# Research Workflow + +## Method: Synthetic Search Skill + +For web research tasks, use the `synthetic_search` skill to explore topics and generate comprehensive reports. + +### Command Syntax +``` +/synthetic-search +``` + +Or via Task tool with researcher subagent. + +### Output +Specify file output for research results: +- `/home/ani/Projects/lettabot-v017/research/[topic]-[date].md` +- Or similar path in appropriate project directory + +--- + +## Current Research Queue + +### 1. Gitea Alternatives (Self-Hosted) +**Status:** Pending +**Goal:** Find and compare self-hosted Git alternatives to Gitea +**Approach:** +- Search for "self-hosted git platforms 2025" +- Compare: GitLab CE, Gitea, Forgejo, SourceHut, etc. +- Evaluate: Resource usage, features, maintenance burden + +### 2. Hindsight Setup +**Status:** Running but disconnected, needs configuration +**Goal:** Complete setup and integration +**Location:** Check /home/ani/Projects/ for hindsight installation + +### 3. Reflection Agents / Aster Fix +**Status:** Needs testing/debugging +**Goal:** Get reflection agents working properly + +### 4. Cameron's Note Program Integration +**Status:** Needs to be added to Letta +**Goal:** Import/note-taking functionality + +--- + +## Workflow Pattern + +1. **Research Phase** + - Use synthetic search to gather information + - Save results to file + +2. **Analysis Phase** + - Review findings + - Document in memory or project files + +3. **Implementation Phase** + - Execute based on research + - Update todos as completed + +--- + +Last updated: 2026-03-21