Install
$ agentstack add skill-ramanbamba-10x-pm-feedback-triage ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Feedback Triage
Turn a feedback dump into a ranked, countable picture of what's actually hurting users — with the receipts attached.
Before triaging
- Confirm the source and time window. Reviews skew angry; sales notes skew deal-driven; NPS skews extremes. Name the skew in the output.
- Ask if there's a segmentation field worth cutting by (plan tier, platform, tenure). A complaint from 40% of enterprise accounts ranks differently than 40% of free users.
- For large files (>200 items), use code (Python/pandas) to count rather than eyeballing — exact counts, not impressions.
Workflow
- Read/parse everything. For structured exports, load programmatically; dedupe obvious repeats from the same user.
- Tag each item with: theme, severity (blocker / major friction / minor / request), and segment if available. Build the taxonomy bottom-up from the data — don't force items into preconceived buckets. Cap at ~10 themes; merge or use "Other" beyond that.
- Count honestly. Report both raw counts and % of total. Never say "many users" when the number is 7.
- Rank by pain, not just volume. Rank = f(count, severity, segment value, trend). A low-volume blocker for paying customers can outrank a high-volume cosmetic gripe — show the reasoning when rank diverges from raw count.
- Pull 2–3 verbatim quotes per top theme. Quotes travel further in orgs than counts do.
- Recommend a next action per top theme: fix now / investigate / add to backlog with link / communicate workaround / no action (with reason).
Output format
# Feedback triage — [source], [window]
**Volume:** [N] items ([deduped from M]) · **Known skew:** [source bias]
## Headline
[One sentence: the single most important thing this data says.]
## Themes by pain rank
| # | Theme | Count | % | Severity | Segment concentration | Trend |
|---|---|---|---|---|---|---|
## Top themes in detail
### 1. [Theme]
[Counts, quotes with source IDs, why it ranks here, recommended action + owner suggestion]
## Divergences
[Where pain-rank ≠ volume-rank, and why]
## Watch list
[Low-volume but new or fast-growing signals]
## Method notes
[Taxonomy decisions, dedupe rules, anything ambiguous in the tagging]
Quality bar — self-check
- Every count is exact (computed, not estimated) for structured inputs.
- Quotes are verbatim with a traceable ID.
- Source skew is named in the header.
- Rank divergences from volume are justified, never silent.
- "No action" is used where honest — recommending action on everything is triage failure.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ramanbamba
- Source: ramanbamba/10x-pm
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.