From twinmind-pack
Extracts action items from transcripts with assignee/priority inference, automates follow-up emails, and syncs tasks to Asana, Linear, or Jira. For meeting follow-up automation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/twinmind-pack:twinmind-core-workflow-bThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Secondary workflow for extracting action items with priority/assignee inference, automating follow-up emails, and syncing tasks to project management tools (Asana, Linear, Jira).
twinmind-core-workflow-a (transcription)Build ActionItemExtractor that calls TwinMind's /extract/action-items endpoint with options for context inclusion, speaker-based assignment, and due date inference. Auto-classify priority (high/medium/low) from keywords and categorize items (Review, Development, Communication, Meetings, Documentation).
Create FollowUpAutomation with generateFollowUp() (AI-generated email with summary + action items), sendFollowUp() (immediate send), and scheduleFollowUp() (delayed send).
Implement a TaskIntegration interface with createTask() and updateTask(). Build concrete integrations for Asana (REST API) and Linear (GraphQL) with priority mapping. Use factory pattern via getTaskIntegration().
Wire everything in runFollowUpWorkflow(): extract action items, create tasks in external system, then send or schedule follow-up email to attendees.
See detailed implementation for complete ActionItemExtractor, FollowUpAutomation, task integrations, and orchestration code.
| Error | Cause | Solution |
|---|---|---|
| No action items found | Transcript too vague | Verify meeting had clear action items |
| Task creation failed | Invalid project/team ID | Check integration credentials |
| Email send failed | Invalid recipients | Verify email addresses |
| Assignee not found | Name mismatch | Map speakers to user accounts |
Basic usage: Apply twinmind core workflow b to a standard project setup with default configuration options.
Advanced scenario: Customize twinmind core workflow b for production environments with multiple constraints and team-specific requirements.
| Service | Tasks | Due Dates | Assignees | Priority |
|---|---|---|---|---|
| Asana | Yes | Yes | Yes | No |
| Linear | Yes | Yes | Yes | Yes |
| Jira | Yes | Yes | Yes | Yes |
| Notion | Yes | Yes | Yes | No |
For troubleshooting issues, see twinmind-common-errors.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin twinmind-packExtracts action items from meeting notes, transcripts, or brain dumps and creates owned, dated tasks in Astravue. Useful for turning unstructured discussion into structured tasks.
Extracts action items, commitments, assignments, and follow-ups from Fireflies meeting transcripts for all attendees (default) or a specific person using parallel subagents and MCP tools.
Writes structured meeting summaries with action items from notes, transcripts, or agendas. Enriches context using project files and automates action items via discovered tools.