product

Generate and organize PRD, story, roadmap, and research documents under spec/.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kudosx/kudosx --skill product
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product
Source: https://github.com/kudosx/kudosx/tree/main/kudosx/templates/v1/.claude/skills/product-aio
Command: npx skills add https://github.com/kudosx/kudosx --skill product

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines product management tasks for the Pomodoro app, including feature planning, user stories, PRDs, roadmaps, and backlogs, reducing planning time and miscommunication.

Core Features & Use Cases

  • Epic & Story Templates: Organize work using epic folders and standardized US files.
  • Requirements & Roadmap Docs: Create PRDs, roadmaps, and research docs.
  • Decision Support: Assist prioritization and product decisions through structured criteria.

Quick Start

Create a new Epic and the associated user stories under spec/stories/epic-1-timer-management/US-1-1.md and update the EPIC.md accordingly.

Frequently Asked Questions about product

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

FAQPage Schema
How do I organize product planning and user stories for a Pomodoro app?

Product planning uses an epic and user-story folder structure under spec/ with standardized naming conventions. Create epic folders (e.g., epic-1-timer-management), add individual story files (US-1-1.md), and maintain an EPIC.md document summarizing scope and requirements for each epic.

What's the best way to prioritize features using RICE scoring?

RICE scoring framework evaluates features by Reach, Impact, Confidence, and Effort to rank backlog items objectively. Assign numeric values to each dimension, calculate the RICE score, and sort the roadmap by score to align development with strategic priority.

How do I create a PRD and roadmap for feature development?

A PRD (Product Requirements Document) and roadmap live in spec/ alongside epic folders and user stories. Write the PRD with problem statement, requirements, and constraints; structure the roadmap by epics and timelines. Use Vietnamese language for product terms and English for technical specifications.

Can I use localStorage to persist product planning preferences?

Yes. The Skill supports static preferences.js configuration and localStorage data persistence for the Pomodoro app. Store user preferences, timer settings, and mood-based music selections client-side without server dependencies.

What file structure and naming conventions should I follow for spec documents?

Spec documents enforce strict naming: epic folders named epic-[number]-[slug], story files named US-[epic]-[sequence].md, and EPIC.md at the folder root. Maintain consistent folder hierarchy under spec/stories/ to organize all PRDs, research docs, and roadmap artifacts.

How does mood-based music integration fit into product planning?

Mood-based music is a core Pomodoro feature tracked in product planning. Define it as an epic with user stories covering music selection, preference storage via localStorage, and timer synchronization. Include music UX requirements in the PRD alongside timer management.