mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
subagents: rewrite routing descriptions with platform-native verbs for notion, jira, linear, gmail, calendar, slack.
This commit is contained in:
parent
2ab6b1c757
commit
c4d3a748cf
6 changed files with 14 additions and 6 deletions
|
|
@ -1 +1,3 @@
|
|||
Use for calendar planning and scheduling: check availability, read event details, create events, and update events.
|
||||
Specialist for events on the user's calendar.
|
||||
Use proactively when the user wants to check availability, create, reschedule, RSVP to, or remove a calendar event.
|
||||
Meeting invitations that reserve a time slot belong here.
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
Use for Gmail inbox actions: search/read emails, draft or update replies, send messages, and trash emails.
|
||||
Specialist for messages in the user's Gmail inbox.
|
||||
Use proactively when the user wants to search, read, send, reply to, archive, star, label, or trash an email.
|
||||
Email-only conversations belong here, including discussions about meetings that do not reserve a time slot.
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
Use for Jira issue/project workflows: search issues, inspect fields, update tickets, and move work through workflow states.
|
||||
Specialist for issues and projects in the user's Jira.
|
||||
Use proactively when the user wants to find a Jira issue, change its fields, assign it, or transition it between workflow states.
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
Use for Linear issue/project work: find/create issues, update status/assignees, review project progress, and inspect cycles.
|
||||
Specialist for issues, projects, and cycles in the user's Linear workspace.
|
||||
Use proactively when the user wants to find, create, triage, assign, or close a Linear issue, or progress a cycle.
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
Use for Notion workspace pages: create pages, update page content, and delete pages.
|
||||
Specialist for pages in the user's Notion workspace.
|
||||
Use proactively when the user wants to create, change, archive, or remove a Notion page.
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
Use for Slack channel communication: read channel/thread history, summarize conversations, and post replies.
|
||||
Specialist for messages in the user's Slack channels and threads.
|
||||
Use proactively when the user wants to read or summarize a Slack conversation, post a Slack message, or react in a thread.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue