synapse-manager
Installation
SKILL.md
Synapse Manager
Orchestrate multi-agent work with structured delegation, monitoring, and quality gates.
Task Board Rule
Every delegation MUST have a matching task board entry.
Before sending work to any agent via synapse send, you must:
synapse tasks create "<task>" -d "<description>"— register the work unitsynapse tasks assign <id> <agent>— record ownership- Only then
synapse send <agent> "..." --force
Task board is the team contract — it makes ownership, blocking, and completion state visible to every agent. TodoList is for your personal micro-step tracking only.