Agent skill
extract-actions
Extract action items from meeting notes into structured tasks
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/extract-actions
SKILL.md
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
-
Identify Meeting Note
- If path provided, use it directly
- If not, search for recent meeting notes
- Ask user to confirm which meeting
-
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." ) -
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 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?