pm-plan

Create issues or feature requests from natural language descriptions.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/pinkroosterai/PinkRoosterMcp --skill pm-plan-pinkroosterai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-plan
Source: https://github.com/pinkroosterai/PinkRoosterMcp/tree/main/.claude/skills/pm-plan
Command: npx skills add https://github.com/pinkroosterai/PinkRoosterMcp --skill pm-plan-pinkroosterai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill transforms unstructured natural language descriptions of work into actionable, well-defined project tracking items like issues and feature requests, streamlining the initial planning phase of any project.

Core Features & Use Cases

  • Automated Item Creation: Generates issues or feature requests based on user descriptions.
  • Contextual Analysis: Researches the domain online and analyzes the codebase for relevant context to enrich item descriptions.
  • Decomposition: Breaks down complex requests into multiple, distinct work items when appropriate.
  • Use Case: You can tell the AI "We need to add user authentication with OAuth2 support and also fix the broken search bar on the dashboard." The skill will then plan out separate items for authentication and the search bar fix, gathering relevant code context and researching OAuth2 best practices.

Quick Start

Use the pm-plan skill to plan out the feature of adding a new user profile page.

Frequently Asked Questions about pm-plan

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

FAQPage Schema
How do I create issue tracking items from natural language feature requests?

Natural language feature requests are transformed into actionable issue tracking items by analyzing the codebase for context, researching the domain online, and decomposing complex descriptions into multiple distinct work items.

What is the best way to plan project management tasks from a vague codebase analysis request?

Vague codebase analysis requests are planned by clarifying the request, analyzing the codebase for relevant context, and generating well-defined work items. Unstructured descriptions become actionable tracking entities.

Can I track multiple bugs and features described in a single unstructured sentence?

Multiple bugs and features described in a single unstructured sentence are tracked by decomposing the complex description into separate, distinct work items. Each item is enriched with relevant code context and domain research.

Does project planning from natural language require existing codebase context for task creation?

Existing codebase context is not strictly required but is analyzed when available to enrich task creation. The skill researches the domain online and uses codebase analysis to provide relevant context for generated issues and feature requests.

What are the limitations of automated issue creation from natural language descriptions?

Automated issue creation from natural language descriptions relies on the clarity of the initial input and may require clarification for vague requests. It decomposes complex descriptions sensibly but cannot generate work items for entirely undefined problem spaces.