close_feedback_loop
Resolve open feedback after deployment by matching changes to feedback items, then notify stakeholders with personalized explanations of what happened.
Instructions
CALL THIS AFTER DEPLOYING when there is open feedback. Matches what you just built to open feedback items, resolves them with explanations, and notifies the original stakeholders with a personalized digest. The stakeholder sees exactly what happened to their feedback.
Flow:
Pull open feedback via get_feedback
Look at what you built and match changes to feedback items
Call this tool with the resolutions
Stakeholders get email: 'Your feedback was addressed' with per-item explanations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploy_url | No | Optional: URL of the new deploy (included in notification so stakeholders can see the update) | |
| project_id | Yes | The VibeSharing prototype ID | |
| resolutions | Yes | Array of feedback items to resolve with explanations |