commit pi sessions

This commit is contained in:
liph
2026-07-27 08:46:32 +02:00
parent 37ea5bb522
commit 44d6863b59
435 changed files with 14054 additions and 125 deletions
@@ -0,0 +1,32 @@
---
name: research-brief
description: Parallel web research + local code context → synthesis. Three-stage chain for well-sourced answers combining external evidence and local code.
---
## ollama-researcher
phase: External Research
label: Web research
as: web_research
output: research/web.md
progress: true
Research the external side of {task}. Search, evaluate sources, and produce a focused research brief with citations. Write to {output}.
## scout
phase: Local Context
label: Local code analysis
as: local_context
output: research/local.md
progress: true
Map the local codebase side of {task}. Identify relevant files, how they interact with the topic, and capture local patterns. Write to {output}.
## worker
phase: Synthesis
label: Combine and synthesize
as: synthesis
reads: research/web.md, research/local.md
output: research/brief.md
progress: true
Read {reads} and create a unified research brief. Include: direct answer, evidence from web, evidence from local code, contradictions, recommendation, and confidence level. Write to {output}.