feedback

Present completed work to users and convert their feedback into actionable next steps.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/tsmes/conaro --skill feedback-tsmes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feedback
Source: https://github.com/tsmes/conaro/tree/main/.claude/skills/feedback
Command: npx skills add https://github.com/tsmes/conaro --skill feedback-tsmes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After finishing an implementation, it is easy to present work poorly, hide limitations, or act on vague feedback like "make it better". This Skill structures how completed work is presented, how feedback is captured, and how that feedback is translated into concrete next actions. ## Core Features & Use Cases - Structured Presentation Format: Summarizes what was built, what changed, how to try it, test results, known limitations, and open questions in a consistent template. - Feedback Categorization: Classifies each piece of feedback as a bug, change request, new requirement, cosmetic item, or approval, and maps each to the correct follow-up mode. - Clarification Discipline: Turns vague or ambiguous feedback into specific, actionable items and confirms priority order before starting work. - Use Case: After implementing a new feature, use this Skill to present the changes to the user, gather their response, and route each item to a fix, a plan update, or feature sign-off. ## Quick Start Present the completed feature to the user and gather their feedback using the feedback skill.

Frequently Asked Questions about feedback

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

FAQPage Schema
How do I present completed work to a user for feedback?▼

Use a structured summary covering what was built, what changed, how to try it, test results, known limitations, and open questions. Omit sections with no content rather than writing placeholder text, and explicitly ask the user for feedback instead of assuming silence is approval.

How do I handle vague user feedback on a feature?▼

Ask clarifying questions until each feedback item is specific enough to act on. Categorize each item as a bug, change request, new requirement, or cosmetic item, then confirm priority order with the user before starting any work.

What is the difference between feedback and code review?▼

Feedback is about whether the feature meets the user's needs, while review is about code quality standards. This Skill focuses on user needs and explicitly avoids conflating the two activities.

When should feedback trigger a new plan instead of a fix?▼

Bugs and changes to existing work go directly to implementation after clarification. New requirements or scope expansions should switch to plan mode for discussion before any implementation begins.

What should I avoid when asking users for feedback?▼

Avoid open-ended questions like "is there anything else?" and instead ask about specific areas such as error handling or response format. Do not defend implementation choices, and do not proceed to new work without explicit user sign-off.