planning

Generate PRDs and phased implementation plans with subagent assignments.

1|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/miethe/MeatyMusic --skill planning-miethe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning
Source: https://github.com/miethe/MeatyMusic/tree/main/.claude/skills/planning
Command: npx skills add https://github.com/miethe/MeatyMusic --skill planning-miethe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Node.js, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Project planning is complex, time-consuming, and often results in documents that are hard for AI agents to consume efficiently due to length and lack of structure. This skill automates the creation and optimization of planning documents, making them AI-friendly and reducing manual effort.

Core Features & Use Cases

  • Generate PRDs: Create Product Requirements Documents from feature requests.
  • Create Implementation Plans: Develop phased plans with subagent assignments from PRDs.
  • Optimize Planning Docs: Break down long documents into token-efficient, phase-specific files.
  • Track Progress: Set up structured progress tracking for multi-phase projects.
  • Use Case: A product manager requests a PRD for a new "Advanced Filtering" feature. This skill can generate the PRD, then an implementation plan with tasks assigned to specific AI subagents, and finally set up a progress tracking document, all optimized for AI consumption.

Quick Start

Create a PRD for the new "User Profile Management" feature. Then, create an implementation plan for the PRD at docs/project_plans/PRDs/features/user-profile-management-v1.md. Finally, create progress tracking for the "User Profile Management" PRD.

Frequently Asked Questions about planning

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

FAQPage Schema
How do I generate a PRD from a feature request?

Generate PRDs automatically from feature requests by applying this skill to create structured Product Requirements Documents. The skill transforms requests into comprehensive PRDs with formatted sections, acceptance criteria, and AI-ready structure optimized for downstream processing.

What's the best way to create phased implementation plans with task assignments?

Create implementation plans by converting PRDs into phased breakdowns with subagent assignments. The skill structures each phase with specific tasks, dependencies, and agent allocations, enabling parallel work and clear ownership across multi-phase AI feature development.

How do I break down long planning documents into token-efficient files?

Optimize planning documents by splitting them into phase-specific, token-efficient files using YAML frontmatter and structured linking. This reduces token consumption for AI processing while maintaining cross-references between PRDs, implementation phases, and progress tracking.

Can I set up progress tracking for multi-phase projects?

Set up structured progress tracking artifacts that follow your phased implementation plan. The skill creates tracking documents aligned with each phase, enabling real-time status updates and milestone monitoring without manual document maintenance.

Does this work with the MeatyPrompts layered architecture?

Yes, this skill adheres to MeatyPrompts layered architecture using Routers, Services, Repositories, and Database patterns with DTOs. It generates planning artifacts compatible with this structure, ensuring consistency across your project's codebase and AI agent workflows.

What dependencies do I need to use this skill?

Node.js is required to run this skill. The skill includes scripts, references, and assets as core components and generates outputs in YAML and Markdown formats compatible with standard project planning workflows.