meeting-brain-classifier

Classifies gbrain meeting pages into team categories and routes action items to project and deal pages.

1|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/tapway/shogun-os --skill meeting-brain-classifier-tapway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-brain-classifier
Source: https://github.com/tapway/shogun-os/tree/main/skills/gbrain/meeting-brain-classifier
Command: npx skills add https://github.com/tapway/shogun-os --skill meeting-brain-classifier-tapway

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Meeting notes imported into gbrain sit unprocessed and unorganized, making it impossible to track decisions, action items, and risks across sales deals, projects, and teams without manual triage. ## Core Features & Use Cases - Team Classification: Categorizes each unprocessed meeting into sales, marketing, project, HR, management, or other based on keywords, attendees, and content. - Routing & Rollup: Adds timeline entries to matching deal or project pages, cross-links attendee people pages, and tags the meeting as classified. - Action Item & Risk Extraction: Parses Gemini-formatted "Next steps" sections into tasks and detects high-risk signals (blockers, deadline pressure, customer dissatisfaction) with Slack alerts to management. - Use Case: After the Drive-to-gbrain meeting collection pipeline runs, process all untagged meeting pages so a sales demo with Acme Corp automatically updates the Acme deal page timeline, assigns follow-up tasks, and links attendees. ## Quick Start Process all unclassified meeting pages in gbrain by classifying them into team categories, routing them to the matching project or deal pages, and extracting action items and risk signals.

Frequently Asked Questions about meeting-brain-classifier

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically classify meeting notes in gbrain?

Query gbrain for meeting pages missing the classified tag, then analyze each page's title, attendees, and content against a keyword taxonomy covering sales, marketing, project, HR, and management. Tag each meeting with classified plus its team tag after routing.

How to extract action items from Gemini meeting notes?

Gemini notes contain a structured Next steps section listing person and action pairs. Parse each entry and add it as a checkbox task on the resolved deal or project page with the assignee and meeting date.

Can meeting classification route notes to CRM deal pages?

Yes, sales meetings are matched to deal pages by searching gbrain for the company name plus deal or quotation. If a deal exists, a timeline entry is added; if only a prospect is mentioned, a deal stub page is created under deals/.

When should I not use the meeting brain classifier?

Do not use it to create meeting pages, since the collection script handles import, or on non-meeting brain pages. It also skips meetings already tagged classified to avoid duplicate processing.

How are high-risk meeting signals detected and reported?

Each meeting is scanned for technical blockers without owners, deadline pressure, customer dissatisfaction, resource gaps, and budget issues. High-risk findings trigger a Slack alert to the management channel with the meeting title, attendees, and risk summary.