task-generator

Extract tasks from meeting transcripts and update project Running Tasks files.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/arjunrattan-lab-ai/AICopilot-Projects --skill task-generator-arjunrattan-lab-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-generator
Source: https://github.com/arjunrattan-lab-ai/AICopilot-Projects/tree/main/.github/skills/task-generator
Command: npx skills add https://github.com/arjunrattan-lab-ai/AICopilot-Projects --skill task-generator-arjunrattan-lab-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of extracting tasks from meeting transcripts and updating project Running Tasks files, saving time and ensuring that action items are not overlooked.

Core Features & Use Cases

  • Task Generation: Automatically identify and extract tasks from meeting transcripts.
  • Project Management: Update per-project Running Tasks files with new tasks.
  • Use Case: After a meeting, use this Skill to quickly create tasks from the transcript and update the Running Tasks for the relevant project.

Quick Start

Generate tasks from the meeting transcript '2023-04-01-meeting_notes.txt' and update the Running Tasks for the 'UK Expansion' project.

Frequently Asked Questions about task-generator

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

FAQPage Schema
How do I extract action items from meeting transcripts automatically?

To generate tasks from meeting transcripts automatically, provide a transcript text file to the Skill. It parses the meeting notes, identifies action items, and appends them directly to the specified project's Running Tasks file.

What is the best way to update project running tasks after a meeting?

Updating project running tasks after a meeting is done by feeding the transcript to this Skill. It automatically extracts the identified action items and appends them to your project's Running Tasks file, ensuring nothing is overlooked.

Can I use a text file as input for task generation?

Yes, you can use a text file as input for task generation. The Skill requires file inputs like meeting transcript text files, parses the content to identify action items, and updates your task lists based on that data.

How does automated task extraction handle multiple project management scenarios?

Automated task extraction handles various project management scenarios by applying conditional logic during task creation and file manipulation. It evaluates the meeting transcript input and updates the correct project Running Tasks file accordingly.

Do I need any dependencies or external tools to run task generation?

No, you do not need any dependencies or external tools to run task generation. The Skill operates independently using its internal scripts to parse meeting notes and manipulate project Running Tasks files without external requirements.