Agent skill
voc
Record customer voice to feedbacks/.
Install this agent skill to your Project
npx add-skill https://github.com/interactive-inc/skills/tree/main/skills/voc
SKILL.md
Voice
Record customer voices to .docs/feedbacks/ and attach issue analysis.
Input
/voice {content}
/voice {content} ({who}, {source})
If metadata is omitted, use "unknown". Date is auto-filled with today.
Steps
- Use the
.docsskill to read index.md and understand the product vision - Read
.docs/feedbacks/index.mdto grasp existing themes - Determine if a similar theme exists
- Yes: Read that slug.md, append to
## Voices, update## Issuesif needed - No: Create a new slug.md
- Yes: Read that slug.md, append to
- Cross-check against index.md vision, principles, and out-of-scope
- If the request is outside vision, note it in
## Issues
- If the request is outside vision, note it in
- Regenerate
index.md - Report analysis briefly
slug.md format
FrontMatter:
---
notion-page-id: {Notion Page ID}
---
Body:
# {Theme name}
## Voices
- {Summary of original} [^1]
- {Summary of original} [^2]
## Issues
- {Analyzed issue 1}
- {Analyzed issue 2}
[^1]: "{Original}" ({who}, {YYYY-MM-DD}, {source})
[^2]: "{Original}" ({who}, {YYYY-MM-DD}, {source})
Footnotes hold the original text, who, date, and source. Body stays concise with summaries only.
index.md format
Regenerated from slug.md files. Do not edit manually. Sort by voice count descending.
# Feedbacks
## {Theme name} ({N} voices) [[{slug}]]
{One-line issue summary}
## {Theme name} ({N} voices) [[{slug}]]
{One-line issue summary}. Out of scope
Output example
Appended to account-deletion.md (3rd voice).
-> Issue: Missing account deletion flow. Data deletion policy also requested. In scope.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
stack-tanstack-app
Build and enhance React applications using the TanStack ecosystem. Use this skill when working with TanStack libraries such as Router, Query, Form, or Table—whether starting a new project or integrating into existing code.
backlog
Analyze and plan product backlogs with vision alignment.
gemini
Get alternative perspectives via Google Gemini on complex design decisions, architecture trade-offs, stuck debugging, or approach evaluation.
docs-architecture-review
Review and evaluate repository architecture covering database, tests, API design, components, security, and dependencies.
plan-backlog
Create or update product backlog content.
plan-issue
Create technical plan text for a GitHub Issue.
Didn't find tool you were looking for?