This skill should be used when the user asks to "collect feedback", "gather peer feedback", "create feedback prompts", "synthesize feedback themes", "run 360 review", or "compile performance...
Design structured feedback collection processes that generate actionable, specific, and balanced input for performance reviews and growth conversations.
Create feedback systems that:
Structured Question Framework:
## Technical Excellence
- What technical contributions has [Name] made that stand out?
- Where could [Name] improve technically?
- Specific example: [Describe situation]
## Collaboration & Communication
- How effectively does [Name] work with others?
- Example of strong collaboration: [Describe]
- Area for growth in collaboration: [Describe]
## Leadership & Impact
- How does [Name] influence beyond their immediate work?
- Example of leadership: [Describe]
- Growth opportunity in leadership: [Describe]
## Overall
- What should [Name] continue doing?
- What should [Name] start/stop doing?
- One specific development suggestion: [Describe]
Prompt Design Principles:
Who to Ask:
Collection Methods:
Best Practice: Mix of attributed and anonymous for balanced input
Synthesis Process:
Output Structure:
{
"employee": "Name",
"feedback_period": "Q4 2025",
"respondents": 8,
"themes": [
{
"category": "Technical Excellence",
"theme": "Strong system design skills",
"frequency": 6,
"examples": [
"Designed scalable caching architecture for API - reduced latency 60%",
"Led database migration with zero downtime"
],
"type": "strength"
},
{
"category": "Collaboration",
"theme": "Could improve communication in PRs",
"frequency": 4,
"examples": [
"PR comments sometimes terse, hard to understand reasoning",
"Could explain design decisions more clearly in code review"
],
"type": "growth_area"
}
],
"actionable_items": [
"Continue driving architectural initiatives",
"Work on PR communication: explain *why* in code review comments"
]
}
Delivery Framework (Manager → Employee):
## Feedback Summary: [Name] - [Period]
### Key Strengths
[Theme 1 with examples]
[Theme 2 with examples]
### Growth Opportunities
[Theme 1 with examples and specific suggestions]
[Theme 2 with examples and specific suggestions]
### Action Plan
1. [Specific action]: [Why] → [How to measure success]
2. [Specific action]: [Why] → [How to measure success]
### Next Steps
- [Discuss in 1:1 on DATE]
- [Set goals for next period]
Delivery Best Practices:
templates/feedback-prompts.json - Question bank by competencytemplates/synthesis-template.md - Theme identification frameworkscripts/synthesize-feedback.py - Auto-detect themes from responsesscripts/anonymize.py - Remove identifying informationProgressive Disclosure: Advanced synthesis techniques, difficult feedback scenarios in references/.