---
title: "discovery:synthesize"
description: "Consolidate research artifacts from multiple sources into actionable findings, recommendations, and proposed tickets."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/discovery-synthesize
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:19:54.380Z
license: CC-BY-4.0
attribution: "discovery:synthesize — Claudary (https://claudary.paisolsolutions.com/skills/discovery-synthesize)"
---

# discovery:synthesize
Consolidate research artifacts from multiple sources into actionable findings, recommendations, and proposed tickets.

## Overview

# discovery:synthesize

Consolidate research artifacts from multiple sources into actionable findings, recommendations, and proposed tickets.

---

## Overview

The agent fetches all provided source documents (discovery docs, interview summaries, spike reports, competitive analyses), performs cross-source analysis to identify themes and contradictions, generates feature recommendations mapped to target epics, and produces a comprehensive synthesis document. The synthesis includes a machine-readable proposed tickets section (JSON) that the approval command consumes.

## Inputs

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `source-urls` | list[url] | yes | One or more Confluence document URLs to synthesize |
| `target` | string | no | Target implementation epic key (e.g., `--target=CC-62`). Auto-detected from sources if omitted. |

## Outputs

| Name | Type | Path | Description |
|------|------|------|-------------|
| `synthesis-document` | url | `/epics/Discovery/{discovery-epic-key}/Synthesis/` | Confluence page with consolidated findings, validated/invalidated hypotheses, recommendations by epic, blocking decisions, and proposed tickets JSON |

## Prerequisites

- Discovery document created via `discovery:create`
- Human research completed with artifacts accessible via URL
- Jira and Confluence access configured

## Next Steps

Review the synthesis document. When ready, run `discovery:approve` with the synthesis URL to resolve blocking decisions and create tickets in the ticketing system.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/discovery-synthesize) · https://claudary.paisolsolutions.com
