# Niopd Pd Roadmap

> Creates product roadmaps with Mermaid Gantt diagrams showing feature timelines. Use for release planning, stakeholder communication, or team alignment on delivery schedule.

- **Type:** Skill
- **Install:** `agentstack add skill-8421bit-niopd-skills-niopd-pd-roadmap`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [8421bit](https://agentstack.voostack.com/s/8421bit)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [8421bit](https://github.com/8421bit)
- **Source:** https://github.com/8421bit/NioPD-Skills/tree/init/plugins/niopd/skills/NioPD-PD-roadmap

## Install

```sh
agentstack add skill-8421bit-niopd-skills-niopd-pd-roadmap
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Product Roadmap Skill

This skill creates visual product roadmaps using Mermaid Gantt diagrams to communicate delivery timelines.

## Theoretical Foundation

### Roadmap Types

| Type | Focus | Audience |
|------|-------|----------|
| **Now/Next/Later** | Simplicity, flexibility | External/Executive |
| **Timeline-based** | Specific dates, dependencies | Internal teams |
| **Theme-based** | Strategic goals | Stakeholders |
| **Outcome-based** | OKR alignment | Leadership |

### Key Principles
1. **Outcomes over outputs**: Focus on goals, not just features
2. **Flexibility over precision**: Acknowledge uncertainty
3. **Alignment over detail**: Ensure shared understanding
4. **Communication over planning**: Roadmap is a communication tool

### When to Use
- Quarterly planning
- Executive presentations
- Team alignment
- Customer/partner communication
- Resource planning

## Instructions

### Step 1: Gather Inputs
- PRD or initiative documents
- Prioritized backlog
- Resource availability
- External dependencies
- Strategic timeline constraints

### Step 2: Define Timeframe
- What period does the roadmap cover?
- Quarterly? Annual? Multi-year?
- What's the right level of detail?

### Step 3: Group by Theme/Goal
- What strategic themes organize the work?
- How do features map to goals?
- What outcomes are we driving?

### Step 4: Estimate Durations
For each item:
- Start date (or dependency)
- Duration (weeks)
- Dependencies

### Step 5: Generate Mermaid Gantt
```mermaid
gantt
    title Product Roadmap [Period]
    dateFormat YYYY-MM-DD
    
    section Theme 1
    Feature A :a1, 2024-01-01, 4w
    Feature B :a2, after a1, 3w
    
    section Theme 2
    Feature C :b1, 2024-01-15, 6w
    Feature D :b2, after b1, 2w
```

### Step 6: Add Milestones
Include key dates:
- Release dates
- External events
- Dependencies

### Step 7: Generate Document
**File path**: `04-plans/[YYYYMMDD]-roadmap-v0.md`

**Contents:**
1. Roadmap Overview
2. Strategic Themes
3. Feature Timeline (Mermaid)
4. Key Milestones
5. Dependencies
6. Assumptions and Risks

## Output Specifications
- **File Naming**: `[YYYYMMDD]-roadmap-v0.md`
- **Location**: `04-plans/`
- **Template**: `references/roadmap-template.md`

## Related Skills
- `niopd-st-rice`: Feature prioritization
- `niopd-pm-release`: Release planning
- `niopd-pm-dependencies`: Dependency mapping
- `niopd-st-okr`: Outcome alignment

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [8421bit](https://github.com/8421bit)
- **Source:** [8421bit/NioPD-Skills](https://github.com/8421bit/NioPD-Skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-8421bit-niopd-skills-niopd-pd-roadmap
- Seller: https://agentstack.voostack.com/s/8421bit
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
