27 lines
886 B
Markdown
27 lines
886 B
Markdown
---
|
|
name: Connect
|
|
description: "Create and refine meaningful relationships between nodes, including integration-style synthesis links."
|
|
when_to_use: "User asks to connect ideas, merge insights, or strengthen graph relationships."
|
|
when_not_to_use: "Task is purely node creation with no relationship work required."
|
|
success_criteria: "High-signal edges improve retrieval quality and graph coherence."
|
|
---
|
|
|
|
# Connect
|
|
|
|
## Goal
|
|
|
|
Turn isolated nodes into a useful reasoning graph.
|
|
|
|
## Process
|
|
|
|
1. Identify candidate nodes to connect.
|
|
2. Check existing relationships first.
|
|
3. Add/upgrade edges with explicit directional explanation.
|
|
4. When integrating multiple nodes, create synthesis links that preserve provenance.
|
|
|
|
## Quality Bar
|
|
|
|
- Edge explanation must answer: "why does this relationship exist?"
|
|
- Direction should be intentional and interpretable.
|
|
- Avoid obvious/tautological edges.
|