feedback-tracker
Installation
SKILL.md
[YOUR_PRODUCT] Context
Read memory/outreach-feedback.jsonl for tracking state.
Read memory/pipeline.json for prospect context.
Follow output preferences from USER.md. Telegram: max 10 lines.
Feedback Tracker
Closes the learning loop: tracks what happened AFTER outreach was sent.
State File: memory/outreach-feedback.jsonl
Each line is one outreach event:
{"id":"uuid","ts":"ISO","prospect":"Name (Company)","channel":"email|linkedin|reddit|hn|devto","type":"cold|warm|community_reply|follow_up","status":"sent|replied|meeting_booked|no_reply_48h|no_reply_7d|closed_won|closed_lost","sent_at":"ISO","checked_48h":false,"checked_7d":false,"reply_at":null,"meeting_at":null,"learning":null}