Create a summary of research findings from the current session. Reviews session logs, compiles findings, optionally saves to memory. Use at the end of a research session to capture learnings.
Creates a structured summary from research session activity.
| Input | Type | Default | Purpose |
|---|---|---|---|
topic | string | required | Topic of research (e.g., "caching strategies") |
conclusion | string | - | Your conclusion or recommendation |
save_to_memory | bool | true | Save summary to memory for future reference |
memory/sessions/{today}.yaml — last 20 entriesmemory_read / session log APIs if availableOutput markdown with:
memory/learned/research_summaries.yamlmemory_session_log("Created research summary: {topic}", "Conclusion: {conclusion[:100]}")memory_read — session logsmemory_session_log — session loggingmemory/learned/research_summaries.yaml for persistenceresearch_topic, compare_optionsplan_implementation, create_jira_issue