Skip to content

Synthesis

TeamLoop’s synthesis feature generates structured documents from your knowledge graph. Transform curated subgraphs into ADRs, PRDs, executive briefs, and more.

  1. Create a subgraph with relevant entities
  2. Select a template (brief, PRD, ADR)
  3. Start synthesis job
  4. Poll for completion and get output
teamloop_synthesize:
subgraph_id: "your-subgraph-uuid"
template_type: "adr"
additional_context: "Focus on security implications"

Parameters:

ParameterRequiredDescription
subgraph_idYesThe subgraph to synthesize from
template_typeYesbrief, prd, or adr
additional_contextNoExtra instructions or focus areas
teamloop_get_synthesis_job:
job_id: "abc-123-def-456"

Returns job status (pending, processing, completed, failed) and output when complete.

Executive summary of the knowledge in a subgraph.

Best for:

  • Leadership updates
  • Project summaries
  • Quick overviews

Product requirements derived from knowledge.

Best for:

  • Feature specifications
  • Project scoping
  • Planning documents

Formal documentation of architectural decisions.

Best for:

  • Technical documentation
  • Decision records
  • Architecture reviews
  1. Build Knowledge - Query and extract relevant entities
  2. Create Focused Subgraph - Group related entities
  3. Expand if Needed - Add related context
  4. Synthesize - Generate the document
  5. Get Result - Poll for completion

Cancel pending or in-progress jobs:

teamloop_cancel_synthesis_job:
job_id: "abc-123-def-456"

Better input = better output. Use focused queries rather than broad ones.

Guide the synthesis with specific instructions about focus areas or audience.

Synthesis output is a starting point - review for accuracy, add missing context, and validate technical details.

Use CaseTemplate
Leadership updatebrief
New feature specprd
Technical decision recordadr

Synthesis quality depends on:

  1. Subgraph richness - Include decisions, rationale, alternatives
  2. Entity completeness - Fill in descriptions, dates, relationships
  3. Context clarity - Use additional_context to guide focus
  4. Temporal coverage - Include historical context
  • Synthesis may take 30-120 seconds
  • Maximum subgraph size: 100 entities
  • Output is AI-generated - always review
  • Complex topics may need multiple synthesis runs