synthesizing-pillarslisted
Install: claude install-skill synaptiai/synapti-marketplace
# Pillar Synthesis
This skill transforms raw evidence objects into structured insights for a single research pillar.
## Prerequisites
- Evidence gate passed (≥5 evidence objects for this pillar)
- Evidence objects in `02-evidence/<pillar>/`
## Workflow
Use TodoWrite to track these mandatory steps:
<required>
1. Load all evidence objects for the pillar
2. Identify patterns and themes
3. Resolve or document contradictions
4. Extract key insights
5. Generate synthesis document
6. Link insights to evidence IDs
</required>
### Step 1: Load Evidence
Read all `EV-<pillar>-*.yaml` files from `02-evidence/<pillar>/`.
For each evidence object, extract:
- Claim
- Confidence
- Assumptions
- Tags
Build a working set of all claims.
### Step 2: Identify Patterns
Group evidence by theme:
- What claims cluster together?
- What topics have multiple evidence points?
- What themes emerge across sources?
**Pattern identification:**
```
Theme: Pricing
├── EV-market-pricing-smb-wtp (0.75) - SMB WTP $29
├── EV-market-pricing-enterprise-wtp (0.80) - Enterprise WTP $99
└── EV-competitors-pricing-benchmark (0.70) - Market avg $45
Insight: Pricing flexibility needed for multi-segment
```
### Step 3: Handle Contradictions
For contradictory evidence:
1. **Note the contradiction explicitly**
2. **Assess confidence delta** - Higher confidence wins if large gap
3. **Check recency** - More recent may supersede older
4. **Check authority** - More authoritative source wins
5. **If unresolved**