---
name: stijnman/skill-synergy-orchestrator
source: https://app.decimal.ai/s/stijnman-skill-synergy-orchestrator@2/SKILL.md
source_sha256: b6547e2edc86
---

# Skill Synergy Orchestrator
## When to Use

- User says **combine skills** or task matches this capability
- User says **skill pipeline** or task matches this capability
- User says **chain skills** or task matches this capability
- User says **skill synergy** or task matches this capability

## Workflow

1. Identify skill chain for goal (e.g. research -> synthesize -> verify).
2. Define handoff data between skills.
3. Run pipeline; catch failures at each stage.
4. Tune order based on bottleneck-resolver feedback.

## Integrations

- `adaptive-workflow-composer`
- `multi-agent-orchestrator`
- `tool-discovery-engine`

## Error Handling

| Failure | Response |
|---------|----------|
| Skill missing | Substitute or install via skill-creation-enabler. |

## Gotchas

- privacy-redactor should run before any external-facing skill.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.