leo: add synthesis triggers to synthesize skill
- What: 5 automatic synthesis triggers (claim volume, enrichment, new agent, linkage density, contradiction) - Why: Synthesis currently happens ad hoc; triggers make it systematic Pentagon-Agent: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fd20f4e953
commit
da6dfd7f4a
1 changed files with 10 additions and 0 deletions
|
|
@ -9,6 +9,16 @@ Cross-domain synthesis — Leo's core skill. Connect insights across agent domai
|
|||
- When an agent's domain development has cross-domain implications
|
||||
- Periodically (weekly) as a proactive sweep for missed connections
|
||||
|
||||
### Automatic synthesis triggers
|
||||
|
||||
These conditions should trigger a synthesis sweep even if Leo hasn't noticed a pattern:
|
||||
|
||||
1. **Claim volume trigger:** 10+ new claims merged across 2+ domains since last synthesis → sweep for cross-domain connections
|
||||
2. **Enrichment trigger:** Any claim enriched 3+ times → flag as load-bearing, review all dependent claims and beliefs
|
||||
3. **New agent trigger:** New domain agent onboarded → mandatory cross-domain link audit between new domain and all existing domains
|
||||
4. **Linkage density trigger:** Cross-domain linkage density drops below 15% (per Vida's vital signs) → synthesis sweep to reconnect siloed domains
|
||||
5. **Contradiction trigger:** New claim explicitly contradicts or challenges an existing claim in a different domain → synthesis opportunity (the tension may reveal a deeper structural relationship)
|
||||
|
||||
## Process
|
||||
|
||||
### Step 1: Identify synthesis candidates
|
||||
|
|
|
|||
Loading…
Reference in a new issue