Agent skill · operations · aiskillstore
action-item-organizer
Systematic framework for extracting actionable items from documents and
Why this skill is useful
Provides a structured framework for transforming unstructured documents into actionable checklists, which the AI wouldn't reliably generate on its own.
What it needs
About 7k tokens when loaded. Last updated 2026-08-07. 405 stars on the source repository.
What this skill does
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-to-have enhancements Within each priority level, group related items logically (e.g., security items together, performance items together). 3. Nested Structure for Complex Tasks Break down complex action items into hierarchical checklists: Parent items represent the main task or goal Child items represent specific steps or sub-tasks Grandchild items represent detailed implementation steps This creates a clear execution path and allows for granular progress tracking. 4. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills aiskillstore/action-item-organizer