add meeting notes skill
This commit is contained in:
parent
6b279731e3
commit
04a0414455
2 changed files with 84 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
| "write a POV doc," "create a proof of value document," "POV criteria," "proof of concept criteria," "generate a POC document" | **pov-doc** |
|
||||
| "submit an expense," "navan expense," "file an expense," "upload receipt" | **navan-expense** |
|
||||
| "update the SE radar report," "add a column to the SE report," "edit the vNotes report," "run the SE radar report," "check SE validation stage," "update technical validation" | **update-salesforce-tech-validation** |
|
||||
| "create a meeting note," "make meeting notes," "add a meeting to my daily note," "set up a meeting note" | **meeting-notes** |
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -108,6 +109,12 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
**File:** `skills/update-salesforce-tech-validation/SKILL.md`
|
||||
**Dependencies:** Chrome browser with active Salesforce session (Okta SSO)
|
||||
|
||||
### Meeting Notes
|
||||
**Purpose:** Create and update meeting notes in `mt/` with the `YYMMDD-account-description.md` naming convention, and link them in the corresponding daily note under the meetings section.
|
||||
**Triggers:** "create a meeting note," "make meeting notes," "add a meeting to my daily note," "set up a meeting note"
|
||||
**File:** `skills/meeting-notes/SKILL.md`
|
||||
**Dependencies:** None
|
||||
|
||||
---
|
||||
|
||||
## Adding New Skills
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue