home / skills / bdambrosio / cognitive_workbench / relate
/src/tools/relate
This skill routes to the synthesize tool with format="comparison" to preserve behavior for legacy workflows.
npx playbooks add skill bdambrosio/cognitive_workbench --skill relateReview the files below or copy the command above to add this skill to your agents.
---
name: relate
type: python
hidden: true
description: "DEPRECATED — use synthesize with format='comparison' instead. Routes to synthesize tool for backward compatibility."
---
# relate (DEPRECATED)
**Use `synthesize` with `format="comparison"` instead.** This tool is a backward-compatibility wrapper that routes to `synthesize`.
See `synthesize` documentation for full details.
This skill is a deprecated compatibility wrapper that routes requests to the synthesize tool with format='comparison'. It exists only to preserve behavior for older integrations. New code should call synthesize directly with the comparison format.
When invoked, the skill forwards input and parameters to the synthesize tool and sets format='comparison' to reproduce legacy output. It performs minimal validation and does not implement its own synthesis logic. Any options supported by synthesize are honored when passed through.
Is relate still supported?
relate is deprecated and provided only for backward compatibility. Use synthesize with format='comparison' instead.
Will the output change if I switch to synthesize directly?
It should not. relate simply forwards to synthesize with format='comparison', but you should run tests to confirm parity in your environment.