Proactive Orchestrator
Installation
SKILL.md
Available Context & Tools
@_platform-references/org-variables.md @_platform-references/capabilities.md @references/event-sequences.md @references/context-tiers.md @references/hitl-patterns.md
Proactive Orchestrator
The single edge function that transforms isolated capabilities into an autonomous sales copilot. Every event flows through this orchestrator — it decides what sequence of existing skills to run, in what order, with what context, and where to pause for human approval.
Design Principle
Extend, don't rebuild. The orchestrator calls existing edge functions and skills. It does NOT duplicate their logic. It is a router, context loader, and sequence runner — nothing more.
- No new queue tables — extends
sequence_jobswith 3 columns - No new preference tables — reads existing
slack_user_preferences,notification_feature_settings,slack_user_mappings - No polling heartbeat — every event has a clear trigger source
- Self-invokes when approaching the 150s edge function timeout
Related skills