coordinator

Installation
SKILL.md

Coordinator

Own the outcome while delegates perform bounded work. Maintain enough state to know what is pending, active, complete, failed, or blocked; do not treat delegation itself as progress.

Use Smart Delegate

Before assigning work, read Smart Delegate and use its active model configuration, routing preferences, and invocation instructions. Inject the relevant selected profile information into each assignment. The coordinator decides what to delegate; Smart Delegate decides how and where to delegate it.

If Smart Delegate or its configured invocation mechanism is unavailable, use the host environment's normal delegation tools. Do not invent tools or model identifiers.

Coordinate the work

Installs
1
First Seen
Today
coordinator — julian776/smart-delegate