pm-feedback

Capture qualitative feedback and numerical ratings for PM-OS stage artifacts.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/pingmepi/pm-os --skill pm-feedback-pingmepi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-feedback
Source: https://github.com/pingmepi/pm-os/tree/main/skills/pm-feedback
Command: npx skills add https://github.com/pingmepi/pm-os --skill pm-feedback-pingmepi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the inconsistency and lack of structure in qualitative feedback for product artifacts, ensuring that every review is actionable and tracked.

Core Features & Use Cases

  • Structured Feedback: Enforces a consistent format for ratings and qualitative notes on product stages.
  • Non-Interactive Support: Designed for agentic workflows where feedback must be captured via command-line arguments.
  • Use Case: A PM reviews a generated PRD and uses this skill to attach a 4-star rating and specific notes about missing technical constraints before the artifact can be approved.

Quick Start

Use the pm-feedback skill to record a rating of 4 and a note about missing technical constraints for the current stage artifact.

Frequently Asked Questions about pm-feedback

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

FAQPage Schema
How do I standardize qualitative feedback for product management artifacts?

Standardize qualitative feedback for product management artifacts by capturing numerical ratings and structured notes to enforce consistent review cycles. This ensures every assessment is tracked and actionable before transitioning between product definition stages.

How do I capture non-interactive feedback for agentic workflows?

Capture non-interactive feedback for agentic workflows by passing qualitative notes and numerical ratings via command-line arguments. A Python 3 script executes the collection process and appends the validated data directly to the project state.

Do I need Python 3 to run the feedback collection script?

Yes, you need Python 3 to execute the feedback collection script and append the assessment data to the project state. It is a required environment dependency for running the underlying command-line component.

How do I enforce mandatory input validation for product stage reviews?

Enforce mandatory input validation for product stage reviews by requiring specific qualitative notes and numerical ratings before an artifact can be approved. This validation mechanism facilitates the transition between product definition stages.

Can I attach a specific rating and notes to a generated PRD?

Yes, you can attach a specific rating and notes to a generated PRD by running the collection script with command-line arguments. It records the assessment data and appends it to the project state for quality assurance tracking.