inventory-pending-tasks

Catalogs pending plans, subtasks, and unresolved issues across .ai-memory directories.

Updated May 16, 2026
One-click install
npx skills add https://github.com/alimtvnetwork/img-pdf-v2 --skill inventory-pending-tasks-alimtvnetwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inventory-pending-tasks
Source: https://github.com/alimtvnetwork/img-pdf-v2/tree/main/.agents/skills/inventory-pending-tasks
Command: npx skills add https://github.com/alimtvnetwork/img-pdf-v2 --skill inventory-pending-tasks-alimtvnetwork

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams tracking work in .ai-memory/ files lose visibility into what remains unfinished, making it hard to decide what to execute next and whether subtask batches are properly linked. ## Core Features & Use Cases - Pending Plan Discovery: Scans .ai-memory/plans/01-index.md and plans/pending/ to enumerate outstanding plans. - Subtask Linkage Verification: Checks batch linkages in plans/subtasks/ to confirm subtasks are correctly associated with their parent plans. - Issue Auditing: Reviews unresolved entries in .ai-memory/issues/ and .ai-memory/cicd-issues/ and presents an aligned execution sequence with readiness status. - Use Case: Before starting a work session, run this Skill to get a consolidated, ordered list of all pending plans, subtasks, and open issues so you know exactly what is ready to execute. ## Quick Start Ask the assistant to inventory all pending tasks and unresolved issues across .ai-memory and show the recommended execution order.

Frequently Asked Questions about inventory-pending-tasks

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

FAQPage Schema
How do I list all pending tasks in my project memory?

Run this Skill to scan .ai-memory/plans/pending/ and the plans index file. It catalogs every pending plan and presents them in an aligned execution sequence with readiness status.

How to verify subtasks are linked to parent plans?

The Skill checks batch linkages inside .ai-memory/plans/subtasks/ during its audit. It confirms each subtask batch is correctly associated with its parent plan before reporting execution readiness.

Does it track CI/CD issues separately from regular issues?

Yes, it audits both .ai-memory/issues/ and .ai-memory/cicd-issues/ as distinct sources. Unresolved entries from each directory are included in the final consolidated inventory.

What directory structure does this task inventory require?

It expects a .ai-memory/ directory containing plans/01-index.md, plans/pending/, plans/subtasks/, issues/, and cicd-issues/. Missing directories reduce the completeness of the audit.

When should I run a pending task inventory?

Run it at the start of a work session or before planning a sprint. It gives a consolidated view of outstanding plans, subtasks, and issues so you can prioritize execution order.