plan-initiatives

Generate prioritized strategic initiatives from PRDs and create them via /write-issue.

6|Updated Aug 3, 2025
One-click install
npx skills add https://github.com/foomakers/pair --skill plan-initiatives
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-initiatives
Source: https://github.com/foomakers/pair/tree/main/packages/knowledge-hub/dataset/.skills/process/plan-initiatives
Command: npx skills add https://github.com/foomakers/pair --skill plan-initiatives

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of strategic initiatives directly from Product Requirements Documents (PRDs), streamlining the initial phase of project planning and ensuring alignment with business objectives.

Core Features & Use Cases

  • Automated Initiative Generation: Transforms PRD content into structured, actionable initiatives.
  • Prioritization: Assigns P0/P1/P2 priorities based on business impact.
  • PM Tool Integration: Composes and creates issues in a project management tool via the /write-issue skill.
  • Idempotency: Detects and skips creation of initiatives that already exist.
  • Use Case: A product manager provides a new PRD. This skill analyzes it, identifies key strategic thrusts, prioritizes them, and creates corresponding "Initiative" tickets in Jira, ensuring the development team starts with a clear, prioritized roadmap.

Quick Start

Use the plan initiatives skill to create all strategic initiatives from the PRD.

Frequently Asked Questions about plan-initiatives

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

FAQPage Schema
How do I generate strategic initiatives from a PRD?

To generate strategic initiatives from a PRD, this skill analyzes your business objectives, prioritizes them using a P0/P1/P2 framework, and composes issue creation commands to populate your project management tool with a structured roadmap.

How does initiative planning handle duplicate tickets in Jira?

Initiative planning handles duplicates through idempotency, detecting existing initiatives within your project management tool and skipping their creation to prevent redundant roadmap tickets during automated PRD processing.

Can I automatically prioritize roadmap items from product requirements?

Yes, you can automatically prioritize roadmap items from product requirements by analyzing the PRD's business impact and assigning a P0/P1/P2 priority level to each generated strategic initiative.

What is the best way to turn PRD analysis into a structured project plan?

The best way to turn PRD analysis into a structured project plan is to automate initiative extraction, apply a P0/P1/P2 prioritization framework, and directly create the resulting strategic issues in your PM tool.

Does this PRD analysis tool require a separate issue writer to create tickets?

Yes, PRD analysis requires a separate issue writer, as this skill composes the `/write-issue` command to create the prioritized strategic initiatives directly in your connected project management platform.

Why are some generated initiatives skipped during the project planning process?

Generated initiatives are skipped during project planning because the skill enforces idempotency, detecting and bypassing initiatives that already exist in your PM tool to maintain a clean, non-duplicated roadmap.