| routing | {"use_when":"In the configured Victor AI Slack channel, anyone asks Roo about Victor AI application counts, recent or filtered applicant lists, one application's full details, a CSV export, or guidance on available application commands.\n","avoid_when":"The user wants to submit, edit, delete, accept, reject, score, or otherwise change an application; asks general questions about the Victor AI program; or refers to an uploaded CSV rather than the application database.\n","examples":[{"text":"how many Victor AI applications do we have?","action":"summary"},{"text":"list the latest Victor AI applications","action":"list"},{"text":"show Victor application 123","action":"detail"},{"text":"export complete Victor applications to CSV","action":"export_csv"},{"text":"what can I ask Roo about Victor applications?","action":"help"}],"negative_examples":[{"text":"I want to apply for Victor AI","instead":"respond_in_chat"},{"text":"update application 123 to accepted","instead":"respond_in_chat"},{"text":"inspect the CSV I uploaded","instead":"respond_in_chat"}]} |
| actions | [{"name":"help","description":"Explain supported Victor application requests with copyable examples."},{"name":"summary","description":"Report complete applications, partial leads, recent volume, and high-level breakdowns.","params":{"stage":{"type":"string","enum":["lead","complete"],"description":"Optional stage filter."},"role":{"type":"string","description":"Optional exact role filter."},"startup_stage":{"type":"string","description":"Optional exact startup-stage filter."},"industry_sector":{"type":"string","description":"Optional exact industry filter."},"created_after":{"type":"string","description":"Optional inclusive YYYY-MM-DD date."},"created_before":{"type":"string","description":"Optional inclusive YYYY-MM-DD date."}}},{"name":"list","description":"List recent or filtered applications using compact Slack-safe records.","params":{"query":{"type":"string","description":"Optional applicant name, email, or team search."},"stage":{"type":"string","enum":["lead","complete"]},"role":{"type":"string"},"startup_stage":{"type":"string"},"industry_sector":{"type":"string"},"created_after":{"type":"string"},"created_before":{"type":"string"},"limit":{"type":"integer","description":"Number of records, maximum 10 in Slack."},"offset":{"type":"integer","description":"Pagination offset."}}},{"name":"detail","description":"Show all approved business fields for one numeric application ID.","params":{"application_id":{"type":"integer","description":"Numeric application ID."}}},{"name":"export_csv","description":"Export all matching applications as a CSV uploaded to the current Slack thread.","params":{"query":{"type":"string"},"stage":{"type":"string","enum":["lead","complete"]},"role":{"type":"string"},"startup_stage":{"type":"string"},"industry_sector":{"type":"string"},"created_after":{"type":"string"},"created_before":{"type":"string"}}}] |