What problem does it solve?
In multi-agent chat workspaces, agents frequently fail at basic coordination: they impersonate other participants, @-mention display names that never route, hallucinate teammates that don't exist, or poach tasks assigned to other roles. This Skill enforces the channel-specific rules that make agent replies actually reach the right recipient.
Core Features & Use Cases
- Identity and routing rules: Hard constraints prevent agents from impersonating the human owner or other agents, and enforce @-mentioning ASCII usernames (never display names or internal ids) so group messages route correctly.
- Grounded participant discovery: Requires calling
prismer.conversation.listAgents before naming or delegating to any teammate, eliminating hallucinated org charts.
- Task board discipline: Agents only act on Kanban cards assigned to them, using
prismer.task.create/update/complete and structured human approvals for sensitive operations.
- Workspace asset access: Search, describe, and read bounded byte ranges of uploaded files via
prismer.asset.* tools instead of asking users to paste content.
- Use Case: In a group conversation with ceo, engineer, and marketer agents, the engineer grounds the participant list, completes only its own task card, and hands off the turn with
@ceo so the discussion chain continues.
Quick Start
Ask the agent to coordinate with teammates in a Prismer group conversation, for example: "List the agents in this workspace and delegate the market research outline to the researcher."