← ClaudeAtlas

action-item-organizerlisted

Systematic framework for extracting actionable items from documents and organizing them into prioritized, trackable checklists. Use when converting reports, meeting notes, audits, or any document with embedded action items into structured TODO lists.
aiskillstore/marketplace · ★ 329 · Data & Documents · score 85
Install: claude install-skill aiskillstore/marketplace
# Action Item Organizer This skill provides a systematic framework for extracting actionable items from unstructured documents and transforming them into well-organized, prioritized, trackable checklists in markdown format. ## When to Use This Skill - Converting code review reports into TODO lists - Extracting action items from meeting notes - Organizing audit findings into remediation checklists - Breaking down project planning documents into task lists - Structuring issue reports into actionable work items - Creating trackable checklists from any document containing embedded action items - Organizing team backlogs by priority - Creating sprint planning checklists ## Core Principles ### 1. Extraction with Context Preservation Action items must be extracted with sufficient context so that anyone reading the checklist understands: - **What** needs to be done - **Why** it matters - **Where** it applies (files, systems, components) - **Who** is responsible - **When** it should be completed (priority and estimates) ### 2. Priority-Based Organization Use a clear priority framework to organize items by urgency and impact: - **P0 / Blockers**: Critical issues that prevent progress, deployment, or merge - **P1 / High Priority**: Significant quality, security, or correctness concerns requiring prompt attention - **P2 / Medium Priority**: Important improvements and refactorings that enhance the system - **P3 / Low Priority**: Future optimizations, minor suggestions, and nice-