plan-add

Generates markdown files for planning items with customizable metadata and READMEs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill addresses the need for a streamlined and automated way to track planning items, such as bugs, features, chores, or todos, in a repository's documentation.

Core Features & Use Cases

  • Item Creation: Automatically generates markdown files for planning items.
  • Customization: Allows users to specify type, priority, due date, and tags.
  • Automation: Initializes directories and generates READMEs on-demand.

Quick Start

To create a new planning item, use the command: /plan-add "My task: Update documentation by EOD" --type feature --priority high --due 2024-05-10 --tag review

Frequently Asked Questions about plan-add

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

FAQPage Schema
How do I generate markdown files for tracking project planning items?

To generate markdown files for tracking planning items, provide an item title and optional parameters like type, priority, due date, and tags. The tool automatically creates the necessary markdown files and initializes directories with README files on demand.

What is the best way to automate repository management for task tracking?

Automating repository management for task tracking is done by using command arguments to create structured planning items. This automatically generates markdown documentation for bugs, features, chores, or todos, streamlining repository task management without manual file creation.

Can I specify priority and due dates when creating project management tasks?

Yes, you can specify priority and due dates when creating project management tasks. By using optional parameters like --priority and --due in your command, the generated markdown files will accurately reflect these task tracking details.

Do I need to manually create directories before adding new planning items?

No, you do not need to manually create directories before adding new planning items. The automation process handles the creation of directories and generates README files on-demand, ensuring your repository structure is initialized automatically.

How do I organize task tracking markdown files using tags and types?

You organize task tracking markdown files by passing --type and --tag parameters when generating items. This allows you to categorize planning items as features or bugs and apply custom tags for precise repository documentation and filtering.