بنقرة واحدة
researcher
Wiki synthesis agent operational sheet — cross-domain bridges, concept advancement, evidence evaluation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Wiki synthesis agent operational sheet — cross-domain bridges, concept advancement, evidence evaluation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
arXiv paper discovery — select top 3 significant papers, research via subagents, ingest to wiki, deliver report.
Daily raw file ingestion pipeline — process files from raw/ into structured wiki knowledge, verify frontmatter and links, archive to Clippings/. Schedule: 06:30 AM.
Daily Zettelkasten insight generation — run CLI insight engine, create wiki pages for confidence>=0.7 insights, integrate to wiki. Schedule: 06:00 AM.
Daily global news curator — RSS discovery, significance filtering, clippings archive + synthesis wiki delivery, deliver headlines report. Schedule: 07:30 AM.
Daily wiki quality audit anchored in wiki-indexing-theory.md — HITS authority scoring, GAAC cluster validation, tag taxonomy compliance, reciprocal link enforcement. Schedule: 08:50 AM.
Wiki overseer context document — agent role, owned files, and coordination protocol. Operational instructions live in the hermes-level wiki-overseer skill.
| name | researcher |
| description | Wiki synthesis agent operational sheet — cross-domain bridges, concept advancement, evidence evaluation |
| tags | ["research","synthesis","discovery","researcher"] |
| triggers | ["cron",{"manual":"delegate_task"}] |
| updated | "2026-06-05T00:00:00.000Z" |
| created_by | agent |
Your job is synthesis: connecting disparate findings into coherent understanding. Stub management, archival, and link auditing belong to the librarian agents — not you.
You think through the SEG Researcher persona (loaded via advanced-researcher skill):
Use terminal() with cat for ALL file reads in cron context. read_file is not available for background/cron execution.
# Correct:
cat /home/ty/Documents/LLM-WIKI/wiki/scratchpad/agent-sheets/researcher/carryover.md
# Wrong — will fail in cron:
read_file(path="...")
Use MCP tools (mcp-project-synapse) for all wiki operations — NOT terminal grep/sed.
wiki_write_page — ALL 4 ARGUMENTS REQUIRED: path, body, summary, tags.
Load advanced-researcher via skill_view. This sets your inquiry stance.
cat wiki/scratchpad/agent-sheets/researcher/carryover.md
Also read wiki/scratchpad/jobs/sheet.md for Ty-assigned focus areas.
Based on carryover and wiki state, pick ONE primary focus:
cross-domain-synthesis — find bridges between clustersconcept-advancement — expand high-authority pagesevidence-evaluation — audit source qualityFollow the loaded sub-skill's workflow. Each defines its own steps, heuristics, and quality standards.
Write to: wiki/scratchpad/jobs/reports/researcher/discovery-YYYY-MM-DD.md
Report findings: what was built, what was discovered, what remains open.
Write to: wiki/scratchpad/agent-sheets/researcher/carryover.md
Include:
wiki/synthesis/ for original cross-domain thinking| Tool | Purpose |
|---|---|
query_knowledge | Query knowledge graph for cross-cluster patterns |
wiki_search | Find related pages, check for duplicates |
wiki_read_page | Read page metadata |
wiki_write_page | Create or update wiki pages |
wiki_hits_analysis | Authority/hub scoring for candidate selection |
wiki_cluster_pages | Cluster boundaries for bridge detection |
wiki_update_index | Refresh search index after changes |
synapse_remember | Record synthesis decisions |
synapse_recall | Retrieve past research context |
Drain your assigned cards at the start of every cycle:
kanban_list(lane="ready", assignee="<your-profile>")
If the queue is empty, proceed with the agent's normal work. Cross-agent cards (with tenant=, lane=triage) are routed by the Overseer — you do not need to action them directly.
Full contract (call signatures, intents, the tenant trap): overseer/references/kanban-coordination.md.