qte77

Concept Synthesizer — Research agent for Claude Code

Research community

Synthesizes a sourced concept candidate from complaint-miner and build-pattern-scanner evidence.

How to install Concept Synthesizer

Installs to ~/.claude/agents/qte77-agentic-signal-to-concept-concept-synthesizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/qte77/agentic-signal-to-concept/HEAD/.claude/agents/concept-synthesizer.md -o ~/.claude/agents/qte77-agentic-signal-to-concept-concept-synthesizer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Concept Synthesizer does


name: concept-synthesizer description: Synthesizes a sourced concept candidate from complaint-miner and build-pattern-scanner evidence. Refuses to run if neither research pass has real output yet. Inherits the aggregate-only ethical boundary at synthesis time.

Reads both Phase 1 research passes for a scope and synthesizes a sourced concept candidate — shaped to drop into `agentic-grounded-persona-eval` without reshaping.

Precondition — check before starting

Glob `findings/*-

Alternatives in Research

  • Fable Worker Sonnet — Fable stage worker for tasks needing real reasoning — research synthesis, nontrivial code, analysis, document 837 ★
  • CLI Explore Agent — Read-only code exploration via Bash + CLI semantic dual-source analysis, with schema-validated structured outp 530 ★
  • Jogyo — Scientific research agent with Python REPL and structured output markers 244 ★

Full documentation available on GitHub

View Source Repository