capture-tasks-from-meeting-notes

Extract action items from meeting notes and create Jira tasks.

949|119|Updated Aug 1, 2025
One-click install
npx skills add https://github.com/atlassian/atlassian-mcp-server --skill capture-tasks-from-meeting-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capture-tasks-from-meeting-notes
Source: https://github.com/atlassian/atlassian-mcp-server/tree/main/skills/capture-tasks-from-meeting-notes
Command: npx skills add https://github.com/atlassian/atlassian-mcp-server --skill capture-tasks-from-meeting-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Post-meeting task creation is a common bottleneck. Teams waste time manually sifting through meeting notes, identifying action items, and creating Jira tasks, leading to missed follow-ups and reduced accountability. This skill automates the entire process.

Core Features & Use Cases

  • Automated Task Extraction: Parse unstructured meeting notes (from Confluence or pasted text) to accurately identify action items and assigned individuals.
  • Jira Task Creation: Automatically create Jira tasks, assigning them to the correct team members by looking up their Jira account IDs.
  • Context Preservation: Ensure each created task includes relevant context from the meeting notes, such as decisions, discussions, and original phrasing.
  • Use Case: After a product review meeting, the AI is given the meeting notes. It automatically extracts all "to-dos" like "@Sarah to draft the PRD" and "Mike: implement API changes," then creates and assigns these as Jira tasks in the correct project, ensuring no action item is forgotten.

Quick Start

Create Jira tasks from these meeting notes: "Team Sync - Dec 3, 2025. Action Items: @Sarah to create user stories for chat feature. @Mike will update the architecture doc." Extract action items from the Confluence page 'Product Review Meeting Notes'.

Frequently Asked Questions about capture-tasks-from-meeting-notes

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

FAQPage Schema
How do I automatically extract action items from meeting notes and create Jira tasks?

Extract action items from unstructured meeting notes by parsing them for assigned individuals and to-dos, then automatically create and assign Jira tasks to the identified team members. The Skill looks up Jira account IDs, populates task fields with summaries and descriptions, and preserves meeting context as task details.

Can I turn Confluence meeting notes into Jira tasks without manual work?

Yes. Paste Confluence meeting notes or unstructured text, and the Skill automatically identifies action items, recognizes assigned team members, creates Jira tasks, assigns them to the correct people, and includes meeting metadata and context in each task.

What happens to action items that aren't clearly assigned in meeting notes?

The Skill handles multiple action-item patterns to identify implicit assignments. When assignees are unclear or missing, the extraction process captures the action item but may require manual assignment review before task creation, ensuring no items are lost.

Do I need to manually look up team member Jira account IDs to assign tasks?

No. The Skill automatically enforces lookups of Jira account IDs for identified team members, matching names or mentions from meeting notes to the correct Jira users and assigning tasks without manual ID entry.

Can the Skill handle meeting notes with multiple action-item formats or phrasing styles?

Yes. The Skill applies multiple action-item patterns to parse unstructured notes across different meetings and projects, recognizing varied phrasing like "@Name to [action]" or "Name: [action]" and accurately extracting all to-dos.

What task fields does the Skill populate when creating Jira tasks from meeting notes?

The Skill populates summary, description, labels, and due dates extracted from meeting notes, attaches meeting metadata as context, and assigns tasks to identified team members, creating fully formed Jira tasks ready for workflow.