agentsclimarketplace

Twinmind core workflow b

Skill jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/twinmind-pack/skills/twinmind-core-workflow-b

425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

Install
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill twinmind-core-workflow-b

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

'Execute TwinMind secondary workflow: Action item extraction and follow-up automation.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.6 KB, 674 tokens by cl100k_base, as published. Nobody here has run it

TwinMind Core Workflow B: Action Items & Follow-ups

Contents

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).

Prerequisites

  • Completed twinmind-core-workflow-a (transcription)
  • Valid transcript or summary available
  • Integration tokens for external services (optional)

Instructions

Step 1: Extract Action Items

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).

Step 2: Automate Follow-up Emails

Create FollowUpAutomation with generateFollowUp() (AI-generated email with summary + action items), sendFollowUp() (immediate send), and scheduleFollowUp() (delayed send).

Step 3: Integrate with Task Management

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().

Step 4: Orchestrate Complete Follow-up

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.

Output

  • Extracted action items with assignees and due dates
  • Tasks created in project management tool
  • Follow-up email sent or scheduled
  • Complete audit trail

Error Handling

ErrorCauseSolution
No action items foundTranscript too vagueVerify meeting had clear action items
Task creation failedInvalid project/team IDCheck integration credentials
Email send failedInvalid recipientsVerify email addresses
Assignee not foundName mismatchMap speakers to user accounts

Examples

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.

Supported Integrations

ServiceTasksDue DatesAssigneesPriority
AsanaYesYesYesNo
LinearYesYesYesYes
JiraYesYesYesYes
NotionYesYesYesNo

Resources

Next Steps

For troubleshooting issues, see twinmind-common-errors.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.