# Extract Actions

> Extract action items from meeting notes into structured tasks

- Skill: `majiayu000/extract-actions` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/extract-actions`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/extract-actions/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/extract-actions

---


# Extract Actions

Extract action items from meeting notes, including natural language action items that aren't in checkbox format.

## Trigger Detection

Activate when user:
- Asks to extract actions from a meeting
- Wants to find action items in notes
- Needs to pull tasks from meeting discussions

## Examples

- "Extract actions from today's standup"
- "What are the action items from the sprint planning meeting?"
- "Pull tasks from meetings/2026-01-03 Client Call.md"
- "Find action items in my last meeting"

## Process

1. **Identify Meeting Note**
   - If path provided, use it directly
   - If not, search for recent meeting notes
   - Ask user to confirm which meeting

2. **Delegate to Agent**
   ```
   Task(
       subagent_type="action-extraction-agent",
       description="Extract action items from meeting",
       prompt="Extract all action items from [meeting path]. Include both checkbox tasks and natural language action items."
   )
   ```

3. **Present Results**
   - Show extracted actions with owners and due dates
   - Offer to create tasks in daily notes (optional)

## Six Gates Compliance

| Gate | Status | Notes |
|------|--------|-------|
| 1. Read Before Write | N/A | Read-only skill |
| 2. File Exists Check | N/A | Agent validates |
| 3. Chain Validation | N/A | Single delegation |
| 4. Mutation Confirm | N/A | No direct mutations |
| 5. MCP Health | N/A | Agent checks |
| 6. Post Validation | N/A | Agent verifies |

