Help us improve
Share bugs, ideas, or general feedback.
From context-ledger
Use when evidence collection is complete for a pillar and need to extract actionable insights. Transforms raw evidence into structured synthesis with patterns and contradictions identified.
npx claudepluginhub synaptiai/synapti-marketplace --plugin context-ledgerHow this skill is triggered — by the user, by Claude, or both
Slash command
/context-ledger:synthesizing-pillarsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill transforms raw evidence objects into structured insights for a single research pillar.
Synthesizes customer interviews, research notes, and support tickets into actionable product decisions. Helps when raw data hasn't produced clear direction or synthesis is producing decks but no roadmap movement.
Synthesizes qualitative research via affinity mapping, thematic analysis, pattern recognition, and insight extraction. Use for interview analysis, usability findings, and actionable recommendations.
Synthesizes findings from multiple studies into a coherent narrative with evidence citations, confidence levels, theme clustering, and conflict analysis. Use for research integration.
Share bugs, ideas, or general feedback.
This skill transforms raw evidence objects into structured insights for a single research pillar.
02-evidence/<pillar>/Use TodoWrite to track these mandatory steps:
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 IDsRead all EV-<pillar>-*.yaml files from 02-evidence/<pillar>/.
For each evidence object, extract:
Build a working set of all claims.
Group evidence by theme:
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
For contradictory evidence:
### Contradiction: User Segment Priority
**EV-users-segment-power-users** (0.70): Power users drive retention
**EV-users-segment-casual** (0.65): Casual users drive growth
**Resolution:** Unresolved. Both valid for different goals.
**Recommendation:** Requires explicit decision (DEC-*)
For each theme, formulate 1-3 key insights:
Insight structure:
Write 03-synthesis/SYN-<pillar>.md using template from references/synthesis-template.md.
Required sections:
Every insight must cite evidence:
## Key Insight: Price Ceiling
SMB segment shows consistent willingness-to-pay ceiling around $30/month.
(EV-market-pricing-smb-wtp, EV-competitors-pricing-benchmark)
This suggests pricing above $30 requires additional value justification
or enterprise-focused features.
Use the AskUserQuestion tool when:
Question: "Evidence conflicts on [topic]. How should I resolve?"
Options:
- "Favor higher confidence source"
- "Favor more recent source"
- "Document both, defer to decision phase"
- "Help me assess the sources"
Question: "Evidence suggests [X]. Is this interpretation correct?"
Options:
- "Yes, that interpretation is correct"
- "No, the implication is different"
- "Need more context to interpret"
Question: "Synthesis reveals gap in [area]. How to handle?"
Options:
- "Note gap, proceed with available evidence"
- "Request additional research"
- "Critical gap - block until resolved"
After synthesis:
## Synthesis Complete: [pillar]
**Evidence Analyzed:** [N] objects
**Key Insights:** [M]
**Contradictions:** [X] ([Y] resolved, [Z] pending)
### Top Insights
1. [Insight with evidence citation]
2. [Insight with evidence citation]
3. [Insight with evidence citation]
### Decisions Needed
- [Topic requiring DEC-*]
- [Another decision point]
### Document Location
`03-synthesis/SYN-<pillar>.md`