task-triage
Task Triage Skill
Canonical event ingress
Plane does not publish a task.inbox.new wire event. A Plane issue creation
travels through the signed n8n ingress and becomes
bloodbank.repo.task.created on
bloodbank.evt.repo.task.created. Use data.provider_event_type to confirm
plane.ticket.created, data.repo for canonical project identity, and
data.workspace plus data.board_id for provider provenance. Check the raw
ticket/state payload to decide whether the item is actually in the
inbox/backlog band; creation alone does not imply a particular lane.
Do not route by workspace alone. 33god and automaticai are tenant slugs on
the same self-hosted plane.delo.sh instance, and one workspace can contain many
boards. Board mapping comes from .project.json reconciled into the shared
Hermes registry. For the full transport and consumer journey, load
bloodbank-integration → references/event-journey.md.