plan-list

List and filter planning items from a directory by status, type, priority, due date, and tags.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/mikersays/mikersays-plugins --skill plan-list-mikersays
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-list
Source: https://github.com/mikersays/mikersays-plugins/tree/main/plugins/plan/skills/plan-list
Command: npx skills add https://github.com/mikersays/mikersays-plugins --skill plan-list-mikersays

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Plan-list Skill addresses the challenge of navigating complex project plans by providing an organized and customizable way to list items within your planning directory. It allows for filtering based on status, type, priority, due date, and tags, ensuring users have the flexibility to focus on the planning aspects that matter most to them.

Core Features & Use Cases

  • Dynamic Listing: Display all items in the docs/plan/ directory, with options to filter by various criteria such as status, type, priority, due date, and tags.
  • Quick Access to Overdue: Easily identify and highlight items that are due, overdue, or in various stages of progress.
  • Task Overview: Obtain an overview of your project plan's current state by quickly scanning open, in-progress, blocked, and completed tasks.
  • Use Case: With this skill, you can simply say "what's due" to get a list of all items that are due today, or "list todos" to view all todo items in your plan.

Quick Start

List planning items by simply using the command: /plan-list [filters].

Frequently Asked Questions about plan-list

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

FAQPage Schema
How do I filter project planning items by status and priority?

Filtering planning items by status and priority involves reading files from a specified directory and applying bash operations to match your criteria. This process generates a customized task list based on the exact filters you provide.

What is the best way to list overdue tasks in a planning directory?

Listing overdue tasks in a planning directory requires executing date comparisons against item metadata. This identifies and highlights all planning items that are currently due or past their deadlines.

How do I get an overview of open and blocked tasks in my project plan?

Getting an overview of open and blocked tasks requires categorizing list items by their task status. This organizes the project plan's current state into open, in-progress, blocked, and completed groups for quick scanning.

Can I filter task tracking items by type and due date?

Filtering task tracking items by type and due date is possible by applying specific criteria to your planning directory. This handles date comparisons and categorization to generate an output list of only the matching task types.

Does project management filtering work without external dependencies?

Project management filtering works without external dependencies by utilizing built-in bash and file operations. It reads directly from the specified directory and executes filters natively to generate the output list.